ComfyUI-DiffusersStableCascade
ComfyUI-DiffusersStableCascade copied to clipboard
I can't find the path where the models are stored, where are the automatically downloaded models stored?
When I'm done testing, I'd like to remove them
It downloaded to this directory on my pc
C:\Users\USERNAME\.cache\huggingface\hub\models--stabilityai--stable-cascade-prior\snapshots\621fc2ddab5500e57079e716c15358a25b649090
is there a way to remap this models path, like with the .yaml file in comfyui dir?
is there a way to remap this models path, like with the .yaml file in comfyui dir?
You can set the environment variable HF_HOME
.
For example, on linux before you start ComfyUI you can do export HF_HOME="/yourdirectory"
and then launch ComfyUI as normal.