Upload folder using huggingface_hub
Browse files- README.md +37 -0
- config.yaml +69 -0
- huet_textiles.safetensors +3 -0
- huet_textiles_000000500.safetensors +3 -0
- huet_textiles_000001000.safetensors +3 -0
- samples/1726772785079__000000000_0.jpg +0 -0
- samples/1726772809647__000000000_1.jpg +0 -0
- samples/1726772834210__000000000_2.jpg +0 -0
- samples/1726772858768__000000000_3.jpg +0 -0
- samples/1726774029829__000000500_0.jpg +0 -0
- samples/1726774054546__000000500_1.jpg +0 -0
- samples/1726774079259__000000500_2.jpg +0 -0
- samples/1726774103974__000000500_3.jpg +0 -0
- samples/1726775276687__000001000_0.jpg +0 -0
- samples/1726775301417__000001000_1.jpg +0 -0
- samples/1726775326120__000001000_2.jpg +0 -0
- samples/1726775351912__000001000_3.jpg +0 -0
- samples/1726776521249__000001500_0.jpg +0 -0
- samples/1726776545977__000001500_1.jpg +0 -0
- samples/1726776570716__000001500_2.jpg +0 -0
- samples/1726776595448__000001500_3.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- fluxlora
|
5 |
+
- diffusers
|
6 |
+
- template:sd-lora
|
7 |
+
widget:
|
8 |
+
- output:
|
9 |
+
url: samples/1726776521249__000001500_0.jpg
|
10 |
+
text: textile pattern of kittens [trigger]
|
11 |
+
- output:
|
12 |
+
url: samples/1726776545977__000001500_1.jpg
|
13 |
+
text: textile pattern of vintage cars [trigger]
|
14 |
+
- output:
|
15 |
+
url: samples/1726776570716__000001500_2.jpg
|
16 |
+
text: red textile pattern [trigger]
|
17 |
+
- output:
|
18 |
+
url: samples/1726776595448__000001500_3.jpg
|
19 |
+
text: black textile pattern of computers [trigger]
|
20 |
+
base_model: black-forest-labs/FLUX.1-dev
|
21 |
+
trigger: jean baptiste huet
|
22 |
+
license: other
|
23 |
+
license_name: flux-1-dev-non-commercial-license
|
24 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
25 |
+
---
|
26 |
+
# huet_textiles
|
27 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `heather`.
|
28 |
+
<Gallery />
|
29 |
+
## Trigger words
|
30 |
+
You should use `jean baptiste huet` to trigger the image generation.
|
31 |
+
## Download model
|
32 |
+
Weights for this model are available in Safetensors format.
|
33 |
+
[Download](/glif-loradex-trainer/heather_huet_textiles/tree/main) them in the Files & versions tab.
|
34 |
+
|
35 |
+
## License
|
36 |
+
This model is licensed under the [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
37 |
+
|
config.yaml
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: huet_textiles
|
3 |
+
process:
|
4 |
+
- datasets:
|
5 |
+
- cache_latents_to_disk: true
|
6 |
+
caption_dropout_rate: 0.2
|
7 |
+
caption_ext: txt
|
8 |
+
folder_path: /root/lorahub/huet_textiles/dataset
|
9 |
+
resolution:
|
10 |
+
- 512
|
11 |
+
- 768
|
12 |
+
- 1024
|
13 |
+
shuffle_tokens: false
|
14 |
+
token_dropout_rate: 0.01
|
15 |
+
device: cuda:0
|
16 |
+
model:
|
17 |
+
is_flux: true
|
18 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
19 |
+
quantize: true
|
20 |
+
text_encoder_bits: 8
|
21 |
+
network:
|
22 |
+
linear: 42
|
23 |
+
linear_alpha: 42
|
24 |
+
transformer_only: true
|
25 |
+
type: lora
|
26 |
+
performance_log_every: 500
|
27 |
+
sample:
|
28 |
+
height: 1024
|
29 |
+
neg: ''
|
30 |
+
prompts:
|
31 |
+
- textile pattern of kittens [trigger]
|
32 |
+
- textile pattern of vintage cars [trigger]
|
33 |
+
- red textile pattern [trigger]
|
34 |
+
- black textile pattern of computers [trigger]
|
35 |
+
sample_every: 500
|
36 |
+
sample_steps: 25
|
37 |
+
sampler: flowmatch
|
38 |
+
seed: 42
|
39 |
+
walk_seed: true
|
40 |
+
width: 1024
|
41 |
+
save:
|
42 |
+
dtype: float16
|
43 |
+
max_step_saves_to_keep: 3
|
44 |
+
save_every: 500
|
45 |
+
save_format: diffusers
|
46 |
+
train:
|
47 |
+
batch_size: 1
|
48 |
+
dtype: bf16
|
49 |
+
ema_config:
|
50 |
+
ema_decay: 0.99
|
51 |
+
use_ema: true
|
52 |
+
gradient_accumulation_steps: 1
|
53 |
+
gradient_checkpointing: true
|
54 |
+
linear_timesteps: true
|
55 |
+
loss_type: mse
|
56 |
+
lr: 0.0002
|
57 |
+
noise_scheduler: flowmatch
|
58 |
+
optimizer: adamw8bit
|
59 |
+
reg_weight: 1.0
|
60 |
+
steps: 1500
|
61 |
+
target_noise_multiplier: 1.0
|
62 |
+
train_text_encoder: false
|
63 |
+
train_unet: true
|
64 |
+
training_folder: /root/lorahub
|
65 |
+
trigger_word: jean baptiste huet
|
66 |
+
type: sd_trainer
|
67 |
+
job: extension
|
68 |
+
meta:
|
69 |
+
description: ''
|
huet_textiles.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51c3febff89a7e5adffb6f00b983548f0b4ef1d109400b5fbf767bb662c692db
|
3 |
+
size 451202728
|
huet_textiles_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97169e186c970b295e6c03f809caec0805779f271b3c64f4a3098922a137d073
|
3 |
+
size 451202728
|
huet_textiles_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1240a513ddf99eaa47720ebc7fb2c7729d3e8b7e7f8b333007fcb7bf537c09b7
|
3 |
+
size 451202728
|
samples/1726772785079__000000000_0.jpg
ADDED
samples/1726772809647__000000000_1.jpg
ADDED
samples/1726772834210__000000000_2.jpg
ADDED
samples/1726772858768__000000000_3.jpg
ADDED
samples/1726774029829__000000500_0.jpg
ADDED
samples/1726774054546__000000500_1.jpg
ADDED
samples/1726774079259__000000500_2.jpg
ADDED
samples/1726774103974__000000500_3.jpg
ADDED
samples/1726775276687__000001000_0.jpg
ADDED
samples/1726775301417__000001000_1.jpg
ADDED
samples/1726775326120__000001000_2.jpg
ADDED
samples/1726775351912__000001000_3.jpg
ADDED
samples/1726776521249__000001500_0.jpg
ADDED
samples/1726776545977__000001500_1.jpg
ADDED
samples/1726776570716__000001500_2.jpg
ADDED
samples/1726776595448__000001500_3.jpg
ADDED