Text-to-Image
Diffusers
Safetensors
English
sdxl
stable diffusion
anime
earth and dusk
duskfallcrew
sdxl-anikme
sdxl anime
Instructions to use MLbackup/2023_Scraped_SDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/2023_Scraped_SDXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MLbackup/2023_Scraped_SDXL", 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 ·
a6d2534
1
Parent(s): 6d81a3c
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ DARKVOIDANIME XL
|
|
| 22 |
|
| 23 |
Darkvoid and Nightfall
|
| 24 |
|
|
|
|
|
|
|
| 25 |
# MODELS USED TO MAKE DUSKMIX AND :
|
| 26 |
|
| 27 |
EnvyOverDrive
|
|
|
|
| 22 |
|
| 23 |
Darkvoid and Nightfall
|
| 24 |
|
| 25 |
+
Disclaimer: Some models in here ARE TENSOR EXCLUSIVES we are only stashing them here so I don't have to hoard 30 gb of models for Earth and Dusk on my hard drive - DO NOT RE UPLOAD but you may use these in merges and share merges as LONG as you credit. We're trying to credit as much as possible as the genetics of SDXL models aren't very hard to track!
|
| 26 |
+
|
| 27 |
# MODELS USED TO MAKE DUSKMIX AND :
|
| 28 |
|
| 29 |
EnvyOverDrive
|