Please help urgent
Hey I have been struggling for hours trying to set up this pod to train a LORA for Flux.....
Can someone explain why or how the container is full?
I know that I need to install some models, but shouldn't they go into the Volume - which I made to 200GB to avoid storage issues?!
"Running 1 process
Loading Flux model
Loading transformer
transformer/config.json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 378/378 [00:00<00:00, 2.38MB/s]
(…)ion_pytorch_model.safetensors.index.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████| 121k/121k [00:00<00:00, 1.59MB/s]
/workspace/training/ai-toolkit/myenv/lib/python3.10/site-packages/huggingface_hub/file_download.py:991: UserWarning: Not enough free disk space to download the file. The expected file size is: 9983.04 MB. The target location /root/.cache/huggingface/hub/models--black-forest-labs--FLUX.1-dev/blobs only has 5519.13 MB free disk space.
warnings.warn(
(…)pytorch_model-00001-of-00003.safetensors: 55%|██████████████████████████████████████████████████████▉ "
1 Reply
Cause it saves model on HF_HOME and if not set it will be located on container storage.