always dependencies reset

Perhaps it's the same problem I had last time. Is it possible you're moving Python on your system?

I've reinstalled everything three times. Every time I close and reopen Pod, the dependencies are missing. I install it this way:

INSTALL


1 (SOFTWARE)


cd /workspace
git clone --recursive https://github.com/kohya-ss/musubi-tuner.git
cd /workspace/musubi-tuner
/usr/bin/python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
apt update
apt list --upgradable
pip install -e .

pip install protobuf six
pip install huggingface-hub==0.34.3
pip install --upgrade torchvision hf_transfer
pip install https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.5.4/flash_attn-2.8.3+cu128torch2.9-cp312-cp312-linux_x86_64.whl

hf download --token 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 ostris/Z-Image-De-Turbo z_image_de_turbo_v1_bf16.safetensors --local-dir /workspace/.dl && mv /workspace/.dl/z_image_de_turbo_v1_bf16.safetensors "/workspace/ComfyUI/models/diffusion_models/z_image/"
GitHub
Contribute to kohya-ss/musubi-tuner development by creating an account on GitHub.
GitHub - kohya-ss/musubi-tuner
Was this page helpful?