Instructions to use doohickey/doodad-v1-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use doohickey/doodad-v1-3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("doohickey/doodad-v1-3", 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
Update README.md 8c1f4a6
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#1) 8fd85fd
Update README.md d509781
Update README.md e2d86b0
Update README.md b6ea03f
Update README.md 0edd37f
Create README.md dbed6e3
Upload with huggingface_hub 2be8f07
initial commit d84c1a1
crumb commited on