Text-to-Image
Diffusers
English
stable-diffusion
ponyxl
loras
illustriousxl
naixl
sdxl
anime
lora
low
low-rank-adaptation
Instructions to use MLbackup/Scraped_2025_Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/Scraped_2025_Loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AstraliteHeart/pony-diffusion-v6,OnomaAIResearch/Illustrious-xl-early-release-v0,Laxhar/noobai-XL-1.1,stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MLbackup/Scraped_2025_Loras") 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
|
@@ -1,5 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# EarthnDusk/Loras_2025
|
| 5 |
|
|
@@ -39,5 +50,4 @@ Donate to Us: https://ko-fi.com/duskfallcrew/ https://ko-fi.com/earthnicity htt
|
|
| 39 |
|
| 40 |
## Lisc
|
| 41 |
|
| 42 |
-
Please refrain from re-uploading to websites for the time being, we've left gracefully from Civitai, and we wish not to mess with otehr uploading sites for the time being until we get a break going on.
|
| 43 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
datasets:
|
| 4 |
+
- EarthnDusk/XL_PDXL_Embeddings
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: text-to-image
|
| 8 |
+
library_name: diffusers
|
| 9 |
+
tags:
|
| 10 |
+
- not-for-all-audiences
|
| 11 |
+
- stable-diffusion
|
| 12 |
+
- ponyxl
|
| 13 |
+
- loras
|
| 14 |
---
|
| 15 |
# EarthnDusk/Loras_2025
|
| 16 |
|
|
|
|
| 50 |
|
| 51 |
## Lisc
|
| 52 |
|
| 53 |
+
Please refrain from re-uploading to websites for the time being, we've left gracefully from Civitai, and we wish not to mess with otehr uploading sites for the time being until we get a break going on.
|
|
|