Instructions to use rockerBOO/flux.1-dev-SRPO-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rockerBOO/flux.1-dev-SRPO-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rockerBOO/flux.1-dev-SRPO-LoRA") prompt = "She is in modern street wear in a city along a bridge at sunset." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- .gitattributes +9 -0
- images/c-f1-2025-10-07_00002_.png +3 -0
- images/c-f1-2025-10-07_00003_.png +3 -0
- images/c-f1-2025-10-07_00004_.png +3 -0
- images/c-f1-2025-10-07_00005_.png +3 -0
- images/c-f1-2025-10-07_00006_.png +3 -0
- images/c-f1-2025-10-07_00007_.png +3 -0
- images/c-f1-2025-10-07_00008_.png +3 -0
- images/c-f1-2025-10-07_00009_.png +3 -0
- images/c-f1-2025-10-07_00010_.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ 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 |
+
images/c-f1-2025-10-07_00002_.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/c-f1-2025-10-07_00003_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/c-f1-2025-10-07_00004_.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/c-f1-2025-10-07_00005_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/c-f1-2025-10-07_00006_.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/c-f1-2025-10-07_00007_.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/c-f1-2025-10-07_00008_.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/c-f1-2025-10-07_00009_.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/c-f1-2025-10-07_00010_.png filter=lfs diff=lfs merge=lfs -text
|
images/c-f1-2025-10-07_00002_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00003_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00004_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00005_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00006_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00007_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00008_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00009_.png
ADDED
|
Git LFS Details
|
images/c-f1-2025-10-07_00010_.png
ADDED
|
Git LFS Details
|