nullquant / ComfyUI-BrushNet

ComfyUI BrushNet nodes
Apache License 2.0
571 stars 20 forks source link

Symlink of models not working #98

Closed SoaringTiger closed 4 months ago

SoaringTiger commented 4 months ago

My symlink directory structure is as follows in inpaint path

powerpaint -> /workspace/storage/stable_diffusion/models/inpaint_brushnet/powerpaint
sd1.5_random_mask -> /workspace/storage/stable_diffusion/models/inpaint_brushnet/sd1.5_random_mask
sd1.5_seg_brushnet_ckpt -> /workspace/storage/stable_diffusion/models/inpaint_brushnet/sd1.5_seg_brushnet_ckpt
xl_random_mask -> /workspace/storage/stable_diffusion/models/inpaint_brushnet/xl_random_mask
xl_seg_mask -> /workspace/storage/stable_diffusion/models/inpaint_brushnet/xl_seg_mask

They cannot be recognized by the Loader node. If I move the files into inpaint path, they are working.

zhongdi commented 4 months ago

so do i

nullquant commented 4 months ago

Symlink of folders is not a good idea - it can create infinite loops and it already does in some people issues, symlink of files should work.

SoaringTiger commented 4 months ago

Symlink of folders is not a good idea - it can create infinite loops and it already does in some people issues, symlink of files should work.

I moved all symlinks to the inpaint path, works fine👍