kaytoo2022
commited on
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +14 -0
- config.yaml +73 -0
- my_first_flux_lora_v1.safetensors +3 -0
- my_first_flux_lora_v1_000000250.safetensors +3 -0
- my_first_flux_lora_v1_000000500.safetensors +3 -0
- my_first_flux_lora_v1_000000750.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1729179048727__000000000_0.jpg +0 -0
- samples/1729179066906__000000000_1.jpg +0 -0
- samples/1729179085083__000000000_2.jpg +0 -0
- samples/1729179103267__000000000_3.jpg +0 -0
- samples/1729179121442__000000000_4.jpg +0 -0
- samples/1729179139617__000000000_5.jpg +0 -0
- samples/1729179157794__000000000_6.jpg +0 -0
- samples/1729179175974__000000000_7.jpg +0 -0
- samples/1729179194149__000000000_8.jpg +0 -0
- samples/1729179212330__000000000_9.jpg +0 -0
- samples/1729179762802__000000250_0.jpg +0 -0
- samples/1729179780996__000000250_1.jpg +0 -0
- samples/1729179799186__000000250_2.jpg +0 -0
- samples/1729179817387__000000250_3.jpg +0 -0
- samples/1729179835592__000000250_4.jpg +0 -0
- samples/1729179853792__000000250_5.jpg +0 -0
- samples/1729179872007__000000250_6.jpg +0 -0
- samples/1729179890206__000000250_7.jpg +0 -0
- samples/1729179908412__000000250_8.jpg +0 -0
- samples/1729179926606__000000250_9.jpg +0 -0
- samples/1729180478549__000000500_0.jpg +0 -0
- samples/1729180496735__000000500_1.jpg +0 -0
- samples/1729180514940__000000500_2.jpg +0 -0
- samples/1729180533138__000000500_3.jpg +0 -0
- samples/1729180551349__000000500_4.jpg +0 -0
- samples/1729180569582__000000500_5.jpg +0 -0
- samples/1729180587792__000000500_6.jpg +0 -0
- samples/1729180606012__000000500_7.jpg +0 -0
- samples/1729180624232__000000500_8.jpg +0 -0
- samples/1729180642448__000000500_9.jpg +0 -0
- samples/1729181194400__000000750_0.jpg +0 -0
- samples/1729181212584__000000750_1.jpg +0 -0
- samples/1729181230760__000000750_2.jpg +0 -0
- samples/1729181248968__000000750_3.jpg +0 -0
- samples/1729181267183__000000750_4.jpg +0 -0
- samples/1729181285393__000000750_5.jpg +0 -0
- samples/1729181303594__000000750_6.jpg +0 -0
- samples/1729181321797__000000750_7.jpg +0 -0
- samples/1729181340016__000000750_8.jpg +0 -0
- samples/1729181358234__000000750_9.jpg +0 -0
- samples/1729181909638__000001000_0.jpg +0 -0
- samples/1729181927820__000001000_1.jpg +0 -0
- samples/1729181946004__000001000_2.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,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 1000
|
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 |
+
- Just1nGu4n playing chess at the park, bomb going off in the background
|
52 |
+
- Just1nGu4n holding a coffee cup, in a baseball cap, sitting at a cafe
|
53 |
+
- Just1nGu4n is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
54 |
+
holding a martini
|
55 |
+
- Just1nGu4n showing off his cool new t shirt at the beach, a shark is jumping
|
56 |
+
out of the water in the background
|
57 |
+
- Just1nGu4n building a log cabin in the snow covered mountains
|
58 |
+
- Just1nGu4n playing the guitar, on stage, singing a song, laser lights, punk
|
59 |
+
rocker
|
60 |
+
- Just1nGu4n, building a chair, in a wood shop
|
61 |
+
- photo of Just1nGu4n, white background, medium shot, modeling clothing, studio
|
62 |
+
lighting, white backdrop
|
63 |
+
- Just1nGu4n holding a sign that says, 'this is a sign'
|
64 |
+
- Just1nGu4n, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
65 |
+
in a desert, with a motorcycle
|
66 |
+
neg: ''
|
67 |
+
seed: 42
|
68 |
+
walk_seed: true
|
69 |
+
guidance_scale: 4
|
70 |
+
sample_steps: 20
|
71 |
+
meta:
|
72 |
+
name: my_first_flux_lora_v1
|
73 |
+
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:c2b9b21c499249e661c7ef4cd8f3e89667bffc3c89e8ebdb40ad53cb840fb6d2
|
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:e3088c1e33d298482225f97620c9ec00bc5533adcbb1c52890d0029ec0eef66e
|
3 |
+
size 171969368
|
my_first_flux_lora_v1_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de482de22257a898c43412bf278be252724624efaced023c1a2f8147e28b65d4
|
3 |
+
size 171969368
|
my_first_flux_lora_v1_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74142b98e7f41a67c5c55dbe966c43d9523d51de250a3ae4c435f6fe963a58fd
|
3 |
+
size 171969368
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b97173c5cba046e2f611465d014f691712a3bba186eb3dbff22e5d366949144b
|
3 |
+
size 175676612
|
samples/1729179048727__000000000_0.jpg
ADDED
samples/1729179066906__000000000_1.jpg
ADDED
samples/1729179085083__000000000_2.jpg
ADDED
samples/1729179103267__000000000_3.jpg
ADDED
samples/1729179121442__000000000_4.jpg
ADDED
samples/1729179139617__000000000_5.jpg
ADDED
samples/1729179157794__000000000_6.jpg
ADDED
samples/1729179175974__000000000_7.jpg
ADDED
samples/1729179194149__000000000_8.jpg
ADDED
samples/1729179212330__000000000_9.jpg
ADDED
samples/1729179762802__000000250_0.jpg
ADDED
samples/1729179780996__000000250_1.jpg
ADDED
samples/1729179799186__000000250_2.jpg
ADDED
samples/1729179817387__000000250_3.jpg
ADDED
samples/1729179835592__000000250_4.jpg
ADDED
samples/1729179853792__000000250_5.jpg
ADDED
samples/1729179872007__000000250_6.jpg
ADDED
samples/1729179890206__000000250_7.jpg
ADDED
samples/1729179908412__000000250_8.jpg
ADDED
samples/1729179926606__000000250_9.jpg
ADDED
samples/1729180478549__000000500_0.jpg
ADDED
samples/1729180496735__000000500_1.jpg
ADDED
samples/1729180514940__000000500_2.jpg
ADDED
samples/1729180533138__000000500_3.jpg
ADDED
samples/1729180551349__000000500_4.jpg
ADDED
samples/1729180569582__000000500_5.jpg
ADDED
samples/1729180587792__000000500_6.jpg
ADDED
samples/1729180606012__000000500_7.jpg
ADDED
samples/1729180624232__000000500_8.jpg
ADDED
samples/1729180642448__000000500_9.jpg
ADDED
samples/1729181194400__000000750_0.jpg
ADDED
samples/1729181212584__000000750_1.jpg
ADDED
samples/1729181230760__000000750_2.jpg
ADDED
samples/1729181248968__000000750_3.jpg
ADDED
samples/1729181267183__000000750_4.jpg
ADDED
samples/1729181285393__000000750_5.jpg
ADDED
samples/1729181303594__000000750_6.jpg
ADDED
samples/1729181321797__000000750_7.jpg
ADDED
samples/1729181340016__000000750_8.jpg
ADDED
samples/1729181358234__000000750_9.jpg
ADDED
samples/1729181909638__000001000_0.jpg
ADDED
samples/1729181927820__000001000_1.jpg
ADDED
samples/1729181946004__000001000_2.jpg
ADDED