Open zer0TF opened 1 year ago
Looks like (hopefully) the error is unrelated to the actual file location and seems related to a unset object attribute. Thanks for pointing it out. I will take a look ASAP.
I think that should be fixed, and I apologize for the delay. I've added the warning default to the class attributes.
When checking an existing file, if I specify the AIR as well as my local path to that file (using the Comfy dropdown picker), if the local path is in a subfolder, the node bombs out.
My "Additional Paths" XML looks like this:
My Comfy node looks like this:
ckpt_air:
122606@148259
ckpt_name:XL\DynaVisionXL-0.4.1.1.safetensors
download_chunks:4
download_path:Stable-diffusion\
And the exception is:
I have all of my existing checkpoints organized into subfolders, it would be really nice if I didn't have to re-download them. 😄