Upload folder using huggingface_hub
Browse files- config.yaml +83 -0
- optimizer.pt +3 -0
- samples/.ipynb_checkpoints/1730188308857__000000000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730188318723__000000000_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730188529630__000000000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730189847664__000000500_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730189857490__000000500_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730191165273__000001000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730191175099__000001000_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730192490809__000001500_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730192500638__000001500_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730193816815__000002000_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730195131773__000002500_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730195141600__000002500_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730196452480__000003000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1730196462341__000003000_1-checkpoint.jpg +0 -0
- samples/1730188308857__000000000_0.jpg +0 -0
- samples/1730188318723__000000000_1.jpg +0 -0
- samples/1730188529630__000000000_0.jpg +0 -0
- samples/1730188539481__000000000_1.jpg +0 -0
- samples/1730189847664__000000500_0.jpg +0 -0
- samples/1730189857490__000000500_1.jpg +0 -0
- samples/1730191165273__000001000_0.jpg +0 -0
- samples/1730191175099__000001000_1.jpg +0 -0
- samples/1730192490809__000001500_0.jpg +0 -0
- samples/1730192500638__000001500_1.jpg +0 -0
- samples/1730193806978__000002000_0.jpg +0 -0
- samples/1730193816815__000002000_1.jpg +0 -0
- samples/1730195131773__000002500_0.jpg +0 -0
- samples/1730195141600__000002500_1.jpg +0 -0
- samples/1730196452480__000003000_0.jpg +0 -0
- samples/1730196462341__000003000_1.jpg +0 -0
- stroke_000001000.safetensors +3 -0
- stroke_000002000.safetensors +3 -0
- stroke_000003000.safetensors +3 -0
config.yaml
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: stroke
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
network:
|
| 9 |
+
type: lora
|
| 10 |
+
linear: 32
|
| 11 |
+
linear_alpha: 32
|
| 12 |
+
save:
|
| 13 |
+
dtype: float16
|
| 14 |
+
save_every: 1000
|
| 15 |
+
max_step_saves_to_keep: 5
|
| 16 |
+
push_to_hub: true
|
| 17 |
+
hf_repo_id: jazzy
|
| 18 |
+
hf_private: false
|
| 19 |
+
datasets:
|
| 20 |
+
- folder_path: /workspace/Jazzy
|
| 21 |
+
caption_ext: txt
|
| 22 |
+
caption_dropout_rate: 0.05
|
| 23 |
+
shuffle_tokens: false
|
| 24 |
+
cache_latents_to_disk: true
|
| 25 |
+
resolution:
|
| 26 |
+
- 1024
|
| 27 |
+
train:
|
| 28 |
+
batch_size: 1
|
| 29 |
+
steps: 5000
|
| 30 |
+
gradient_accumulation_steps: 1
|
| 31 |
+
train_unet: true
|
| 32 |
+
train_text_encoder: false
|
| 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: false
|
| 45 |
+
sample:
|
| 46 |
+
sampler: flowmatch
|
| 47 |
+
sample_every: 500
|
| 48 |
+
width: 1024
|
| 49 |
+
height: 1024
|
| 50 |
+
prompts:
|
| 51 |
+
- 'This is a digital drawing with a warm, cozy, and slightly vintage aesthetic.
|
| 52 |
+
The scene depicts a cozy living room setting with a light beige wall adorned
|
| 53 |
+
with framed art and a small, black-and-white abstract print. In the foreground,
|
| 54 |
+
a fluffy, cream-colored cat with a slightly darker face and ears sits attentively
|
| 55 |
+
on a wooden shelf. To the left, a potted plant with small, colorful flowers
|
| 56 |
+
and a lit candle in a brown vase provide a soft, inviting ambiance. The shelf
|
| 57 |
+
holds a variety of items: a stack of colorful books, a vintage camera, and
|
| 58 |
+
a green record player with a yellow record on it. The record player has a
|
| 59 |
+
black needle and a small speaker. To the right of the cat, a green, retro-style
|
| 60 |
+
radio is visible. The background features a small, round rug with a textured
|
| 61 |
+
pattern, adding to the homely feel. The overall style is charming and nostalgic,
|
| 62 |
+
with a focus on warm, earthy tones and a sense of comfort.'
|
| 63 |
+
- This is a digital drawing in a warm, pastel color palette, featuring a close-up
|
| 64 |
+
view of a vintage-style coffee machine. The coffee machine is cream-colored
|
| 65 |
+
with a golden trim and has a classic, retro design. It includes a large, circular
|
| 66 |
+
dial on the right side, which is blue with a red pointer, indicating settings
|
| 67 |
+
or temperature control. The coffee machine's steam wand is positioned in the
|
| 68 |
+
center, with a dark green handle and a white steam nozzle. The steam wand
|
| 69 |
+
is currently in use, evidenced by a small amount of coffee being extracted
|
| 70 |
+
into a white ceramic cup placed directly below. The coffee machine's drip
|
| 71 |
+
tray is visible beneath the cup, with a rectangular opening for the coffee
|
| 72 |
+
to collect. The background is soft and muted, with warm tones that blend into
|
| 73 |
+
the image, giving it a cozy and inviting atmosphere. The overall style of
|
| 74 |
+
the drawing is reminiscent of mid-century modern design, with smooth, clean
|
| 75 |
+
lines and a focus on warm, comforting colors.
|
| 76 |
+
neg: ''
|
| 77 |
+
seed: 42
|
| 78 |
+
walk_seed: true
|
| 79 |
+
guidance_scale: 4
|
| 80 |
+
sample_steps: 20
|
| 81 |
+
meta:
|
| 82 |
+
name: human_training
|
| 83 |
+
version: '1.0'
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f60a7820b3b5c47fff52da111b1f98efa43d2895ebb0b2baf8419d39846f5e0c
|
| 3 |
+
size 350203012
|
samples/.ipynb_checkpoints/1730188308857__000000000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730188318723__000000000_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730188529630__000000000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730189847664__000000500_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730189857490__000000500_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730191165273__000001000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730191175099__000001000_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730192490809__000001500_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730192500638__000001500_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730193816815__000002000_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730195131773__000002500_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730195141600__000002500_1-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730196452480__000003000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1730196462341__000003000_1-checkpoint.jpg
ADDED
|
samples/1730188308857__000000000_0.jpg
ADDED
|
samples/1730188318723__000000000_1.jpg
ADDED
|
samples/1730188529630__000000000_0.jpg
ADDED
|
samples/1730188539481__000000000_1.jpg
ADDED
|
samples/1730189847664__000000500_0.jpg
ADDED
|
samples/1730189857490__000000500_1.jpg
ADDED
|
samples/1730191165273__000001000_0.jpg
ADDED
|
samples/1730191175099__000001000_1.jpg
ADDED
|
samples/1730192490809__000001500_0.jpg
ADDED
|
samples/1730192500638__000001500_1.jpg
ADDED
|
samples/1730193806978__000002000_0.jpg
ADDED
|
samples/1730193816815__000002000_1.jpg
ADDED
|
samples/1730195131773__000002500_0.jpg
ADDED
|
samples/1730195141600__000002500_1.jpg
ADDED
|
samples/1730196452480__000003000_0.jpg
ADDED
|
samples/1730196462341__000003000_1.jpg
ADDED
|
stroke_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63c5ea5ebb067b0d3c9a9c27dc660b9f1e97359f6599f6a8eb5a596d0c024438
|
| 3 |
+
size 343805384
|
stroke_000002000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:217db6931e5d8fe14ceb054feb295561c61a460a6b45dbf7f53f221fb41add4e
|
| 3 |
+
size 343805384
|
stroke_000003000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1fe41ee81b12b0d6a8426669397107aaa6e97d5f20cf2452f2e723ebbe20c57
|
| 3 |
+
size 343805384
|