Text-to-Image
Diffusers
Safetensors
ONNX
English
French
Russian
StableDiffusionPipeline
open-diffusion
od-v2
openskyml
Instructions to use openskyml/open-diffusion-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use openskyml/open-diffusion-v2 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-v2", 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 ·
750ee3b
1
Parent(s): d0bc54a
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (37512907eac1fe7f461118116ab206d3d52af5a3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
OpenTrain-V2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edfe164e40e5a877ce038e519a9c1957e74b2a34d4ce0daa48ef82011dbdbc57
|
| 3 |
+
size 2607359952
|
text_encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31671b9e092dca4b302c6db9fd7f2a4f29b2a9d9bba8bd6c40e186711516d6f5
|
| 3 |
+
size 680821096
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da050d8d9397afefa5ee9159aacc519a2d1365d60dc7c4c1919f4216b145d9d7
|
| 3 |
+
size 3463726504
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1d993488569e928462932c8c38a0760b874d166399b14414135bd9c42df5815
|
| 3 |
+
size 334643276
|