Upload 2 files
Browse files- config.yaml +106 -0
- lora.safetensors +3 -0
config.yaml
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: custom_job
|
| 2 |
+
config:
|
| 3 |
+
name: flux_train_replicate
|
| 4 |
+
process:
|
| 5 |
+
- type: custom_sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: GREMPLINSTYLE
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 128
|
| 12 |
+
linear_alpha: 128
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 250
|
| 16 |
+
max_step_saves_to_keep: 1
|
| 17 |
+
datasets:
|
| 18 |
+
- folder_path: input_images
|
| 19 |
+
caption_ext: txt
|
| 20 |
+
caption_dropout_rate: 0.15
|
| 21 |
+
shuffle_tokens: false
|
| 22 |
+
cache_latents_to_disk: false
|
| 23 |
+
cache_latents: true
|
| 24 |
+
resolution:
|
| 25 |
+
- 512
|
| 26 |
+
- 768
|
| 27 |
+
- 1024
|
| 28 |
+
train:
|
| 29 |
+
batch_size: 1
|
| 30 |
+
steps: 6000
|
| 31 |
+
gradient_accumulation_steps: 1
|
| 32 |
+
train_unet: true
|
| 33 |
+
train_text_encoder: false
|
| 34 |
+
content_or_style: balanced
|
| 35 |
+
gradient_checkpointing: false
|
| 36 |
+
noise_scheduler: flowmatch
|
| 37 |
+
optimizer: adamw8bit
|
| 38 |
+
lr: 0.0001
|
| 39 |
+
ema_config:
|
| 40 |
+
use_ema: true
|
| 41 |
+
ema_decay: 0.99
|
| 42 |
+
dtype: bf16
|
| 43 |
+
model:
|
| 44 |
+
name_or_path: FLUX.1-dev
|
| 45 |
+
is_flux: true
|
| 46 |
+
quantize: false
|
| 47 |
+
sample:
|
| 48 |
+
sampler: flowmatch
|
| 49 |
+
sample_every: 250
|
| 50 |
+
width: 1024
|
| 51 |
+
height: 1024
|
| 52 |
+
prompts:
|
| 53 |
+
- a GREMPLINSTYLE digital illustration of a character portrait of a blue dolphin
|
| 54 |
+
man who is an accountant
|
| 55 |
+
- an exhausted GREMPLINSTYLE digital illustration portrait of a bear man who
|
| 56 |
+
is hung over and wearing a fleece sweater
|
| 57 |
+
- a cute GREMPLINSTYLE digital illustration portrait of a cat woman who is yelling
|
| 58 |
+
about stock options in a khaki suit
|
| 59 |
+
- "Bust-length portrait of a female GREMPLINSTYLE teal-furred cat humanoid character\
|
| 60 |
+
\ with triangular ears, mismatched eyes, and a short green bob, wearing a\
|
| 61 |
+
\ pink puffy-sleeved blouse adorned with a small bow. Drawn in a retro MS\
|
| 62 |
+
\ Paint\u2013style with bold black outlines, the character floats at chest\
|
| 63 |
+
\ level against a purple halftone background, with no arms or lower body in\
|
| 64 |
+
\ frame."
|
| 65 |
+
- "GREMPLINSTYLE portrait digital illustration of a male purple bat humanoid\
|
| 66 |
+
\ with large pink checkered ears, orange eyes, and small fangs, wearing a\
|
| 67 |
+
\ pink bow tie and collar. A few small black flies hover around his head.\
|
| 68 |
+
\ Illustrated in a retro MS Paint\u2013style with bold black outlines, the\
|
| 69 |
+
\ figure appears slightly floating at chest with no visible arms or lower\
|
| 70 |
+
\ body as an animated bust portrait."
|
| 71 |
+
- A GREMPLINSTYLE ugly rat woman portrait
|
| 72 |
+
- "GREMPLINSTYLE digital ms paint oekaki style edgy digital drawing of a male\
|
| 73 |
+
\ green-skinned rat humanoid with a long pink-tipped nose, blond hair, and\
|
| 74 |
+
\ oversized red-lensed sunglasses, wearing a simple black turtleneck. Illustrated\
|
| 75 |
+
\ in a retro MS Paint\u2013style with bold black outlines, the figure appears\
|
| 76 |
+
\ slightly floating at chest level against no background, with no visible\
|
| 77 |
+
\ arms or lower body."
|
| 78 |
+
- A pixelated GREMPLINSTYLE portrait illustration of a character with a gray
|
| 79 |
+
face and wild blue spiky hair. The character has asymmetrical orange/yellow
|
| 80 |
+
eyes. A prominent orange nose extends down the face like an exclamation mark
|
| 81 |
+
with a dot at the bottom. The character has a sinister grin showing sharp
|
| 82 |
+
teeth and is wearing a pale yellow shirt that buttons and a black apron with
|
| 83 |
+
a bright pink bow tie as if working at an old time retro coffee shop. The
|
| 84 |
+
overall aesthetic is deliberately crude and unsettling, rendered in a low-resolution
|
| 85 |
+
pixel art style with bold outlines and limited palette.
|
| 86 |
+
- Hand drawn oekaki ms paint pixelated GREMPLINSTYLE digital illustration floating
|
| 87 |
+
bust portrait of an older female hacker cat on a checkered background
|
| 88 |
+
- Hand drawn oekaki ms paint pixelated GREMPLINSTYLE digital illustration floating
|
| 89 |
+
bust portrait of a cute cat
|
| 90 |
+
- GREMPLINSTYLE Portrait of a garbageman goose. He wears a fucking sweater his
|
| 91 |
+
grandma knit him
|
| 92 |
+
- GREMPLINSTYLE Digital portrait resembling a slightly offbeat Oekaki drawing
|
| 93 |
+
of a humanoid Housefly. The character is elderly, male, and dresses like an
|
| 94 |
+
old-timey ringmaster/gambler. He wears a fancy pink bow tie combined with
|
| 95 |
+
suspenders. He has sharp fangs and fly eyes as well as a big nose. Two flies
|
| 96 |
+
flit around his head and the background is a dotted blue background.",
|
| 97 |
+
- Oekaki chunky kiwibird lad in sloppy overalls screaming about crypto in the
|
| 98 |
+
GREMPLINSTYLE style
|
| 99 |
+
neg: ''
|
| 100 |
+
seed: 42
|
| 101 |
+
walk_seed: true
|
| 102 |
+
guidance_scale: 3.5
|
| 103 |
+
sample_steps: 28
|
| 104 |
+
meta:
|
| 105 |
+
name: flux_train_replicate
|
| 106 |
+
version: '1.0'
|
lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c5d4e985d75e9044b87cea6609922707fbedc9da0d71637f943fec5224e1164
|
| 3 |
+
size 1374819824
|