Instructions to use kvablack/ddpo-alignment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kvablack/ddpo-alignment with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kvablack/ddpo-alignment", dtype=torch.bfloat16, device_map="cuda") prompt = "a horse playing chess" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md 4a19439
Update README.md 3ce0e3a
update checkpoint 9ee26ab
Kevin Black commited on
Update README.md 4849d80
change scheduler f3ecf50
Kevin Black commited on
Update README.md 69f3a07
Update README.md 2876d0e
Initial commit bff12ea
Kevin Black commited on