Upload folder using huggingface_hub
Browse files- README.md +3 -2
- config.yaml +3 -3
- lora.safetensors +3 -0
README.md
CHANGED
@@ -8,9 +8,10 @@ tags:
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
|
|
11 |
base_model: "black-forest-labs/FLUX.1-dev"
|
12 |
pipeline_tag: text-to-image
|
13 |
-
instance_prompt:
|
14 |
---
|
15 |
|
16 |
# Test
|
@@ -21,7 +22,7 @@ https://replicate.com/ostris/flux-dev-lora-trainer/train
|
|
21 |
|
22 |
|
23 |
## Trigger words
|
24 |
-
You should use `
|
25 |
|
26 |
|
27 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
11 |
+
- replicate
|
12 |
base_model: "black-forest-labs/FLUX.1-dev"
|
13 |
pipeline_tag: text-to-image
|
14 |
+
instance_prompt: girl
|
15 |
---
|
16 |
|
17 |
# Test
|
|
|
22 |
|
23 |
|
24 |
## Trigger words
|
25 |
+
You should use `girl` to trigger the image generation.
|
26 |
|
27 |
|
28 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
config.yaml
CHANGED
@@ -5,11 +5,11 @@ config:
|
|
5 |
- type: custom_sd_trainer
|
6 |
training_folder: output
|
7 |
device: cuda:0
|
8 |
-
trigger_word:
|
9 |
network:
|
10 |
type: lora
|
11 |
-
linear:
|
12 |
-
linear_alpha:
|
13 |
save:
|
14 |
dtype: float16
|
15 |
save_every: 1001
|
|
|
5 |
- type: custom_sd_trainer
|
6 |
training_folder: output
|
7 |
device: cuda:0
|
8 |
+
trigger_word: girl
|
9 |
network:
|
10 |
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 16
|
13 |
save:
|
14 |
dtype: float16
|
15 |
save_every: 1001
|
lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c4ff0c175350e9c4f3d80e13c0ff39a2b0ec436bc1016e097a772061af3df8
|
3 |
+
size 171969416
|