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
Upload 13 files
Browse files- .gitattributes +13 -0
- Samples/image (1).png +3 -0
- Samples/image (10).png +3 -0
- Samples/image (18).png +3 -0
- Samples/image (25).png +3 -0
- Samples/image (34).png +3 -0
- Samples/image (4).png +3 -0
- Samples/image (58).png +3 -0
- Samples/image (60).png +3 -0
- Samples/image (65).png +3 -0
- Samples/image (69).png +3 -0
- Samples/image (80).png +3 -0
- Samples/image (83).png +3 -0
- Samples/image (9).png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,16 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Samples/image[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Samples/image[[:space:]](10).png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Samples/image[[:space:]](18).png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Samples/image[[:space:]](25).png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Samples/image[[:space:]](34).png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Samples/image[[:space:]](4).png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Samples/image[[:space:]](58).png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Samples/image[[:space:]](60).png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Samples/image[[:space:]](65).png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Samples/image[[:space:]](69).png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Samples/image[[:space:]](80).png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Samples/image[[:space:]](83).png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Samples/image[[:space:]](9).png filter=lfs diff=lfs merge=lfs -text
|
Samples/image (1).png
ADDED
|
Git LFS Details
|
Samples/image (10).png
ADDED
|
Git LFS Details
|
Samples/image (18).png
ADDED
|
Git LFS Details
|
Samples/image (25).png
ADDED
|
Git LFS Details
|
Samples/image (34).png
ADDED
|
Git LFS Details
|
Samples/image (4).png
ADDED
|
Git LFS Details
|
Samples/image (58).png
ADDED
|
Git LFS Details
|
Samples/image (60).png
ADDED
|
Git LFS Details
|
Samples/image (65).png
ADDED
|
Git LFS Details
|
Samples/image (69).png
ADDED
|
Git LFS Details
|
Samples/image (80).png
ADDED
|
Git LFS Details
|
Samples/image (83).png
ADDED
|
Git LFS Details
|
Samples/image (9).png
ADDED
|
Git LFS Details
|