Closed tejas-gokhale closed 2 years ago
thanks for pointing that out! just fixed.
another point:
add default variable types (Otherwise it throws errors)
parser.add_argument("--steps", default=50, type=int)
parser.add_argument("--scale", default=10, type=float)
You can close the issue after updating it! Thanks!
thanks! fixed.
https://github.com/energy-based-model/Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch#python
The prompt should be put in quotes.
python scripts/image_sample_compose_glide.py --prompt "a camel | a forest"
Also the commands for GLIDE and Stable-Diffusion should be swapped.
Thanks! Great work!