kaytoo2022
commited on
Upload folder using huggingface_hub
Browse files- README.md +14 -0
- config.yaml +72 -0
- my_first_flux_lora_v1.safetensors +3 -0
- my_first_flux_lora_v1_000000250.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1729143105147__000000000_0.jpg +0 -0
- samples/1729143123337__000000000_1.jpg +0 -0
- samples/1729143141534__000000000_2.jpg +0 -0
- samples/1729143159744__000000000_3.jpg +0 -0
- samples/1729143177958__000000000_4.jpg +0 -0
- samples/1729143196167__000000000_5.jpg +0 -0
- samples/1729143214376__000000000_6.jpg +0 -0
- samples/1729143232581__000000000_7.jpg +0 -0
- samples/1729143250786__000000000_8.jpg +0 -0
- samples/1729143268993__000000000_9.jpg +0 -0
- samples/1729143810218__000000250_0.jpg +0 -0
- samples/1729143828444__000000250_1.jpg +0 -0
- samples/1729143846655__000000250_2.jpg +0 -0
- samples/1729143864865__000000250_3.jpg +0 -0
- samples/1729143883074__000000250_4.jpg +0 -0
- samples/1729143901285__000000250_5.jpg +0 -0
- samples/1729143919490__000000250_6.jpg +0 -0
- samples/1729143937699__000000250_7.jpg +0 -0
- samples/1729143955903__000000250_8.jpg +0 -0
- samples/1729143974108__000000250_9.jpg +0 -0
- samples/1729144509748__000000500_0.jpg +0 -0
- samples/1729144527965__000000500_1.jpg +0 -0
- samples/1729144546173__000000500_2.jpg +0 -0
- samples/1729144564383__000000500_3.jpg +0 -0
- samples/1729144582587__000000500_4.jpg +0 -0
- samples/1729144600792__000000500_5.jpg +0 -0
- samples/1729144618995__000000500_6.jpg +0 -0
- samples/1729144637200__000000500_7.jpg +0 -0
- samples/1729144655407__000000500_8.jpg +0 -0
- samples/1729144673611__000000500_9.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- image-generation
|
8 |
+
- flux
|
9 |
+
- safetensors
|
10 |
+
base_model: black-forest-labs/FLUX.1-dev
|
11 |
+
license: other
|
12 |
+
license_name: flux-1-dev-non-commercial-license
|
13 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
14 |
+
---
|
config.yaml
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: my_first_flux_lora_v1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: /content/output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 16
|
11 |
+
linear_alpha: 16
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 250
|
15 |
+
max_step_saves_to_keep: 4
|
16 |
+
datasets:
|
17 |
+
- folder_path: /content/dataset
|
18 |
+
caption_ext: txt
|
19 |
+
caption_dropout_rate: 0.05
|
20 |
+
shuffle_tokens: false
|
21 |
+
cache_latents_to_disk: true
|
22 |
+
resolution:
|
23 |
+
- 512
|
24 |
+
- 768
|
25 |
+
- 1024
|
26 |
+
train:
|
27 |
+
batch_size: 1
|
28 |
+
steps: 500
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
train_unet: true
|
31 |
+
train_text_encoder: false
|
32 |
+
content_or_style: balanced
|
33 |
+
gradient_checkpointing: true
|
34 |
+
noise_scheduler: flowmatch
|
35 |
+
optimizer: adamw8bit
|
36 |
+
lr: 0.0004
|
37 |
+
ema_config:
|
38 |
+
use_ema: true
|
39 |
+
ema_decay: 0.99
|
40 |
+
dtype: bf16
|
41 |
+
model:
|
42 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
43 |
+
is_flux: true
|
44 |
+
quantize: true
|
45 |
+
sample:
|
46 |
+
sampler: flowmatch
|
47 |
+
sample_every: 250
|
48 |
+
width: 1024
|
49 |
+
height: 1024
|
50 |
+
prompts:
|
51 |
+
- just1n playing chess at the park, bomb going off in the background
|
52 |
+
- just1n holding a coffee cup, in a baseball cap, sitting at a cafe
|
53 |
+
- just1n is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
54 |
+
holding a martini
|
55 |
+
- just1n showing off his cool new t shirt at the beach, a shark is jumping out
|
56 |
+
of the water in the background
|
57 |
+
- just1n building a log cabin in the snow covered mountains
|
58 |
+
- just1n playing the guitar, on stage, singing a song, laser lights, punk rocker
|
59 |
+
- just1n, building a chair, in a wood shop
|
60 |
+
- photo of just1n, white background, medium shot, modeling clothing, studio
|
61 |
+
lighting, white backdrop
|
62 |
+
- just1n holding a sign that says, 'this is a sign'
|
63 |
+
- just1n, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
64 |
+
in a desert, with a motorcycle
|
65 |
+
neg: ''
|
66 |
+
seed: 42
|
67 |
+
walk_seed: true
|
68 |
+
guidance_scale: 4
|
69 |
+
sample_steps: 20
|
70 |
+
meta:
|
71 |
+
name: my_first_flux_lora_v1
|
72 |
+
version: '1.0'
|
my_first_flux_lora_v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ee3046d4cfd8dfc7f7e34b2bd4510761685e61145c20f6366f16bfd0c6c4973
|
3 |
+
size 171969368
|
my_first_flux_lora_v1_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57a0f028e92640b7b88e66f0a2d80720d17690c10aaf2a21c12ae0306c9104e1
|
3 |
+
size 171969368
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6571b1f8bc226c09ba21f1fc58244b34c4550cb73dba36dbfee9735a86cd43a7
|
3 |
+
size 175676612
|
samples/1729143105147__000000000_0.jpg
ADDED
samples/1729143123337__000000000_1.jpg
ADDED
samples/1729143141534__000000000_2.jpg
ADDED
samples/1729143159744__000000000_3.jpg
ADDED
samples/1729143177958__000000000_4.jpg
ADDED
samples/1729143196167__000000000_5.jpg
ADDED
samples/1729143214376__000000000_6.jpg
ADDED
samples/1729143232581__000000000_7.jpg
ADDED
samples/1729143250786__000000000_8.jpg
ADDED
samples/1729143268993__000000000_9.jpg
ADDED
samples/1729143810218__000000250_0.jpg
ADDED
samples/1729143828444__000000250_1.jpg
ADDED
samples/1729143846655__000000250_2.jpg
ADDED
samples/1729143864865__000000250_3.jpg
ADDED
samples/1729143883074__000000250_4.jpg
ADDED
samples/1729143901285__000000250_5.jpg
ADDED
samples/1729143919490__000000250_6.jpg
ADDED
samples/1729143937699__000000250_7.jpg
ADDED
samples/1729143955903__000000250_8.jpg
ADDED
samples/1729143974108__000000250_9.jpg
ADDED
samples/1729144509748__000000500_0.jpg
ADDED
samples/1729144527965__000000500_1.jpg
ADDED
samples/1729144546173__000000500_2.jpg
ADDED
samples/1729144564383__000000500_3.jpg
ADDED
samples/1729144582587__000000500_4.jpg
ADDED
samples/1729144600792__000000500_5.jpg
ADDED
samples/1729144618995__000000500_6.jpg
ADDED
samples/1729144637200__000000500_7.jpg
ADDED
samples/1729144655407__000000500_8.jpg
ADDED
samples/1729144673611__000000500_9.jpg
ADDED