You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I would draw attention to the fact that the install instructions do not work for me, since the link to the HF SD 1.5 resources is now giving a 404.
As a work-around, I attempted to use a repo which appears to be a fork of the original SD 1.5, although I'm not clear if this is the case:
As a precautuion to make sure to have compatible Python environment, I did these extra steps: python -m venv .venv && source ./.venv/bin/activate
before running the installation.
Then just had to copy the files over to resources/models/stable-diffusion-v1-5 and CUDA_VISIBLE_DEVICES=0 PYTHONPATH=./ python scripts/demo.py --config configs/inference/i2v.yaml
Hi,
I thought I would draw attention to the fact that the install instructions do not work for me, since the link to the HF SD 1.5 resources is now giving a 404.
As a work-around, I attempted to use a repo which appears to be a fork of the original SD 1.5, although I'm not clear if this is the case:
https://huggingface.co/pt-sk/stable-diffusion-1.5
In any case, running the demo against this alternate repo gives an error
Thank you for all the hard work that went into this, I look forward to trying it out
The text was updated successfully, but these errors were encountered: