Text-to-Image
Diffusers
Safetensors
ONNX
English
French
Russian
StableDiffusionPipeline
open-diffusion
od-v1
openskyml
Instructions to use openskyml/open-diffusion-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use openskyml/open-diffusion-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("openskyml/open-diffusion-v1", 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 ·
0196ff9
1
Parent(s): 3298cc6
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ Generate cool images with OpenDiffusion V1 (OD-v1)
|
|
| 31 |
- [demo with Gradio](https://huggingface.co/spaces/openskyml/open-diffusion)
|
| 32 |
- [demo with Docker](https://huggingface.co/spaces/openskyml/open-diffusion-docker)
|
| 33 |
|
| 34 |
-
|
| 35 |
## Uses
|
| 36 |
|
| 37 |
### In Free Inference API:
|
|
|
|
| 31 |
- [demo with Gradio](https://huggingface.co/spaces/openskyml/open-diffusion)
|
| 32 |
- [demo with Docker](https://huggingface.co/spaces/openskyml/open-diffusion-docker)
|
| 33 |
|
| 34 |
+
|
| 35 |
## Uses
|
| 36 |
|
| 37 |
### In Free Inference API:
|