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 Settings
- Draw Things
- DiffusionBee
Commit ·
33c8978
1
Parent(s): 03fad90
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ license: cc-by-nc-nd-4.0
|
|
| 4 |
These are data ZIP files for EARTH & DUSK only.
|
| 5 |
If the repo is open it's because team members are sharing data.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
This is ONLY FOR OUR SDXL trains.
|
| 8 |
|
| 9 |
<3
|
|
|
|
| 4 |
These are data ZIP files for EARTH & DUSK only.
|
| 5 |
If the repo is open it's because team members are sharing data.
|
| 6 |
|
| 7 |
+
We've stashed our OSEA XL alpha model in here to use for testing.
|
| 8 |
+
If you NEED a model for testing - just be aware this is a TENSOR EXCLUSIVE alpha in development
|
| 9 |
+
|
| 10 |
This is ONLY FOR OUR SDXL trains.
|
| 11 |
|
| 12 |
<3
|