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
|
@@ -77,7 +77,7 @@ Also some are from teh old repo, so i'm still working on bringing previews in
|
|
| 77 |
<tr>
|
| 78 |
<td>
|
| 79 |
<div class="custom-image-container">
|
| 80 |
-
<img class="custom-image" src="
|
| 81 |
</div>
|
| 82 |
</td>
|
| 83 |
<td>
|
|
@@ -87,7 +87,7 @@ Also some are from teh old repo, so i'm still working on bringing previews in
|
|
| 87 |
</td>
|
| 88 |
<td>
|
| 89 |
<div class="custom-image-container">
|
| 90 |
-
<img class="custom-image" src="
|
| 91 |
</div>
|
| 92 |
</td>
|
| 93 |
</tr>
|
|
|
|
| 77 |
<tr>
|
| 78 |
<td>
|
| 79 |
<div class="custom-image-container">
|
| 80 |
+
<img class="custom-image" src="Samples/image (10).png" alt="Preview">
|
| 81 |
</div>
|
| 82 |
</td>
|
| 83 |
<td>
|
|
|
|
| 87 |
</td>
|
| 88 |
<td>
|
| 89 |
<div class="custom-image-container">
|
| 90 |
+
<img class="custom-image" src="Samples/image (80).png" alt="Preview">
|
| 91 |
</div>
|
| 92 |
</td>
|
| 93 |
</tr>
|