mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
Minor naming fixes
This commit is contained in:
@@ -567,11 +567,11 @@ def create_infotext(p, all_prompts, all_seeds, all_subseeds, comments=None, iter
|
||||
generation_params = {
|
||||
"Steps": p.steps,
|
||||
"Sampler": p.sampler_name,
|
||||
"Enable Custom Karras Schedule": use_custom_k_sched or None,
|
||||
"kdiffusion Scheduler Type": p.k_sched_type if use_custom_k_sched else None,
|
||||
"kdiffusion Scheduler sigma_max": p.sigma_max if use_custom_k_sched else None,
|
||||
"kdiffusion Scheduler sigma_min": p.sigma_min if use_custom_k_sched else None,
|
||||
"kdiffusion Scheduler rho": p.rho if use_custom_k_sched else None,
|
||||
"Enable Custom KDiffusion Schedule": use_custom_k_sched or None,
|
||||
"KDiffusion Scheduler Type": p.k_sched_type if use_custom_k_sched else None,
|
||||
"KDiffusion Scheduler sigma_max": p.sigma_max if use_custom_k_sched else None,
|
||||
"KDiffusion Scheduler sigma_min": p.sigma_min if use_custom_k_sched else None,
|
||||
"KDiffusion Scheduler rho": p.rho if use_custom_k_sched else None,
|
||||
"CFG scale": p.cfg_scale,
|
||||
"Image CFG scale": getattr(p, 'image_cfg_scale', None),
|
||||
"Seed": all_seeds[index],
|
||||
|
Reference in New Issue
Block a user