Instructions to use crumb/icon-diffusion-v1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use crumb/icon-diffusion-v1-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("crumb/icon-diffusion-v1-1", 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
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#2) 2ad48ee
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#1) d1d8593
Update README.md 53aadfc
Update README.md ce7e1c0
Update README.md d2827f1
Update README.md f04c2ba
Update README.md 4d0516a
Update README.md 1d08e5b
Upload with huggingface_hub 13b92c1
Update README.md d98a9c0
Create README.md e415b03
initial commit ab563c6
crumb commited on