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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
datasets:
|
| 4 |
+
- EarthnDusk/ENDMEDIA-NIJI-MJ-DATA
|
| 5 |
+
- EarthnDusk/SL_SDXL
|
| 6 |
+
---
|
| 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 |
+
## About & Links
|
| 13 |
+
|
| 14 |
+
### About Us
|
| 15 |
+
|
| 16 |
+
We are the Duskfall Portal Crew, a DID system with over 300 alters, navigating life with DID, ADHD, Autism, and CPTSD. We believe in AI’s potential to break down barriers and enhance mental health, despite its challenges. Join us on our creative journey exploring identity and expression.
|
| 17 |
+
|
| 18 |
+
Join Our Community
|
| 19 |
+
|
| 20 |
+
Website: https://end-media.org/
|
| 21 |
+
|
| 22 |
+
Discord: https://discord.gg/5t2kYxt7An
|
| 23 |
+
|
| 24 |
+
Backups: https://huggingface.co/EarthnDusk/
|
| 25 |
+
|
| 26 |
+
Support Us: https://ko-fi.com/duskfallcrew/
|
| 27 |
+
|
| 28 |
+
Coffee: https://www.buymeacoffee.com/duskfallxcrew
|
| 29 |
+
|
| 30 |
+
Patreon: https://www.patreon.com/earthndusk
|
| 31 |
+
|
| 32 |
+
Community Groups:
|
| 33 |
+
|
| 34 |
+
Subreddit: https://www.reddit.com/r/earthndusk/
|
| 35 |
+
|
| 36 |
+
### Embeddings to Improve Quality
|
| 37 |
+
|
| 38 |
+
Negative Embeddings: Use scenario-specific embeddings to refine outputs.
|
| 39 |
+
|
| 40 |
+
https://civitai.com/models/389486/negative-embeds-for-pony-xl?modelVersionId=564545
|
| 41 |
+
|
| 42 |
+
Positive Embeddings: Enhance image quality with these embeddings.
|
| 43 |
+
|
| 44 |
+
https://civitai.com/models/384756/pdxl-score-embed?modelVersionId=563234
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
### Extensions
|
| 48 |
+
|
| 49 |
+
ADetailer: https://github.com/Bing-su/adetailer.git
|
| 50 |
+
|
| 51 |
+
Usage: Use this extension to enhance and refine images, but use sparingly to avoid over-processing with SDXL.
|
| 52 |
+
|
| 53 |
+
Batchlinks: https://github.com/etherealxx/batchlinks-webui
|
| 54 |
+
|
| 55 |
+
Description: Manage multiple links for downloading models when running A1111 locally or on a server.
|
| 56 |
+
|
| 57 |
+
Addon: @nocrypt Addon (The link is broken for now i'll find it later OOPS)
|
| 58 |
+
|
| 59 |
+
### Additional Extensions:
|
| 60 |
+
|
| 61 |
+
https://github.com/EnsignMK/danbooru-prompt.git
|
| 62 |
+
|
| 63 |
+
https://github.com/BlafKing/sd-civitai-browser-plus
|
| 64 |
+
|
| 65 |
+
https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge
|
| 66 |
+
|
| 67 |
+
https://github.com/alemelis/sd-webui-ar.git
|
| 68 |
+
|
| 69 |
+
https://github.com/hako-mikan/sd-webui-supermerger.git
|
| 70 |
+
|
| 71 |
+
https://github.com/canisminor1990/sd-webui-lobe-theme
|
| 72 |
+
|
| 73 |
+
https://github.com/arenasys/stable-diffusion-webui-model-toolkit.git
|
| 74 |
+
|
| 75 |
+
https://github.com/Akegarasu/sd-webui-model-converter.git
|
| 76 |
+
|
| 77 |
+
https://xypher7.github.io/lora-metadata-viewer/
|
| 78 |
+
|
| 79 |
+
### Backups for Loras on SDXL & Pony XL:
|
| 80 |
+
|
| 81 |
+
2024: https://huggingface.co/EarthnDusk/SDXL_Lora_Dump_2024/tree/main
|
| 82 |
+
|
| 83 |
+
2023: https://huggingface.co/EarthnDusk/Loras-SDXL/tree/main
|