Instructions to use EarthnDusk/Loras_2023 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EarthnDusk/Loras_2023 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EarthnDusk/Loras_2023") 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,15 +13,26 @@ tags:
|
|
| 13 |
- stable diffusion
|
| 14 |
- stable diffusion lora
|
| 15 |
- anime
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
-
# Lora Backups
|
| 19 |
|
| 20 |
-
This is largely our ongoing LORA repository. Yes, there is one other repository for our loras but this is the most up to date one, we'll keep up as long as possible, new content will be added in folder dating.
|
| 21 |
-
Access requests are due to the fact SOME content is now KoFi members only, *JUST SOME* - also that literally most of this is free on Civitai. If anything it's also available to people who've boosted our discord server.
|
| 22 |
-
If you're looking for access you need to pay here: https://ko-fi.com/earthnicity
|
| 23 |
-
This will prevent some of the issues i've been having with people lifting content to other websites.
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
- If you're REALLY hard out go here: https://ko-fi.com/duskfallcrew/tiers
|
| 27 |
- You'll be rejected unless you actually contact via Civitai, our Discord or find a way to e-mail E&D.
|
|
@@ -101,4 +112,4 @@ https://xypher7.github.io/lora-metadata-viewer/
|
|
| 101 |
|
| 102 |
2024: https://huggingface.co/EarthnDusk/SDXL_Lora_Dump_2024/tree/main
|
| 103 |
|
| 104 |
-
2023: https://huggingface.co/EarthnDusk/Loras-SDXL/tree/main
|
|
|
|
| 13 |
- stable diffusion
|
| 14 |
- stable diffusion lora
|
| 15 |
- anime
|
| 16 |
+
base_model:
|
| 17 |
+
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 18 |
+
pipeline_tag: text-to-image
|
| 19 |
+
library_name: diffusers
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Lora Backups
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
+
Please donate here: https://ko-fi.com/duskfallcrew/
|
| 26 |
+
|
| 27 |
+
Some of these are not ON a generative website but may be in future, if you like what we do please support!
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
Earth & Dusk Media Discords:
|
| 31 |
+
|
| 32 |
+
https://discord.gg/HhBSvM9gBY
|
| 33 |
+
|
| 34 |
+
https://discord.gg/5t2kYxt7An
|
| 35 |
+
|
| 36 |
|
| 37 |
- If you're REALLY hard out go here: https://ko-fi.com/duskfallcrew/tiers
|
| 38 |
- You'll be rejected unless you actually contact via Civitai, our Discord or find a way to e-mail E&D.
|
|
|
|
| 112 |
|
| 113 |
2024: https://huggingface.co/EarthnDusk/SDXL_Lora_Dump_2024/tree/main
|
| 114 |
|
| 115 |
+
2023: https://huggingface.co/EarthnDusk/Loras-SDXL/tree/main
|