Closed kroffske closed 11 months ago
hi @Ravius ,
Since it used diffusers
and huggingface_hub
to download the models, the default place is HF_HOME
cache folder
You can do this, set HF_HOME=/data
then point your local cache or whatever folder you want
docker run -ti -p 7860:7860 -e HF_HOME=/data -v ~/.cache/huggingface:/data --gpus all lcm-live
What is path to model folders? Is it possible to map volumes, so it wont download models every time?