Commit 6070bb5b authored by muyangli's avatar muyangli
Browse files

[minor] fix the comfyui node

parent b4c6f0f0
...@@ -111,7 +111,7 @@ class SVDQuantTextEncoderLoader: ...@@ -111,7 +111,7 @@ class SVDQuantTextEncoderLoader:
dtype = param.dtype dtype = param.dtype
device = param.device device = param.device
prefixes = folder_paths.folder_names_and_paths["diffusion_models"][0] prefixes = folder_paths.folder_names_and_paths["text_encoders"][0]
model_path = None model_path = None
for prefix in prefixes: for prefix in prefixes:
if os.path.exists(os.path.join(prefix, int4_model)): if os.path.exists(os.path.join(prefix, int4_model)):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment