Upload folder using huggingface_hub
Browse files- README.md +50 -0
- lora_train_1.safetensors +3 -0
- lora_train_1_000000250.safetensors +3 -0
- lora_train_1_000000500.safetensors +3 -0
- lora_train_1_000000750.safetensors +3 -0
- lora_train_1_000001000.safetensors +3 -0
- lora_train_1_000001250.safetensors +3 -0
- samples/1740741663050__000000000_0.jpg +0 -0
- samples/1740741688331__000000000_1.jpg +0 -0
- samples/1740742446232__000000250_0.jpg +0 -0
- samples/1740742471455__000000250_1.jpg +0 -0
- samples/1740743230138__000000500_0.jpg +0 -0
- samples/1740743255374__000000500_1.jpg +0 -0
- samples/1740744017989__000000750_0.jpg +0 -0
- samples/1740744043361__000000750_1.jpg +0 -0
- samples/1740744801363__000001000_0.jpg +0 -0
- samples/1740744826604__000001000_1.jpg +0 -0
- samples/1740745586958__000001250_0.jpg +0 -0
- samples/1740745612220__000001250_1.jpg +0 -0
- samples/1740746369406__000001500_0.jpg +0 -0
- samples/1740746394606__000001500_1.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: hot sweeny at the bar
|
11 |
+
output:
|
12 |
+
url: samples/1740746369406__000001500_0.jpg
|
13 |
+
- text: roxy is playful
|
14 |
+
output:
|
15 |
+
url: samples/1740746394606__000001500_1.jpg
|
16 |
+
base_model: black-forest-labs/FLUX.1-dev
|
17 |
+
|
18 |
+
license: other
|
19 |
+
license_name: flux-1-dev-non-commercial-license
|
20 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
21 |
+
---
|
22 |
+
|
23 |
+
# lora_train_1
|
24 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
25 |
+
<Gallery />
|
26 |
+
|
27 |
+
## Trigger words
|
28 |
+
|
29 |
+
No trigger words defined.
|
30 |
+
|
31 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
32 |
+
|
33 |
+
Weights for this model are available in Safetensors format.
|
34 |
+
|
35 |
+
[Download](/stablediffusionapi/flux_lora_v1/tree/main) them in the Files & versions tab.
|
36 |
+
|
37 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
38 |
+
|
39 |
+
```py
|
40 |
+
from diffusers import AutoPipelineForText2Image
|
41 |
+
import torch
|
42 |
+
|
43 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
44 |
+
pipeline.load_lora_weights('stablediffusionapi/flux_lora_v1', weight_name='lora_train_1.safetensors')
|
45 |
+
image = pipeline('hot sweeny at the bar').images[0]
|
46 |
+
image.save("my_image.png")
|
47 |
+
```
|
48 |
+
|
49 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
50 |
+
|
lora_train_1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f540eea68de97f169054fb7e544071025bd98b19a2e7ca0ac5386f3cd927832
|
3 |
+
size 171969352
|
lora_train_1_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f751e371bc4cc96fabeaae4da49b17551187c926941a56962431e3c561b68468
|
3 |
+
size 171969352
|
lora_train_1_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1056d9cd5c2e6e04dab7eea4d5e6685015f6dd2c12d7e8f7a34a0b6ac1d914
|
3 |
+
size 171969352
|
lora_train_1_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9723ccdb3f4a3a04033698cfdfae24911116e1ceb69c0ad4da1afac37688e51b
|
3 |
+
size 171969352
|
lora_train_1_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:392db232f39b4d85f95ae03ac836d655c1dbd0013a964849c6de138fa8431343
|
3 |
+
size 171969352
|
lora_train_1_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a06e42c3e55f923c95fe170fa4380935973dda412379642a0962606832ff7ec6
|
3 |
+
size 171969352
|
samples/1740741663050__000000000_0.jpg
ADDED
![]() |
samples/1740741688331__000000000_1.jpg
ADDED
![]() |
samples/1740742446232__000000250_0.jpg
ADDED
![]() |
samples/1740742471455__000000250_1.jpg
ADDED
![]() |
samples/1740743230138__000000500_0.jpg
ADDED
![]() |
samples/1740743255374__000000500_1.jpg
ADDED
![]() |
samples/1740744017989__000000750_0.jpg
ADDED
![]() |
samples/1740744043361__000000750_1.jpg
ADDED
![]() |
samples/1740744801363__000001000_0.jpg
ADDED
![]() |
samples/1740744826604__000001000_1.jpg
ADDED
![]() |
samples/1740745586958__000001250_0.jpg
ADDED
![]() |
samples/1740745612220__000001250_1.jpg
ADDED
![]() |
samples/1740746369406__000001500_0.jpg
ADDED
![]() |
samples/1740746394606__000001500_1.jpg
ADDED
![]() |