Upload 10 files
Browse files- captions/1.txt +1 -0
- captions/2.txt +1 -0
- captions/3.txt +1 -0
- captions/4.txt +1 -0
- captions/5.txt +1 -0
- captions/6.txt +1 -0
- captions/7.txt +1 -0
- captions/8.txt +1 -0
- config.yaml +60 -0
- squirrel_lora2.safetensors +3 -0
captions/1.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a beaver wearing a cowboy hat, smiling and looking to the side. The beaver is wearing a black hat and has a pink nose. The character is drawn in a whimsical style, with a playful and lighthearted appearance.
|
captions/2.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a brown bear, wearing a brown hat and a white circle on its face. The bear is smiling and has a brown nose. The image is drawn in a cartoon style, with a white background.
|
captions/3.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a squirrel, wearing a brown hat and a brown coat. The squirrel is holding a gun in its hand and smiling. The character is standing in front of a white background. The image is a digital illustration, whimsical and playful.
|
captions/4.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a squirrel, wearing a cowboy hat and holding a gun. The character is dressed in a brown jacket and has a smiling expression. The scene is set against a white background, and the character is the main focus of the image. The cartoon style and the combination of a squirrel with a cowboy hat and gun create a whimsical and playful atmosphere.
|
captions/5.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a beaver, wearing a brown hat and a black jacket. The beaver is smiling and has a pink nose. The character is drawn in a whimsical style, with a sense of playfulness.
|
captions/6.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a brown and white animal, wearing a cowboy hat. The character is smiling and has a pink nose. The hat is positioned at a slight angle, and the character is looking directly at the camera. The image is in a black and white style, giving it a classic and timeless feel.
|
captions/7.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a squirrel, wearing a cowboy hat and holding a gun. The squirrel is also wearing a trench coat and has a smirk on its face. The character is standing in front of a white background. The illustration is in a comic book style, with bold colors and exaggerated proportions.
|
captions/8.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a cartoon character, a squirrel, wearing a brown hat, a brown jacket, and holding a gun. The squirrel is smiling and appears to be a playful and whimsical character. The scene is drawn in a cartoon style, with the squirrel standing in the foreground and the gun in the background. The character's outfit and the gun give the impression of a western or cowboy theme.
|
config.yaml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: squirrel_hat
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 16
|
13 |
+
save:
|
14 |
+
dtype: float16
|
15 |
+
save_every: 1601
|
16 |
+
max_step_saves_to_keep: 1
|
17 |
+
datasets:
|
18 |
+
- folder_path: input_images
|
19 |
+
caption_ext: txt
|
20 |
+
caption_dropout_rate: 0.05
|
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: 1600
|
31 |
+
gradient_accumulation_steps: 1
|
32 |
+
train_unet: true
|
33 |
+
train_text_encoder: false
|
34 |
+
content_or_style: balanced
|
35 |
+
gradient_checkpointing: true
|
36 |
+
noise_scheduler: flowmatch
|
37 |
+
optimizer: adamw8bit
|
38 |
+
lr: 0.0004
|
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: true
|
47 |
+
sample:
|
48 |
+
sampler: flowmatch
|
49 |
+
sample_every: 1601
|
50 |
+
width: 1024
|
51 |
+
height: 1024
|
52 |
+
prompts: []
|
53 |
+
neg: ''
|
54 |
+
seed: 42
|
55 |
+
walk_seed: true
|
56 |
+
guidance_scale: 3.5
|
57 |
+
sample_steps: 28
|
58 |
+
meta:
|
59 |
+
name: flux_train_replicate
|
60 |
+
version: '1.0'
|
squirrel_lora2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e0f3510f4f8b4700dbe55f9eb87a2606c4016f5dba985a2a64621fbf3fe3186
|
3 |
+
size 171969432
|