Skip to content

Commit faebc4b

Browse files
committed
修正LoRA名称中的多余引号,确保模型加载配置的正确性。
1 parent 7dcbc61 commit faebc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/comfy_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"_meta": {"title": "Nunchaku FLUX DiT Loader"},
5353
},
5454
"47": {
55-
"inputs": {"lora_name": "flux/aidmaHyperrealism-FLUX-v0.3-[aidmaHyperrealism].safetensors'", "lora_strength": 0.8, "model": ["45", 0]},
55+
"inputs": {"lora_name": "flux/aidmaHyperrealism-FLUX-v0.3-[aidmaHyperrealism].safetensors", "lora_strength": 0.8, "model": ["45", 0]},
5656
"class_type": "NunchakuFluxLoraLoader",
5757
"_meta": {"title": "Nunchaku FLUX.1 LoRA Loader"},
5858
},

0 commit comments

Comments
 (0)