mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
update modernui for detailer
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -148,7 +148,7 @@ def create_seed_inputs(tab, reuse_visible=True):
|
||||
|
||||
def create_cfg_inputs(tab):
|
||||
with gr.Row():
|
||||
cfg_scale = gr.Slider(minimum=0.0, maximum=30.0, step=0.1, label='CFG scale', value=6.0, elem_id=f"{tab}_cfg_scale")
|
||||
cfg_scale = gr.Slider(minimum=0.0, maximum=30.0, step=0.1, label='Guidance scale', value=6.0, elem_id=f"{tab}_cfg_scale")
|
||||
cfg_end = gr.Slider(minimum=0.0, maximum=1.0, step=0.1, label='Guidance end', value=1.0, elem_id=f"{tab}_cfg_end")
|
||||
return cfg_scale, cfg_end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user