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 ·
6d81a3c
1
Parent(s): 3a499ed
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- duskfallcrew
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
DUSK MIX
|
| 16 |
|
|
@@ -20,10 +20,9 @@ NIGHTFALLENVY XL
|
|
| 20 |
|
| 21 |
DARKVOIDANIME XL
|
| 22 |
|
| 23 |
-
Darkvoid and Nightfall
|
| 24 |
-
|
| 25 |
|
| 26 |
-
MODELS USED TO MAKE DUSKMIX AND :
|
| 27 |
|
| 28 |
EnvyOverDrive
|
| 29 |
|
|
@@ -39,25 +38,33 @@ We may or may not have used BluePencil https://huggingface.co/bluepen5805/blue_p
|
|
| 39 |
At this stage i dont' remebmer - but in case it's in anyone's model for our EARTH AND DUSK TEAM YKNOW GOTTA CREDIT!
|
| 40 |
|
| 41 |
|
|
|
|
|
|
|
| 42 |
These are data ZIP files for EARTH & DUSK only.
|
| 43 |
|
| 44 |
PLEASE don't yoink the zip files.
|
| 45 |
|
| 46 |
We will clear those out eventually.
|
| 47 |
|
| 48 |
-
HOW TO SUPPORT US:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
Pre-Release Models, Lora Backups - Send us pizza! https://ko-fi.com/DUSKFALLcrew
|
| 51 |
|
| 52 |
WE ARE PROUDLY SPONSORED BY: https://www.piratediffusion.com/
|
| 53 |
|
| 54 |
-
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
-
|
| 59 |
|
| 60 |
-
|
| 61 |
|
| 62 |
JOIN OUR SUBREDDIT: https://www.reddit.com/r/earthndusk/
|
| 63 |
|
|
|
|
| 10 |
- duskfallcrew
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# EARTH & DUSK SDXL STASH
|
| 14 |
|
| 15 |
DUSK MIX
|
| 16 |
|
|
|
|
| 20 |
|
| 21 |
DARKVOIDANIME XL
|
| 22 |
|
| 23 |
+
Darkvoid and Nightfall
|
|
|
|
| 24 |
|
| 25 |
+
# MODELS USED TO MAKE DUSKMIX AND :
|
| 26 |
|
| 27 |
EnvyOverDrive
|
| 28 |
|
|
|
|
| 38 |
At this stage i dont' remebmer - but in case it's in anyone's model for our EARTH AND DUSK TEAM YKNOW GOTTA CREDIT!
|
| 39 |
|
| 40 |
|
| 41 |
+
# WAIT CAN I USE OSEA XL'S DATA ZIP?
|
| 42 |
+
|
| 43 |
These are data ZIP files for EARTH & DUSK only.
|
| 44 |
|
| 45 |
PLEASE don't yoink the zip files.
|
| 46 |
|
| 47 |
We will clear those out eventually.
|
| 48 |
|
| 49 |
+
# HOW TO SUPPORT US:
|
| 50 |
+
|
| 51 |
+
Earth & Dusk Discord: https://discord.gg/5t2kYxt7An
|
| 52 |
+
|
| 53 |
+
JOIN OUR SUBREDDIT: https://www.reddit.com/r/earthndusk/
|
| 54 |
+
|
| 55 |
+
Ko-Fi: https://ko-fi.com/earthnicity
|
| 56 |
|
| 57 |
Pre-Release Models, Lora Backups - Send us pizza! https://ko-fi.com/DUSKFALLcrew
|
| 58 |
|
| 59 |
WE ARE PROUDLY SPONSORED BY: https://www.piratediffusion.com/
|
| 60 |
|
| 61 |
+
Find Duskfall's models for free generations at TENSOR ART: https://tensor.art/u/611011406535381539
|
| 62 |
|
| 63 |
+
Earthnicity's Models on Tensor: https://tensor.art/u/619847511473063320
|
| 64 |
|
| 65 |
+
Earthnicity on Civit: https://civitai.com/user/earthnicity
|
| 66 |
|
| 67 |
+
Duskfallcrew on Civit: https://civitai.com/user/duskfallcrew
|
| 68 |
|
| 69 |
JOIN OUR SUBREDDIT: https://www.reddit.com/r/earthndusk/
|
| 70 |
|