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
|
@@ -35,7 +35,6 @@ We are the Duskfall Portal Crew, a DID system with over 300 alters, navigating l
|
|
| 35 |
|
| 36 |
|Name|Link|
|
| 37 |
| -------- | ------- |
|
| 38 |
-
|
| 39 |
| Website: | https://end-media.org/|
|
| 40 |
| Discord: | https://discord.gg/5t2kYxt7An|
|
| 41 |
| Backups: | https://huggingface.co/EarthnDusk/|
|
|
|
|
| 35 |
|
| 36 |
|Name|Link|
|
| 37 |
| -------- | ------- |
|
|
|
|
| 38 |
| Website: | https://end-media.org/|
|
| 39 |
| Discord: | https://discord.gg/5t2kYxt7An|
|
| 40 |
| Backups: | https://huggingface.co/EarthnDusk/|
|