Upload folder using huggingface_hub
Browse files- ampp/low-rez/config.yaml +73 -0
- ampp/low-rez/low-rez.safetensors +3 -0
- ampp/low-rez/low-rez_000001500.safetensors +3 -0
- ampp/low-rez/low-rez_000002000.safetensors +3 -0
- ampp/low-rez/low-rez_000002500.safetensors +3 -0
- ampp/low-rez/samples/1726352773957__000000000_0.jpg +0 -0
- ampp/low-rez/samples/1726352798573__000000000_1.jpg +0 -0
- ampp/low-rez/samples/1726352823200__000000000_2.jpg +0 -0
- ampp/low-rez/samples/1726352847855__000000000_3.jpg +0 -0
- ampp/low-rez/samples/1726352872513__000000000_4.jpg +0 -0
- ampp/low-rez/samples/1726352897169__000000000_5.jpg +0 -0
- ampp/low-rez/samples/1726353967540__000000500_0.jpg +0 -0
- ampp/low-rez/samples/1726353992286__000000500_1.jpg +0 -0
- ampp/low-rez/samples/1726354017033__000000500_2.jpg +0 -0
- ampp/low-rez/samples/1726354041793__000000500_3.jpg +0 -0
- ampp/low-rez/samples/1726354066552__000000500_4.jpg +0 -0
- ampp/low-rez/samples/1726354091314__000000500_5.jpg +0 -0
- ampp/low-rez/samples/1726355167299__000001000_0.jpg +0 -0
- ampp/low-rez/samples/1726355192021__000001000_1.jpg +0 -0
- ampp/low-rez/samples/1726355216739__000001000_2.jpg +0 -0
- ampp/low-rez/samples/1726355241459__000001000_3.jpg +0 -0
- ampp/low-rez/samples/1726355266180__000001000_4.jpg +0 -0
- ampp/low-rez/samples/1726355290904__000001000_5.jpg +0 -0
- ampp/low-rez/samples/1726356367796__000001500_0.jpg +0 -0
- ampp/low-rez/samples/1726356392507__000001500_1.jpg +0 -0
- ampp/low-rez/samples/1726356417225__000001500_2.jpg +0 -0
- ampp/low-rez/samples/1726356441956__000001500_3.jpg +0 -0
- ampp/low-rez/samples/1726356466681__000001500_4.jpg +0 -0
- ampp/low-rez/samples/1726356491414__000001500_5.jpg +0 -0
- ampp/low-rez/samples/1726357564899__000002000_0.jpg +0 -0
- ampp/low-rez/samples/1726357589647__000002000_1.jpg +0 -0
- ampp/low-rez/samples/1726357614395__000002000_2.jpg +0 -0
- ampp/low-rez/samples/1726357639143__000002000_3.jpg +0 -0
- ampp/low-rez/samples/1726357663885__000002000_4.jpg +0 -0
- ampp/low-rez/samples/1726357688639__000002000_5.jpg +0 -0
- ampp/low-rez/samples/1726358760083__000002500_0.jpg +0 -0
- ampp/low-rez/samples/1726358784833__000002500_1.jpg +0 -0
- ampp/low-rez/samples/1726358809580__000002500_2.jpg +0 -0
- ampp/low-rez/samples/1726358834319__000002500_3.jpg +0 -0
- ampp/low-rez/samples/1726358859067__000002500_4.jpg +0 -0
- ampp/low-rez/samples/1726358883821__000002500_5.jpg +0 -0
- ampp/low-rez/samples/1726359960668__000003000_0.jpg +0 -0
- ampp/low-rez/samples/1726359985416__000003000_1.jpg +0 -0
- ampp/low-rez/samples/1726360010160__000003000_2.jpg +0 -0
- ampp/low-rez/samples/1726360034913__000003000_3.jpg +0 -0
- ampp/low-rez/samples/1726360059665__000003000_4.jpg +0 -0
- ampp/low-rez/samples/1726360084411__000003000_5.jpg +0 -0
ampp/low-rez/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: low-rez
|
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/low-rez/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 |
+
- wounded centaur, mythical creature [trigger]
|
32 |
+
- ruins of athens, snake [trigger]
|
33 |
+
- '[trigger] a dragon sitting at a table eating corn on the cob'
|
34 |
+
- '[trigger] a cyberpunk era knight holding a crossbow made of steel with wires
|
35 |
+
and electricity flowing through it'
|
36 |
+
- '[trigger] photo of a goblin princess wearing a dress made of flowers, the
|
37 |
+
background is a large castle'
|
38 |
+
- '[trigger] a man holding a sign that says: ''<3 YOU'
|
39 |
+
sample_every: 500
|
40 |
+
sample_steps: 25
|
41 |
+
sampler: flowmatch
|
42 |
+
seed: 42
|
43 |
+
walk_seed: true
|
44 |
+
width: 1024
|
45 |
+
save:
|
46 |
+
dtype: float16
|
47 |
+
max_step_saves_to_keep: 3
|
48 |
+
save_every: 500
|
49 |
+
save_format: diffusers
|
50 |
+
train:
|
51 |
+
batch_size: 1
|
52 |
+
dtype: bf16
|
53 |
+
ema_config:
|
54 |
+
ema_decay: 0.99
|
55 |
+
use_ema: true
|
56 |
+
gradient_accumulation_steps: 1
|
57 |
+
gradient_checkpointing: true
|
58 |
+
linear_timesteps: true
|
59 |
+
loss_type: mse
|
60 |
+
lr: 1.0
|
61 |
+
noise_scheduler: flowmatch
|
62 |
+
optimizer: prodigy
|
63 |
+
reg_weight: 1.0
|
64 |
+
steps: 3000
|
65 |
+
target_noise_multiplier: 1.0
|
66 |
+
train_text_encoder: false
|
67 |
+
train_unet: true
|
68 |
+
training_folder: /root/lorahub
|
69 |
+
trigger_word: l0w-r3z
|
70 |
+
type: sd_trainer
|
71 |
+
job: extension
|
72 |
+
meta:
|
73 |
+
description: <3 you
|
ampp/low-rez/low-rez.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e97a062c9c5968db7f821ddf138fb5d4eaa7b153d5785f5c65a9a9744176345
|
3 |
+
size 451202704
|
ampp/low-rez/low-rez_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86151fa7317ccd04096af3f4977d7503b683fd569a6be99466bd086135bc624f
|
3 |
+
size 451202704
|
ampp/low-rez/low-rez_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2651fc6b92b69bfa736556985e8fc0f017ebe28067930229f5dd502d72d1ad0
|
3 |
+
size 451202704
|
ampp/low-rez/low-rez_000002500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53bd8151ac1445d85f384717ea6c20f4ead494f42648795a274450c9b2a05e55
|
3 |
+
size 451202704
|
ampp/low-rez/samples/1726352773957__000000000_0.jpg
ADDED
ampp/low-rez/samples/1726352798573__000000000_1.jpg
ADDED
ampp/low-rez/samples/1726352823200__000000000_2.jpg
ADDED
ampp/low-rez/samples/1726352847855__000000000_3.jpg
ADDED
ampp/low-rez/samples/1726352872513__000000000_4.jpg
ADDED
ampp/low-rez/samples/1726352897169__000000000_5.jpg
ADDED
ampp/low-rez/samples/1726353967540__000000500_0.jpg
ADDED
ampp/low-rez/samples/1726353992286__000000500_1.jpg
ADDED
ampp/low-rez/samples/1726354017033__000000500_2.jpg
ADDED
ampp/low-rez/samples/1726354041793__000000500_3.jpg
ADDED
ampp/low-rez/samples/1726354066552__000000500_4.jpg
ADDED
ampp/low-rez/samples/1726354091314__000000500_5.jpg
ADDED
ampp/low-rez/samples/1726355167299__000001000_0.jpg
ADDED
ampp/low-rez/samples/1726355192021__000001000_1.jpg
ADDED
ampp/low-rez/samples/1726355216739__000001000_2.jpg
ADDED
ampp/low-rez/samples/1726355241459__000001000_3.jpg
ADDED
ampp/low-rez/samples/1726355266180__000001000_4.jpg
ADDED
ampp/low-rez/samples/1726355290904__000001000_5.jpg
ADDED
ampp/low-rez/samples/1726356367796__000001500_0.jpg
ADDED
ampp/low-rez/samples/1726356392507__000001500_1.jpg
ADDED
ampp/low-rez/samples/1726356417225__000001500_2.jpg
ADDED
ampp/low-rez/samples/1726356441956__000001500_3.jpg
ADDED
ampp/low-rez/samples/1726356466681__000001500_4.jpg
ADDED
ampp/low-rez/samples/1726356491414__000001500_5.jpg
ADDED
ampp/low-rez/samples/1726357564899__000002000_0.jpg
ADDED
ampp/low-rez/samples/1726357589647__000002000_1.jpg
ADDED
ampp/low-rez/samples/1726357614395__000002000_2.jpg
ADDED
ampp/low-rez/samples/1726357639143__000002000_3.jpg
ADDED
ampp/low-rez/samples/1726357663885__000002000_4.jpg
ADDED
ampp/low-rez/samples/1726357688639__000002000_5.jpg
ADDED
ampp/low-rez/samples/1726358760083__000002500_0.jpg
ADDED
ampp/low-rez/samples/1726358784833__000002500_1.jpg
ADDED
ampp/low-rez/samples/1726358809580__000002500_2.jpg
ADDED
ampp/low-rez/samples/1726358834319__000002500_3.jpg
ADDED
ampp/low-rez/samples/1726358859067__000002500_4.jpg
ADDED
ampp/low-rez/samples/1726358883821__000002500_5.jpg
ADDED
ampp/low-rez/samples/1726359960668__000003000_0.jpg
ADDED
ampp/low-rez/samples/1726359985416__000003000_1.jpg
ADDED
ampp/low-rez/samples/1726360010160__000003000_2.jpg
ADDED
ampp/low-rez/samples/1726360034913__000003000_3.jpg
ADDED
ampp/low-rez/samples/1726360059665__000003000_4.jpg
ADDED
ampp/low-rez/samples/1726360084411__000003000_5.jpg
ADDED