Instructions to use EnD-Diffusers/Virtual_Diffusion_3d_version_one_PDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/Virtual_Diffusion_3d_version_one_PDXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/Virtual_Diffusion_3d_version_one_PDXL", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ datasets:
|
|
| 7 |
|
| 8 |
# Virtual Diffusion Semi Realistic - 3d VERSION ONE on Pony XL
|
| 9 |
|
|
|
|
|
|
|
| 10 |
Directly inspired by our own mental health, Virtual Diffusion is a mostly cinematic and photorealistic as well as painterly/3D styled Pony XL model.
|
| 11 |
---
|
| 12 |
|
|
|
|
| 7 |
|
| 8 |
# Virtual Diffusion Semi Realistic - 3d VERSION ONE on Pony XL
|
| 9 |
|
| 10 |
+
Join our discord: https://discord.gg/HhBSvM9gBY
|
| 11 |
+
|
| 12 |
Directly inspired by our own mental health, Virtual Diffusion is a mostly cinematic and photorealistic as well as painterly/3D styled Pony XL model.
|
| 13 |
---
|
| 14 |
|