Instructions to use sd-dreambooth-library/disco-diffusion-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sd-dreambooth-library/disco-diffusion-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd-dreambooth-library/disco-diffusion-style", 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
Adding `safetensors` variant of this model
#13 opened 11 months ago
by
SFconvertbot
ครีมจับลอนจัดแต่งทรงผม
1
#12 opened about 2 years ago
by
nnamcoc
Add `scale_factor` to vae config.
#10 opened over 3 years ago
by
valhalla
Add `clip_sample=False` to scheduler to make model compatible with DDIM.
#8 opened over 3 years ago
by
patrickvonplaten
RuntimeError: Input type (c10::Half) and bias type (float) should be the same
😔 4
#7 opened over 3 years ago
by
tiktok-legacy
disco diffusion
#6 opened over 3 years ago
by
tenslai
Is this repo dead?
1
#4 opened over 3 years ago
by
Tobe2d
how can I use it?
2
#3 opened over 3 years ago
by
hhyxnh
Regularisation images
#1 opened over 3 years ago
by
rmyj