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
|
@@ -104,19 +104,19 @@ Also some are from teh old repo, so i'm still working on bringing previews in
|
|
| 104 |
</td>
|
| 105 |
<td>
|
| 106 |
<div class="custom-image-container">
|
| 107 |
-
<img class="custom-image" src="
|
| 108 |
</div>
|
| 109 |
</td>
|
| 110 |
</tr>
|
| 111 |
<tr>
|
| 112 |
<td>
|
| 113 |
<div class="custom-image-container">
|
| 114 |
-
<img class="custom-image" src="
|
| 115 |
</div>
|
| 116 |
</td>
|
| 117 |
<td>
|
| 118 |
<div class="custom-image-container">
|
| 119 |
-
<img class="custom-image" src="
|
| 120 |
</div>
|
| 121 |
</td>
|
| 122 |
<td>
|
|
|
|
| 104 |
</td>
|
| 105 |
<td>
|
| 106 |
<div class="custom-image-container">
|
| 107 |
+
<img class="custom-image" src="Samples/image (60).png" alt="Preview">
|
| 108 |
</div>
|
| 109 |
</td>
|
| 110 |
</tr>
|
| 111 |
<tr>
|
| 112 |
<td>
|
| 113 |
<div class="custom-image-container">
|
| 114 |
+
<img class="custom-image" src="Samples/image (28).png" alt="Preview">
|
| 115 |
</div>
|
| 116 |
</td>
|
| 117 |
<td>
|
| 118 |
<div class="custom-image-container">
|
| 119 |
+
<img class="custom-image" src="Samples/image (52).png" alt="Preview">
|
| 120 |
</div>
|
| 121 |
</td>
|
| 122 |
<td>
|