Open slavakurilyak opened 1 year ago
Hi @slavakurilyak, this issue is often observed when the model checkpoint is corrupted, such as when there is a failure in the download process. You can find more information about this issue in this thread on the PyTorch forum.
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
conda create --name muse_app python=3.9 --yes
conda activate muse_app
git clone https://github.com/Lightning-AI/stable-diffusion-deploy.git
cd stable-diffusion-deploy
bash dev_install.sh
python -m lightning run app app.py
Code sample
Expected behavior
I'm expecting the Lightning app to run on local host.
Environment
conda
,pip
, source): condaAdditional context