Upload folder using huggingface_hub
Browse files- README.md +42 -0
- config.yaml +70 -0
- phonk_bro.safetensors +3 -0
- phonk_bro_000000500.safetensors +3 -0
- phonk_bro_000001000.safetensors +3 -0
- phonk_bro_000001500.safetensors +3 -0
- samples/1736658598308__000000000_0.jpg +0 -0
- samples/1736658623138__000000000_1.jpg +0 -0
- samples/1736658647967__000000000_2.jpg +0 -0
- samples/1736659580645__000000500_0.jpg +0 -0
- samples/1736659605481__000000500_1.jpg +0 -0
- samples/1736659630296__000000500_2.jpg +0 -0
- samples/1736660570721__000001000_0.jpg +0 -0
- samples/1736660595576__000001000_1.jpg +0 -0
- samples/1736660620438__000001000_2.jpg +0 -0
- samples/1736661572370__000001500_0.jpg +0 -0
- samples/1736661597272__000001500_1.jpg +0 -0
- samples/1736661622222__000001500_2.jpg +0 -0
- samples/1736662571240__000002000_0.jpg +0 -0
- samples/1736662596081__000002000_1.jpg +0 -0
- samples/1736662621005__000002000_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- diffusers
|
4 |
+
- text-to-image
|
5 |
+
- template:sd-lora
|
6 |
+
- base_model:black-forest-labs/FLUX.1-dev
|
7 |
+
- base_model:finetune:black-forest-labs/FLUX.1-dev
|
8 |
+
- license:other
|
9 |
+
- region:us
|
10 |
+
- flux
|
11 |
+
- lora
|
12 |
+
widget:
|
13 |
+
- output:
|
14 |
+
url: samples/1736662571240__000002000_0.jpg
|
15 |
+
text: jesus doing burnouts in a phonk style, [phonk bro]
|
16 |
+
- output:
|
17 |
+
url: samples/1736662596081__000002000_1.jpg
|
18 |
+
text: a glitched out skelaton drinking blood and smoking a cigar in a phonk style,
|
19 |
+
[phonk bro]
|
20 |
+
- output:
|
21 |
+
url: samples/1736662621005__000002000_2.jpg
|
22 |
+
text: Glitched out cute anime girl smiling menacingly in a phonk style, [phonk
|
23 |
+
bro]
|
24 |
+
base_model: black-forest-labs/FLUX.1-dev
|
25 |
+
trigger: "in a phonk style, phonk bro"
|
26 |
+
instance_prompt: "in a phonk style, phonk bro"
|
27 |
+
license: other
|
28 |
+
license_name: flux-1-dev-non-commercial-license
|
29 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
30 |
+
---
|
31 |
+
# phonk_bro
|
32 |
+
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 `12matt3r`.
|
33 |
+
<Gallery />
|
34 |
+
## Trigger words
|
35 |
+
You should use `in a phonk style, phonk bro` to trigger the image generation.
|
36 |
+
## Download model
|
37 |
+
Weights for this model are available in Safetensors format.
|
38 |
+
[Download](/glif-loradex-trainer/12matt3r_phonk_bro/tree/main) them in the Files & versions tab.
|
39 |
+
|
40 |
+
## License
|
41 |
+
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).
|
42 |
+
|
config.yaml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: phonk_bro
|
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/phonk_bro/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 |
+
guidance_scale: 3.5
|
29 |
+
height: 1024
|
30 |
+
neg: ''
|
31 |
+
prompts:
|
32 |
+
- jesus doing burnouts in a phonk style, [phonk bro]
|
33 |
+
- a glitched out skelaton drinking blood and smoking a cigar in a phonk style,
|
34 |
+
[phonk bro]
|
35 |
+
- Glitched out cute anime girl smiling menacingly in a phonk style, [phonk bro]
|
36 |
+
sample_every: 500
|
37 |
+
sample_steps: 25
|
38 |
+
sampler: flowmatch
|
39 |
+
seed: 967353
|
40 |
+
walk_seed: true
|
41 |
+
width: 1024
|
42 |
+
save:
|
43 |
+
dtype: float16
|
44 |
+
max_step_saves_to_keep: 3
|
45 |
+
save_every: 500
|
46 |
+
save_format: diffusers
|
47 |
+
train:
|
48 |
+
batch_size: 1
|
49 |
+
dtype: bf16
|
50 |
+
ema_config:
|
51 |
+
ema_decay: 0.99
|
52 |
+
use_ema: true
|
53 |
+
gradient_accumulation_steps: 1
|
54 |
+
gradient_checkpointing: true
|
55 |
+
linear_timesteps: true
|
56 |
+
loss_type: mse
|
57 |
+
lr: 0.0002
|
58 |
+
noise_scheduler: flowmatch
|
59 |
+
optimizer: adamw8bit
|
60 |
+
reg_weight: 1
|
61 |
+
steps: 2000
|
62 |
+
target_noise_multiplier: 1
|
63 |
+
train_text_encoder: false
|
64 |
+
train_unet: true
|
65 |
+
training_folder: /root/lorahub
|
66 |
+
trigger_word: in a phonk style, phonk bro
|
67 |
+
type: sd_trainer
|
68 |
+
job: extension
|
69 |
+
meta:
|
70 |
+
description: ''
|
phonk_bro.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aa01d4de42a9d2520ea5209aa2c1ae143bf4ad1bb4fa91c095fea1197fd69ef
|
3 |
+
size 451202736
|
phonk_bro_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78747afdb133cdb8f013e1521749aa4f3dcaf5aefd579035e944aabbe7eb4a55
|
3 |
+
size 451202736
|
phonk_bro_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6331512a3cfd593728a0ced36972d2342c601ea6443cda40f143b59783e453
|
3 |
+
size 451202736
|
phonk_bro_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e61beb0bbc1f5febfb3f6bcf9f9222f85fb2a8af8fcf7d8c452c85b362aee2b
|
3 |
+
size 451202736
|
samples/1736658598308__000000000_0.jpg
ADDED
![]() |
samples/1736658623138__000000000_1.jpg
ADDED
![]() |
samples/1736658647967__000000000_2.jpg
ADDED
![]() |
samples/1736659580645__000000500_0.jpg
ADDED
![]() |
samples/1736659605481__000000500_1.jpg
ADDED
![]() |
samples/1736659630296__000000500_2.jpg
ADDED
![]() |
samples/1736660570721__000001000_0.jpg
ADDED
![]() |
samples/1736660595576__000001000_1.jpg
ADDED
![]() |
samples/1736660620438__000001000_2.jpg
ADDED
![]() |
samples/1736661572370__000001500_0.jpg
ADDED
![]() |
samples/1736661597272__000001500_1.jpg
ADDED
![]() |
samples/1736661622222__000001500_2.jpg
ADDED
![]() |
samples/1736662571240__000002000_0.jpg
ADDED
![]() |
samples/1736662596081__000002000_1.jpg
ADDED
![]() |
samples/1736662621005__000002000_2.jpg
ADDED
![]() |