This project demonstrates how to use huggingface/diffusers for simple image generation from text phrases
- pyenv
- poetry
- Install CUDA
- Install pyenv
- Install poetry
- Install python3.10
pyenv install 3.10
pyenv local 3.10
- Install poetry dependencies
poetry install
After installation, you should be able to run the command line script directly. In my tests, this particular model requires about 6 GB of GPU RAM.
poetry run ./diffusers_demo.py "Picard, his hands raised into the sky"
Example output: