Control add setting to run hires with or without control

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-06-25 18:43:27 -04:00
parent c9f49720c5
commit 42b3e08e65
6 changed files with 35 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def get_sd_models():
def get_controlnets(model_type: Optional[str] = None):
from modules.control.units.controlnet import api_list_models
return api_list_models()
return api_list_models(model_type)
def get_hypernetworks():
return [{"name": name, "path": shared.hypernetworks[name]} for name in shared.hypernetworks]