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:
@@ -676,7 +676,7 @@ def create_ui():
|
||||
(hr_prompt, "Hires prompt"),
|
||||
(hr_negative_prompt, "Hires negative prompt"),
|
||||
(hr_prompts_container, lambda d: gr.update(visible=True) if d.get("Hires prompt", "") != "" or d.get("Hires negative prompt", "") != "" else gr.update()),
|
||||
(t2i_enable_k_sched, "Enable Custom Karras Schedule"),
|
||||
(t2i_enable_k_sched, "Enable Custom KDiffusion Schedule"),
|
||||
(t2i_k_sched_type, "KDiffusion Scheduler Type"),
|
||||
(t2i_k_sched_sigma_max, "KDiffusion Scheduler sigma_max"),
|
||||
(t2i_k_sched_sigma_min, "KDiffusion Scheduler sigma_min"),
|
||||
@@ -1090,7 +1090,7 @@ def create_ui():
|
||||
(steps, "Steps"),
|
||||
(sampler_index, "Sampler"),
|
||||
(restore_faces, "Face restoration"),
|
||||
(i2i_enable_k_sched, "Enable Custom Karras Schedule"),
|
||||
(i2i_enable_k_sched, "Enable Custom KDiffusion Schedule"),
|
||||
(i2i_k_sched_type, "KDiffusion Scheduler Type"),
|
||||
(i2i_k_sched_sigma_max, "KDiffusion Scheduler sigma_max"),
|
||||
(i2i_k_sched_sigma_min, "KDiffusion Scheduler sigma_min"),
|
||||
|
Reference in New Issue
Block a user