models updates

This commit is contained in:
Dr.Lt.Data
2023-05-10 16:51:16 +09:00
parent 76adb6d7d4
commit c920b10aa8
3 changed files with 101 additions and 18 deletions

View File

@@ -86,6 +86,8 @@ def get_model_path(data):
base_model = folder_paths.folder_names_and_paths["gligen"][0][0]
elif model_type == "upscale":
base_model = folder_paths.folder_names_and_paths["upscale_models"][0][0]
elif model_type == "embeddings":
base_model = folder_paths.folder_names_and_paths["embeddings"][0][0]
else:
base_model = None