-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't run out of the box #1
Comments
What exactly is the difference between this and the Latent Diffusion here (https://github.com/CompVis/latent-diffusion) with the same readme? |
I also had this issue, after downgrading torchmetrics to I get an
Edit: Upgrading |
You can easily fix this by adding the large text2img to the params: python scripts/txt2img.py \
--prompt "a virus monster is playing guitar, oil on canvas" \
--config configs/latent-diffusion/txt2img-1p4B-eval.yaml \
--ckpt models/ldm/text2img-large/model.ckpt \
--ddim_eta 0.0 --n_samples 4 --n_iter 4 --scale 5.0 --ddim_steps 50 |
same issue from the box, solution worked for me |
This doesn't return same results though. |
update README.md to add addtitional steps for AMD cards
* update reqs * add image variations * update readme
Missing logs/f8-kl-clip-encoder-256x256-run1/configs/2022-06-01T22-11-40-project.yaml
The text was updated successfully, but these errors were encountered: