mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 21:30:27 +00:00
option to let users select which samplers they want to hide
This commit is contained in:
4
webui.py
4
webui.py
@@ -2,7 +2,7 @@ import os
|
||||
import threading
|
||||
import time
|
||||
import importlib
|
||||
from modules import devices
|
||||
from modules import devices, sd_samplers
|
||||
from modules.paths import script_path
|
||||
import signal
|
||||
import threading
|
||||
@@ -109,6 +109,8 @@ def webui():
|
||||
time.sleep(0.5)
|
||||
break
|
||||
|
||||
sd_samplers.set_samplers()
|
||||
|
||||
print('Reloading Custom Scripts')
|
||||
modules.scripts.reload_scripts(os.path.join(script_path, "scripts"))
|
||||
print('Reloading modules: modules.ui')
|
||||
|
Reference in New Issue
Block a user