mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-10 04:10:33 -08:00
scheduler selection in main UI
This commit is contained in:
parent
060e55dfe3
commit
25cd53d775
11 changed files with 175 additions and 108 deletions
|
|
@ -352,6 +352,9 @@ class ScriptBuiltinUI(Script):
|
|||
|
||||
return f'{tabname}{item_id}'
|
||||
|
||||
def show(self, is_img2img):
|
||||
return AlwaysVisible
|
||||
|
||||
|
||||
current_basedir = paths.script_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue