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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,8 +70,7 @@ base_model:
|
|
| 70 |
|
| 71 |
# Loras
|
| 72 |
|
| 73 |
-
|
| 74 |
-
<summary> Lora Backup Information for 2025 </summary>
|
| 75 |
These are backups for the creators Earthnicity & Duskfallcrew.
|
| 76 |
|
| 77 |
While these are free for you to download and use at your own discretion based on how open source should be...
|
|
@@ -81,10 +80,8 @@ We would adere to the fact that if you could donate money for the time it took t
|
|
| 81 |
To find the keywords for the lora you just use Xypher's tool here: https://xypher7.github.io/lora-metadata-viewer/
|
| 82 |
|
| 83 |
These are LARGELY for Stable Diffusion XL base - such as Illustrious & Pony XL as well as NoobAI.
|
| 84 |
-
</details>
|
| 85 |
|
| 86 |
-
|
| 87 |
-
<summary> Previews </summary>
|
| 88 |
|
| 89 |
The previews in this container are not yet named, give me time, i'll sort it out lol, I am borrowing code from Holostrawberry that he uses on HolyMix!
|
| 90 |
|
|
@@ -160,7 +157,7 @@ The previews in this container are not yet named, give me time, i'll sort it out
|
|
| 160 |
</tr>
|
| 161 |
</table>
|
| 162 |
|
| 163 |
-
|
| 164 |
|
| 165 |
|
| 166 |
<details>
|
|
|
|
| 70 |
|
| 71 |
# Loras
|
| 72 |
|
| 73 |
+
|
|
|
|
| 74 |
These are backups for the creators Earthnicity & Duskfallcrew.
|
| 75 |
|
| 76 |
While these are free for you to download and use at your own discretion based on how open source should be...
|
|
|
|
| 80 |
To find the keywords for the lora you just use Xypher's tool here: https://xypher7.github.io/lora-metadata-viewer/
|
| 81 |
|
| 82 |
These are LARGELY for Stable Diffusion XL base - such as Illustrious & Pony XL as well as NoobAI.
|
|
|
|
| 83 |
|
| 84 |
+
# Previews
|
|
|
|
| 85 |
|
| 86 |
The previews in this container are not yet named, give me time, i'll sort it out lol, I am borrowing code from Holostrawberry that he uses on HolyMix!
|
| 87 |
|
|
|
|
| 157 |
</tr>
|
| 158 |
</table>
|
| 159 |
|
| 160 |
+
|
| 161 |
|
| 162 |
|
| 163 |
<details>
|