kijai / ComfyUI-DiffusersStableCascade

Simple inference with StableCascade using diffusers in ComfyUI
305 stars 54 forks source link

I can't find the path where the models are stored, where are the automatically downloaded models stored? #11

Open RexLeeGrey opened 8 months ago

RexLeeGrey commented 8 months ago

When I'm done testing, I'd like to remove them

Andyholm commented 8 months ago

It downloaded to this directory on my pc

C:\Users\USERNAME\.cache\huggingface\hub\models--stabilityai--stable-cascade-prior\snapshots\621fc2ddab5500e57079e716c15358a25b649090

dangerweenie commented 8 months ago

is there a way to remap this models path, like with the .yaml file in comfyui dir?

isaac-mcfadyen commented 8 months ago

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.