mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
Replace karras by k_diffusion, fix gen info
This commit is contained in:
@@ -43,7 +43,7 @@ def txt2img(id_task: str, prompt: str, negative_prompt: str, prompt_styles, step
|
||||
hr_prompt=hr_prompt,
|
||||
hr_negative_prompt=hr_negative_prompt,
|
||||
override_settings=override_settings,
|
||||
enable_karras=enable_k_sched,
|
||||
enable_custom_k_sched=enable_k_sched,
|
||||
k_sched_type=k_sched_type,
|
||||
sigma_min=sigma_min,
|
||||
sigma_max=sigma_max,
|
||||
|
Reference in New Issue
Block a user