Instructions to use diffusionai/diffusionbrush with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusionai/diffusionbrush with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("diffusionai/diffusionbrush", 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 ·
2d2cc83
1
Parent(s): 191edcc
Upload 2 files
Browse files- unet/model.safetensors +3 -0
- unet/pytorch_model.bin +3 -0
unet/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13da074917dbe964c2dd2bcc4a499f21fce89bbcf0b56eda994b6ef68ccd4668
|
| 3 |
+
size 1361597018
|
unet/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50ab9b661ba771c12dd2aa95358f2125bc1b881eee2bd09232dc9ad054aef568
|
| 3 |
+
size 1361674657
|