Instructions to use AMAN-B/Demo-Dreambooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AMAN-B/Demo-Dreambooth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AMAN-B/Demo-Dreambooth", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Upload 15 files 495a8fe
Delete model_index.json f72b99c
Delete pytorch_model.ckpt 062b147
Update README.md bc416ca
Update README.md 68f1895
Delete 3000-epoch.ckpt da5426f
Upload pytorch_model.ckpt 1fec24a
Update README.md b0466fd
Upload 3000-epoch.ckpt bf9ac5b
Delete Readme.md bce778e
updated readme 4184f7d
readme added 8b18342
added model card f25a778
initial commit 7b0ef9b
Aman commited on