pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.37k stars 104 forks source link

{"content": This item causes an error when saving the image. #282

Open Neytiri7 opened 4 days ago

Neytiri7 commented 4 days ago

When using the image storage node... When trying to save it as an image name and folder name... {"content": Because of a part, it cannot be saved, and an error appears.

When using a normal loader "inputs": { "ckpt_name": "a.safetensors", It comes out like this...

When using pythongosssss loader "inputs": { "ckpt_name": { "content": "a.safetensors",

It looks like this. I wonder if it is possible to modify the item "ckpt_name" in the same way as when using a normal loader.