Instructions to use stablediffusionapi/flux_lora_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/flux_lora_v1 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("stablediffusionapi/flux_lora_v1") prompt = "hot sweeny at the bar" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,10 +9,10 @@ tags:
|
|
| 9 |
widget:
|
| 10 |
- text: hot sweeny at the bar
|
| 11 |
output:
|
| 12 |
-
url: samples/
|
| 13 |
- text: roxy is playful
|
| 14 |
output:
|
| 15 |
-
url: samples/
|
| 16 |
base_model: black-forest-labs/FLUX.1-dev
|
| 17 |
|
| 18 |
license: other
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: hot sweeny at the bar
|
| 11 |
output:
|
| 12 |
+
url: samples/1741620199585__000000100_0.jpg
|
| 13 |
- text: roxy is playful
|
| 14 |
output:
|
| 15 |
+
url: samples/1741620224840__000000100_1.jpg
|
| 16 |
base_model: black-forest-labs/FLUX.1-dev
|
| 17 |
|
| 18 |
license: other
|
lora_train_1.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 171969344
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ca6f89ea3fe5a4efb4da11501cc0af4c25db5520cb7e358d667dde0610c9dea
|
| 3 |
size 171969344
|
samples/1741619861168__000000000_0.jpg
ADDED
|
samples/1741619886436__000000000_1.jpg
ADDED
|
samples/1741620199585__000000100_0.jpg
ADDED
|
samples/1741620224840__000000100_1.jpg
ADDED
|