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
|
@@ -12,11 +12,15 @@ Directly inspired by our own mental health, Virtual Diffusion is a mostly cinema
|
|
| 12 |
|
| 13 |
## Image Samples
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
 | 1 |
|
| 18 |
+
|| 2 |
|
| 19 |
+
| .jpeg) | 3 |
|
| 20 |
+
| .jpeg))| 4 |
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
{% endgallery %}
|
| 25 |
|
| 26 |
More images are found in here:
|