From 45feef9413941a02b9272f4a12de075c6ab1e7d0 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 24 Oct 2024 16:10:15 +0800 Subject: [PATCH] update model config --- diffsynth/configs/model_config.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/diffsynth/configs/model_config.py b/diffsynth/configs/model_config.py index 55ab380..09b6ee4 100644 --- a/diffsynth/configs/model_config.py +++ b/diffsynth/configs/model_config.py @@ -346,22 +346,22 @@ preset_models_on_modelscope = { ("sd_lora/Annotators", "dpt_hybrid-midas-501f0c75.pt", "models/Annotators") ], "Annotators:Depth": [ - ("lllyasviel/Annotators", "dpt_hybrid-midas-501f0c75.pt", "models/Annotators"), + ("sd_lora/Annotators", "dpt_hybrid-midas-501f0c75.pt", "models/Annotators"), ], "Annotators:Softedge": [ - ("lllyasviel/Annotators", "ControlNetHED.pth", "models/Annotators"), + ("sd_lora/Annotators", "ControlNetHED.pth", "models/Annotators"), ], "Annotators:Lineart": [ - ("lllyasviel/Annotators", "sk_model.pth", "models/Annotators"), - ("lllyasviel/Annotators", "sk_model2.pth", "models/Annotators"), + ("sd_lora/Annotators", "sk_model.pth", "models/Annotators"), + ("sd_lora/Annotators", "sk_model2.pth", "models/Annotators"), ], "Annotators:Normal": [ - ("lllyasviel/Annotators", "scannet.pt", "models/Annotators"), + ("sd_lora/Annotators", "scannet.pt", "models/Annotators"), ], "Annotators:Openpose": [ - ("lllyasviel/Annotators", "body_pose_model.pth", "models/Annotators"), - ("lllyasviel/Annotators", "facenet.pth", "models/Annotators"), - ("lllyasviel/Annotators", "hand_pose_model.pth", "models/Annotators"), + ("sd_lora/Annotators", "body_pose_model.pth", "models/Annotators"), + ("sd_lora/Annotators", "facenet.pth", "models/Annotators"), + ("sd_lora/Annotators", "hand_pose_model.pth", "models/Annotators"), ], # AnimateDiff "AnimateDiff_v2": [