Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable diffusion
sdxl
stable diffusion xl 1
anime mix
Instructions to use EnD-Diffusers/VirtualDiffusion_SDXL_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/VirtualDiffusion_SDXL_Diffusers 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/VirtualDiffusion_SDXL_Diffusers", 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 ·
86646af
1
Parent(s): 4d38959
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
pipeline_tag: text-to-image
|
| 7 |
+
tags:
|
| 8 |
+
- stable diffusion
|
| 9 |
+
- sdxl
|
| 10 |
+
- stable diffusion xl 1
|
| 11 |
+
- anime mix
|
| 12 |
+
datasets:
|
| 13 |
+
- fka/awesome-chatgpt-prompts
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
Dusk Slime Mix Ultra Infinity Yamer Mix
|
| 19 |
+
|
| 20 |
+
An unpublished previous mix between DuskMix + NijiSlime + Yamer's Ultra Infinity Mix.
|
| 21 |
+
|
| 22 |
+
Converted to Diffusers using https://colab.research.google.com/github/Linaqruf/sdxl-model-converter/blob/main/sdxl_model_converter.ipynb
|