Instructions to use MLbackup/Loras_2026_Backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/Loras_2026_Backup 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/Loras_2026_Backup", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -121,24 +121,24 @@ Also some are from teh old repo, so i'm still working on bringing previews in
|
|
| 121 |
</td>
|
| 122 |
<td>
|
| 123 |
<div class="custom-image-container">
|
| 124 |
-
<img class="custom-image" src="
|
| 125 |
</div>
|
| 126 |
</td>
|
| 127 |
</tr>
|
| 128 |
<tr>
|
| 129 |
<td>
|
| 130 |
<div class="custom-image-container">
|
| 131 |
-
<img class="custom-image" src="
|
| 132 |
</div>
|
| 133 |
</td>
|
| 134 |
<td>
|
| 135 |
<div class="custom-image-container">
|
| 136 |
-
<img class="custom-image" src="
|
| 137 |
</div>
|
| 138 |
</td>
|
| 139 |
<td>
|
| 140 |
<div class="custom-image-container">
|
| 141 |
-
<img class="custom-image" src="
|
| 142 |
</div>
|
| 143 |
</td>
|
| 144 |
</tr>
|
|
|
|
| 121 |
</td>
|
| 122 |
<td>
|
| 123 |
<div class="custom-image-container">
|
| 124 |
+
<img class="custom-image" src="Samples/image - 2025-09-30T194744.700.png" alt="Preview">
|
| 125 |
</div>
|
| 126 |
</td>
|
| 127 |
</tr>
|
| 128 |
<tr>
|
| 129 |
<td>
|
| 130 |
<div class="custom-image-container">
|
| 131 |
+
<img class="custom-image" src="Samples/masterpiec-3422181459-11_57_41-1.png" alt="Preview">
|
| 132 |
</div>
|
| 133 |
</td>
|
| 134 |
<td>
|
| 135 |
<div class="custom-image-container">
|
| 136 |
+
<img class="custom-image" src="Samples/image (86).png" alt="Preview">
|
| 137 |
</div>
|
| 138 |
</td>
|
| 139 |
<td>
|
| 140 |
<div class="custom-image-container">
|
| 141 |
+
<img class="custom-image" src="Samples/image - 2025-09-30T161530.105.png" alt="Preview">
|
| 142 |
</div>
|
| 143 |
</td>
|
| 144 |
</tr>
|