Upload 12 files
Browse files- captions/peranakan1.txt +1 -0
- captions/peranakan10.txt +1 -0
- captions/peranakan2.txt +1 -0
- captions/peranakan3.txt +1 -0
- captions/peranakan4.txt +1 -0
- captions/peranakan5.txt +1 -0
- captions/peranakan6.txt +1 -0
- captions/peranakan7.txt +1 -0
- captions/peranakan8.txt +1 -0
- captions/peranakan9.txt +1 -0
- config.yaml +60 -0
- lora.safetensors +3 -0
captions/peranakan1.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A painting of a city street with a row of buildings, each with a different color. The street is lined with trees, potted plants, and cars parked along the side. The buildings are white and blue, with some having red roofs. The street is empty, with no people visible in the painting. The overall composition is artistic and captures the essence of a cityscape.
|
captions/peranakan10.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A painting of a city street with a row of tall buildings. The buildings are painted in different colors, with some being yellow, red, and green. The street is busy with pedestrians walking on the sidewalk, and there are potted plants placed along the street. The scene is set on a cloudy day, with a few people carrying handbags. The painting is in a realistic style, capturing the essence of a bustling urban environment.
|
captions/peranakan2.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A painting of a row of houses in a foreign country, each house is a different color, the painting is in a bright and vibrant style, the houses are lined up in a row, each house is distinct in color and design, the painting captures the essence of the foreign country's architecture and culture.
|
captions/peranakan3.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A painting of a green and white building with a gated entrance, a tree in front, and a fire hydrant on the sidewalk. The building has a green roof and is located on a street. The painting is in a bright and colorful style, with a focus on the details of the building and its surroundings.
|
captions/peranakan4.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A black car is parked on the side of a street in front of a building with blue and white trim. The car is facing away from the camera, and there are several potted plants lining the sidewalk. The scene is captured in a black and white photo, giving it a classic and timeless feel.
|
captions/peranakan5.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A painting of a row of buildings with different colored walls. The buildings are tall and have many windows. The colors of the buildings are yellow, blue, red, and green. The painting is in a bright and vibrant style, with a focus on the architectural details of the buildings. The buildings are lined up next to each other, creating a visually striking scene. The painting captures the essence of the buildings and their unique colors, making it an interesting and eye-catching piece of art.
|
captions/peranakan6.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A photo of a building at night with red trim, white walls, and a green roof. The building has a row of windows on the second floor and a row of doors on the first floor. The scene is captured in a realistic style with natural lighting, a sense of architectural design, and a nighttime atmosphere.
|
captions/peranakan7.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A photo of a white building with many windows, taken from a low angle, with a sense of depth and perspective. The building has a row of windows on the top floor and a row of windows on the bottom floor. The windows are rectangular and have white frames, and the building appears to be made of stone or concrete. The photo is taken during the day, with natural light illuminating the scene.
|
captions/peranakan8.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A photo of a row of buildings with a yellow building in the middle. The buildings are tall and have many windows. The yellow building has a unique design and stands out among the others. The photo is taken from the street level, capturing the architectural details of the buildings and their surroundings.
|
captions/peranakan9.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo of a building with a blue awning, a sign that says "Tailoring", and a sign that says "Judian Beauty Services". The building is multi-storied and has a purple roof. There is a person standing in front of the building, and a motorcycle parked nearby. The scene is captured in a realistic style, with a clear sky in the background.
|
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: peranakan
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 16
|
13 |
+
save:
|
14 |
+
dtype: float16
|
15 |
+
save_every: 1001
|
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: 1000
|
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: 1001
|
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'
|
lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:796f4d293075026a47724120cbbb6aad8734fbe602b60e919f5d2ba13a1fa598
|
3 |
+
size 171969424
|