uomene commited on
Commit
5b71ffa
·
verified ·
1 Parent(s): b7eef41

Upload 7 files

Browse files
umoem_path/umoem_args.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "console_log_level": null,
3
+ "console_log_file": null,
4
+ "console_log_simple": false,
5
+ "v2": false,
6
+ "v_parameterization": false,
7
+ "pretrained_model_name_or_path": "/workspace/ComfyUI/models/diffusion_models/flux1-dev.safetensors",
8
+ "tokenizer_cache_dir": null,
9
+ "train_data_dir": null,
10
+ "cache_info": false,
11
+ "shuffle_caption": false,
12
+ "caption_separator": ",",
13
+ "caption_extension": ".caption",
14
+ "caption_extention": null,
15
+ "keep_tokens": 0,
16
+ "keep_tokens_separator": "",
17
+ "secondary_separator": null,
18
+ "enable_wildcard": false,
19
+ "caption_prefix": null,
20
+ "caption_suffix": null,
21
+ "color_aug": false,
22
+ "flip_aug": false,
23
+ "face_crop_aug_range": null,
24
+ "random_crop": false,
25
+ "debug_dataset": false,
26
+ "resolution": null,
27
+ "cache_latents": true,
28
+ "vae_batch_size": 1,
29
+ "cache_latents_to_disk": true,
30
+ "skip_cache_check": false,
31
+ "enable_bucket": false,
32
+ "min_bucket_reso": 256,
33
+ "max_bucket_reso": 1024,
34
+ "bucket_reso_steps": 64,
35
+ "bucket_no_upscale": false,
36
+ "token_warmup_min": 1,
37
+ "token_warmup_step": 0.0,
38
+ "alpha_mask": false,
39
+ "dataset_class": null,
40
+ "caption_dropout_rate": 0.0,
41
+ "caption_dropout_every_n_epochs": 0,
42
+ "caption_tag_dropout_rate": 0.0,
43
+ "reg_data_dir": null,
44
+ "in_json": null,
45
+ "dataset_repeats": 1,
46
+ "output_dir": "umoem_path",
47
+ "output_name": "umoem_rank16_bf16",
48
+ "huggingface_repo_id": null,
49
+ "huggingface_repo_type": null,
50
+ "huggingface_path_in_repo": null,
51
+ "huggingface_token": null,
52
+ "huggingface_repo_visibility": null,
53
+ "save_state_to_huggingface": false,
54
+ "resume_from_huggingface": false,
55
+ "async_upload": false,
56
+ "save_precision": "bf16",
57
+ "save_every_n_epochs": null,
58
+ "save_every_n_steps": null,
59
+ "save_n_epoch_ratio": null,
60
+ "save_last_n_epochs": null,
61
+ "save_last_n_epochs_state": null,
62
+ "save_last_n_steps": null,
63
+ "save_last_n_steps_state": null,
64
+ "save_state": false,
65
+ "save_state_on_train_end": false,
66
+ "resume": null,
67
+ "train_batch_size": 1,
68
+ "max_token_length": null,
69
+ "mem_eff_attn": true,
70
+ "torch_compile": false,
71
+ "dynamo_backend": "inductor",
72
+ "xformers": false,
73
+ "sdpa": false,
74
+ "vae": null,
75
+ "max_train_steps": 3000,
76
+ "max_train_epochs": null,
77
+ "max_data_loader_n_workers": 0,
78
+ "persistent_data_loader_workers": false,
79
+ "seed": 42,
80
+ "gradient_checkpointing": true,
81
+ "gradient_accumulation_steps": 1,
82
+ "mixed_precision": "bf16",
83
+ "full_fp16": false,
84
+ "full_bf16": true,
85
+ "fp8_base": true,
86
+ "fp8_dtype": "e4m3",
87
+ "ddp_timeout": null,
88
+ "ddp_gradient_as_bucket_view": false,
89
+ "ddp_static_graph": false,
90
+ "clip_skip": null,
91
+ "logging_dir": null,
92
+ "log_with": null,
93
+ "log_prefix": null,
94
+ "log_tracker_name": null,
95
+ "wandb_run_name": null,
96
+ "log_tracker_config": null,
97
+ "wandb_api_key": null,
98
+ "log_config": false,
99
+ "noise_offset": null,
100
+ "noise_offset_random_strength": false,
101
+ "multires_noise_iterations": null,
102
+ "ip_noise_gamma": null,
103
+ "ip_noise_gamma_random_strength": false,
104
+ "multires_noise_discount": 0.3,
105
+ "adaptive_noise_scale": null,
106
+ "zero_terminal_snr": false,
107
+ "min_timestep": null,
108
+ "max_timestep": null,
109
+ "loss_type": "l2",
110
+ "huber_schedule": "snr",
111
+ "huber_c": 0.1,
112
+ "huber_scale": 1.0,
113
+ "lowram": false,
114
+ "highvram": false,
115
+ "sample_every_n_steps": null,
116
+ "sample_at_first": false,
117
+ "sample_every_n_epochs": null,
118
+ "sample_prompts": [
119
+ "slim woman, young woman, realistic body, natural proportions, long legs, narrow waist, small shoulders, oval face, symmetrical face, straight dark brown hair, long hair, middle part hairstyle, natural posture, casual clothing"
120
+ ],
121
+ "sample_sampler": "ddim",
122
+ "config_file": null,
123
+ "output_config": false,
124
+ "metadata_title": null,
125
+ "metadata_author": null,
126
+ "metadata_description": null,
127
+ "metadata_license": null,
128
+ "metadata_tags": null,
129
+ "prior_loss_weight": 1.0,
130
+ "conditioning_data_dir": null,
131
+ "masked_loss": false,
132
+ "deepspeed": false,
133
+ "zero_stage": 2,
134
+ "offload_optimizer_device": null,
135
+ "offload_optimizer_nvme_path": null,
136
+ "offload_param_device": null,
137
+ "offload_param_nvme_path": null,
138
+ "zero3_init_flag": false,
139
+ "zero3_save_16bit_model": false,
140
+ "fp16_master_weights_and_gradients": false,
141
+ "optimizer_type": "CAME",
142
+ "use_8bit_adam": false,
143
+ "use_lion_optimizer": false,
144
+ "learning_rate": 0.0004,
145
+ "max_grad_norm": 1.0,
146
+ "optimizer_args": [],
147
+ "lr_scheduler_type": "",
148
+ "lr_scheduler_args": null,
149
+ "lr_scheduler": "constant",
150
+ "lr_warmup_steps": 0,
151
+ "lr_decay_steps": 0,
152
+ "lr_scheduler_num_cycles": 1,
153
+ "lr_scheduler_power": 1.0,
154
+ "fused_backward_pass": false,
155
+ "lr_scheduler_timescale": null,
156
+ "lr_scheduler_min_lr_ratio": null,
157
+ "dataset_config": "[[datasets]]\nresolution = [ 768, 768,]\nbatch_size = 1\nenable_bucket = true\nbucket_no_upscale = false\nmin_bucket_reso = 256\nmax_bucket_reso = 1024\n[[datasets.subsets]]\nimage_dir = \"/workspace/ComfyUI/models/datasets\"\nclass_tokens = \"umoem\"\nnum_repeats = 1\n\n\n[general]\nshuffle_caption = false\ncaption_extension = \".txt\"\nkeep_tokens_separator = \"|||\"\ncaption_dropout_rate = 0.0\ncolor_aug = false\nflip_aug = false\n",
158
+ "cache_text_encoder_outputs": true,
159
+ "cache_text_encoder_outputs_to_disk": true,
160
+ "text_encoder_batch_size": null,
161
+ "disable_mmap_load_safetensors": false,
162
+ "weighting_scheme": "logit_normal",
163
+ "logit_mean": 0.0,
164
+ "logit_std": 1.0,
165
+ "mode_scale": 1.29,
166
+ "blocks_to_swap": 0,
167
+ "min_snr_gamma": 5.0,
168
+ "scale_v_pred_loss_like_noise_pred": false,
169
+ "v_pred_like_loss": null,
170
+ "debiased_estimation_loss": false,
171
+ "weighted_captions": false,
172
+ "cpu_offload_checkpointing": false,
173
+ "no_metadata": false,
174
+ "save_model_as": "safetensors",
175
+ "unet_lr": null,
176
+ "text_encoder_lr": null,
177
+ "fp8_base_unet": false,
178
+ "network_weights": null,
179
+ "network_module": ".networks.lora_flux",
180
+ "network_dim": 16,
181
+ "network_alpha": 1.0,
182
+ "network_dropout": null,
183
+ "network_args": null,
184
+ "network_train_unet_only": true,
185
+ "network_train_text_encoder_only": false,
186
+ "training_comment": null,
187
+ "dim_from_weights": false,
188
+ "scale_weight_norms": null,
189
+ "base_weights": null,
190
+ "base_weights_multiplier": null,
191
+ "no_half_vae": false,
192
+ "skip_until_initial_step": false,
193
+ "initial_epoch": null,
194
+ "initial_step": null,
195
+ "num_cpu_threads_per_process": 1,
196
+ "clip_l": "/workspace/ComfyUI/models/text_encoders/clip_l.safetensors",
197
+ "t5xxl": "/workspace/ComfyUI/models/text_encoders/t5/t5xxl_fp16.safetensors",
198
+ "ae": "/workspace/ComfyUI/models/vae/flux_vae.safetensors",
199
+ "t5xxl_max_token_length": 512,
200
+ "spda": true,
201
+ "apply_t5_attn_mask": true,
202
+ "timestep_sampling": "shift",
203
+ "sigmoid_scale": 1.0,
204
+ "model_prediction_type": "raw",
205
+ "guidance_scale": 1.0,
206
+ "discrete_flow_shift": 3.1582000000000003
207
+ }
umoem_path/umoem_rank16_bf16-step00750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b328f51e5548103359e15be711b88932a22f126815e639249495daf5af36c1
3
+ size 153272072
umoem_path/umoem_rank16_bf16-step01500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26068d627081d6f9e4ec2a811e1c5670db8cb6a285b1e2b462302f2f330cc3d
3
+ size 153272072
umoem_path/umoem_rank16_bf16-step02250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce202835907ffdb50a3db00f95a3f44491316664b78759c417b937c3ab297ca
3
+ size 153272072
umoem_path/umoem_rank16_bf16-step03000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06acc675b0e6fbef64cebcb279bafe43877b3e3fd59e761b7de0854636978558
3
+ size 153272072
umoem_path/umoem_rank16_bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2382c7b5384c78a3ea9817329fb3f597ca10ab788863a848962d046b334502f2
3
+ size 153272072
umoem_path/umoem_workflow.json ADDED
@@ -0,0 +1,3578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "b7f43161-aac2-4f34-98f3-24e93aba1354",
3
+ "revision": 0,
4
+ "last_node_id": 137,
5
+ "last_link_id": 241,
6
+ "nodes": [
7
+ {
8
+ "id": 38,
9
+ "type": "SetNode",
10
+ "pos": [
11
+ 1138.6033935546875,
12
+ 1.119886875152588
13
+ ],
14
+ "size": [
15
+ 210,
16
+ 58
17
+ ],
18
+ "flags": {
19
+ "collapsed": true
20
+ },
21
+ "order": 19,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "VALSETTINGS",
26
+ "type": "VALSETTINGS",
27
+ "link": 58
28
+ }
29
+ ],
30
+ "outputs": [
31
+ {
32
+ "name": "*",
33
+ "type": "*",
34
+ "links": null
35
+ }
36
+ ],
37
+ "title": "Set_validation_settings",
38
+ "properties": {
39
+ "previousName": "validation_settings"
40
+ },
41
+ "widgets_values": [
42
+ "validation_settings"
43
+ ]
44
+ },
45
+ {
46
+ "id": 48,
47
+ "type": "GetNode",
48
+ "pos": [
49
+ 2630,
50
+ 450
51
+ ],
52
+ "size": [
53
+ 210,
54
+ 58
55
+ ],
56
+ "flags": {
57
+ "collapsed": true
58
+ },
59
+ "order": 0,
60
+ "mode": 0,
61
+ "inputs": [],
62
+ "outputs": [
63
+ {
64
+ "name": "VALSETTINGS",
65
+ "type": "VALSETTINGS",
66
+ "slot_index": 0,
67
+ "links": [
68
+ 69
69
+ ]
70
+ }
71
+ ],
72
+ "title": "Get_validation_settings",
73
+ "properties": {},
74
+ "widgets_values": [
75
+ "validation_settings"
76
+ ]
77
+ },
78
+ {
79
+ "id": 61,
80
+ "type": "PreviewImage",
81
+ "pos": [
82
+ 3707,
83
+ 610
84
+ ],
85
+ "size": [
86
+ 809.35400390625,
87
+ 458.6750793457031
88
+ ],
89
+ "flags": {},
90
+ "order": 50,
91
+ "mode": 0,
92
+ "inputs": [
93
+ {
94
+ "name": "images",
95
+ "type": "IMAGE",
96
+ "link": 90
97
+ }
98
+ ],
99
+ "outputs": [],
100
+ "properties": {
101
+ "cnr_id": "comfy-core",
102
+ "ver": "0.3.55",
103
+ "Node name for S&R": "PreviewImage"
104
+ },
105
+ "widgets_values": []
106
+ },
107
+ {
108
+ "id": 63,
109
+ "type": "GetNode",
110
+ "pos": [
111
+ 3706.7109375,
112
+ 460
113
+ ],
114
+ "size": [
115
+ 210,
116
+ 58
117
+ ],
118
+ "flags": {
119
+ "collapsed": true
120
+ },
121
+ "order": 1,
122
+ "mode": 0,
123
+ "inputs": [],
124
+ "outputs": [
125
+ {
126
+ "name": "VALSETTINGS",
127
+ "type": "VALSETTINGS",
128
+ "slot_index": 0,
129
+ "links": [
130
+ 89
131
+ ]
132
+ }
133
+ ],
134
+ "title": "Get_validation_settings",
135
+ "properties": {},
136
+ "widgets_values": [
137
+ "validation_settings"
138
+ ]
139
+ },
140
+ {
141
+ "id": 68,
142
+ "type": "GetNode",
143
+ "pos": [
144
+ 4765.21875,
145
+ 468.45684814453125
146
+ ],
147
+ "size": [
148
+ 210,
149
+ 58
150
+ ],
151
+ "flags": {
152
+ "collapsed": true
153
+ },
154
+ "order": 2,
155
+ "mode": 0,
156
+ "inputs": [],
157
+ "outputs": [
158
+ {
159
+ "name": "VALSETTINGS",
160
+ "type": "VALSETTINGS",
161
+ "slot_index": 0,
162
+ "links": [
163
+ 94
164
+ ]
165
+ }
166
+ ],
167
+ "title": "Get_validation_settings",
168
+ "properties": {},
169
+ "widgets_values": [
170
+ "validation_settings"
171
+ ]
172
+ },
173
+ {
174
+ "id": 70,
175
+ "type": "VisualizeLoss",
176
+ "pos": [
177
+ 5586,
178
+ -246
179
+ ],
180
+ "size": [
181
+ 254.40000915527344,
182
+ 198
183
+ ],
184
+ "flags": {},
185
+ "order": 56,
186
+ "mode": 0,
187
+ "inputs": [
188
+ {
189
+ "name": "network_trainer",
190
+ "type": "NETWORKTRAINER",
191
+ "link": 217
192
+ }
193
+ ],
194
+ "outputs": [
195
+ {
196
+ "name": "plot",
197
+ "type": "IMAGE",
198
+ "slot_index": 0,
199
+ "links": [
200
+ 138
201
+ ]
202
+ },
203
+ {
204
+ "name": "loss_list",
205
+ "type": "FLOAT",
206
+ "links": null
207
+ }
208
+ ],
209
+ "properties": {
210
+ "cnr_id": "comfyui-fluxtrainer",
211
+ "ver": "1.0.2",
212
+ "Node name for S&R": "VisualizeLoss"
213
+ },
214
+ "widgets_values": [
215
+ "ggplot",
216
+ 1000,
217
+ true,
218
+ 768,
219
+ 512,
220
+ false
221
+ ]
222
+ },
223
+ {
224
+ "id": 73,
225
+ "type": "Display Any (rgthree)",
226
+ "pos": [
227
+ 6270,
228
+ 660
229
+ ],
230
+ "size": [
231
+ 210,
232
+ 88
233
+ ],
234
+ "flags": {},
235
+ "order": 66,
236
+ "mode": 2,
237
+ "inputs": [
238
+ {
239
+ "dir": 3,
240
+ "name": "source",
241
+ "type": "*",
242
+ "link": 136
243
+ }
244
+ ],
245
+ "outputs": [],
246
+ "properties": {
247
+ "cnr_id": "rgthree-comfy",
248
+ "ver": "1.0.2508241658",
249
+ "Node name for S&R": "Display Any (rgthree)"
250
+ },
251
+ "widgets_values": [
252
+ ""
253
+ ]
254
+ },
255
+ {
256
+ "id": 78,
257
+ "type": "AddLabel",
258
+ "pos": [
259
+ 2023,
260
+ 1177
261
+ ],
262
+ "size": [
263
+ 315,
264
+ 274
265
+ ],
266
+ "flags": {
267
+ "collapsed": true
268
+ },
269
+ "order": 33,
270
+ "mode": 0,
271
+ "inputs": [
272
+ {
273
+ "name": "image",
274
+ "type": "IMAGE",
275
+ "link": 112
276
+ },
277
+ {
278
+ "name": "caption",
279
+ "shape": 7,
280
+ "type": "STRING",
281
+ "link": null
282
+ },
283
+ {
284
+ "name": "text",
285
+ "type": "STRING",
286
+ "widget": {
287
+ "name": "text"
288
+ },
289
+ "link": 111
290
+ }
291
+ ],
292
+ "outputs": [
293
+ {
294
+ "name": "IMAGE",
295
+ "type": "IMAGE",
296
+ "slot_index": 0,
297
+ "links": [
298
+ 200
299
+ ]
300
+ }
301
+ ],
302
+ "properties": {
303
+ "cnr_id": "comfyui-kjnodes",
304
+ "ver": "1.1.4",
305
+ "Node name for S&R": "AddLabel"
306
+ },
307
+ "widgets_values": [
308
+ 10,
309
+ 2,
310
+ 48,
311
+ 32,
312
+ "white",
313
+ "black",
314
+ "FreeMono.ttf",
315
+ "Text",
316
+ "up"
317
+ ]
318
+ },
319
+ {
320
+ "id": 79,
321
+ "type": "SomethingToString",
322
+ "pos": [
323
+ 1815,
324
+ 1177
325
+ ],
326
+ "size": [
327
+ 315,
328
+ 82
329
+ ],
330
+ "flags": {
331
+ "collapsed": true
332
+ },
333
+ "order": 28,
334
+ "mode": 0,
335
+ "inputs": [
336
+ {
337
+ "name": "input",
338
+ "type": "*",
339
+ "link": 220
340
+ }
341
+ ],
342
+ "outputs": [
343
+ {
344
+ "name": "STRING",
345
+ "type": "STRING",
346
+ "slot_index": 0,
347
+ "links": [
348
+ 111
349
+ ]
350
+ }
351
+ ],
352
+ "properties": {
353
+ "cnr_id": "comfyui-kjnodes",
354
+ "ver": "1.1.4",
355
+ "Node name for S&R": "SomethingToString"
356
+ },
357
+ "widgets_values": [
358
+ "steps ",
359
+ ""
360
+ ]
361
+ },
362
+ {
363
+ "id": 80,
364
+ "type": "AddLabel",
365
+ "pos": [
366
+ 2982,
367
+ 1177
368
+ ],
369
+ "size": [
370
+ 315,
371
+ 274
372
+ ],
373
+ "flags": {
374
+ "collapsed": true
375
+ },
376
+ "order": 42,
377
+ "mode": 0,
378
+ "inputs": [
379
+ {
380
+ "name": "image",
381
+ "type": "IMAGE",
382
+ "link": 119
383
+ },
384
+ {
385
+ "name": "caption",
386
+ "shape": 7,
387
+ "type": "STRING",
388
+ "link": null
389
+ },
390
+ {
391
+ "name": "text",
392
+ "type": "STRING",
393
+ "widget": {
394
+ "name": "text"
395
+ },
396
+ "link": 117
397
+ }
398
+ ],
399
+ "outputs": [
400
+ {
401
+ "name": "IMAGE",
402
+ "type": "IMAGE",
403
+ "slot_index": 0,
404
+ "links": [
405
+ 201
406
+ ]
407
+ }
408
+ ],
409
+ "properties": {
410
+ "cnr_id": "comfyui-kjnodes",
411
+ "ver": "1.1.4",
412
+ "Node name for S&R": "AddLabel"
413
+ },
414
+ "widgets_values": [
415
+ 10,
416
+ 2,
417
+ 48,
418
+ 32,
419
+ "white",
420
+ "black",
421
+ "FreeMono.ttf",
422
+ "Text",
423
+ "up"
424
+ ]
425
+ },
426
+ {
427
+ "id": 81,
428
+ "type": "SomethingToString",
429
+ "pos": [
430
+ 2774,
431
+ 1177
432
+ ],
433
+ "size": [
434
+ 315,
435
+ 82
436
+ ],
437
+ "flags": {
438
+ "collapsed": true
439
+ },
440
+ "order": 36,
441
+ "mode": 0,
442
+ "inputs": [
443
+ {
444
+ "name": "input",
445
+ "type": "*",
446
+ "link": 235
447
+ }
448
+ ],
449
+ "outputs": [
450
+ {
451
+ "name": "STRING",
452
+ "type": "STRING",
453
+ "slot_index": 0,
454
+ "links": [
455
+ 117
456
+ ]
457
+ }
458
+ ],
459
+ "properties": {
460
+ "cnr_id": "comfyui-kjnodes",
461
+ "ver": "1.1.4",
462
+ "Node name for S&R": "SomethingToString"
463
+ },
464
+ "widgets_values": [
465
+ "steps ",
466
+ ""
467
+ ]
468
+ },
469
+ {
470
+ "id": 82,
471
+ "type": "SomethingToString",
472
+ "pos": [
473
+ 3909,
474
+ 1177
475
+ ],
476
+ "size": [
477
+ 315,
478
+ 82
479
+ ],
480
+ "flags": {
481
+ "collapsed": true
482
+ },
483
+ "order": 45,
484
+ "mode": 0,
485
+ "inputs": [
486
+ {
487
+ "name": "input",
488
+ "type": "*",
489
+ "link": 234
490
+ }
491
+ ],
492
+ "outputs": [
493
+ {
494
+ "name": "STRING",
495
+ "type": "STRING",
496
+ "slot_index": 0,
497
+ "links": [
498
+ 121
499
+ ]
500
+ }
501
+ ],
502
+ "properties": {
503
+ "cnr_id": "comfyui-kjnodes",
504
+ "ver": "1.1.4",
505
+ "Node name for S&R": "SomethingToString"
506
+ },
507
+ "widgets_values": [
508
+ "steps ",
509
+ ""
510
+ ]
511
+ },
512
+ {
513
+ "id": 83,
514
+ "type": "AddLabel",
515
+ "pos": [
516
+ 4130,
517
+ 1177
518
+ ],
519
+ "size": [
520
+ 315,
521
+ 274
522
+ ],
523
+ "flags": {
524
+ "collapsed": true
525
+ },
526
+ "order": 51,
527
+ "mode": 0,
528
+ "inputs": [
529
+ {
530
+ "name": "image",
531
+ "type": "IMAGE",
532
+ "link": 122
533
+ },
534
+ {
535
+ "name": "caption",
536
+ "shape": 7,
537
+ "type": "STRING",
538
+ "link": null
539
+ },
540
+ {
541
+ "name": "text",
542
+ "type": "STRING",
543
+ "widget": {
544
+ "name": "text"
545
+ },
546
+ "link": 121
547
+ }
548
+ ],
549
+ "outputs": [
550
+ {
551
+ "name": "IMAGE",
552
+ "type": "IMAGE",
553
+ "slot_index": 0,
554
+ "links": [
555
+ 204
556
+ ]
557
+ }
558
+ ],
559
+ "properties": {
560
+ "cnr_id": "comfyui-kjnodes",
561
+ "ver": "1.1.4",
562
+ "Node name for S&R": "AddLabel"
563
+ },
564
+ "widgets_values": [
565
+ 10,
566
+ 2,
567
+ 48,
568
+ 32,
569
+ "white",
570
+ "black",
571
+ "FreeMono.ttf",
572
+ "Text",
573
+ "up"
574
+ ]
575
+ },
576
+ {
577
+ "id": 84,
578
+ "type": "SomethingToString",
579
+ "pos": [
580
+ 4963,
581
+ 1177
582
+ ],
583
+ "size": [
584
+ 315,
585
+ 82
586
+ ],
587
+ "flags": {
588
+ "collapsed": true
589
+ },
590
+ "order": 53,
591
+ "mode": 0,
592
+ "inputs": [
593
+ {
594
+ "name": "input",
595
+ "type": "*",
596
+ "link": 215
597
+ }
598
+ ],
599
+ "outputs": [
600
+ {
601
+ "name": "STRING",
602
+ "type": "STRING",
603
+ "slot_index": 0,
604
+ "links": [
605
+ 124
606
+ ]
607
+ }
608
+ ],
609
+ "properties": {
610
+ "cnr_id": "comfyui-kjnodes",
611
+ "ver": "1.1.4",
612
+ "Node name for S&R": "SomethingToString"
613
+ },
614
+ "widgets_values": [
615
+ "steps ",
616
+ ""
617
+ ]
618
+ },
619
+ {
620
+ "id": 85,
621
+ "type": "AddLabel",
622
+ "pos": [
623
+ 5171,
624
+ 1177
625
+ ],
626
+ "size": [
627
+ 315,
628
+ 274
629
+ ],
630
+ "flags": {
631
+ "collapsed": true
632
+ },
633
+ "order": 59,
634
+ "mode": 0,
635
+ "inputs": [
636
+ {
637
+ "name": "image",
638
+ "type": "IMAGE",
639
+ "link": 126
640
+ },
641
+ {
642
+ "name": "caption",
643
+ "shape": 7,
644
+ "type": "STRING",
645
+ "link": null
646
+ },
647
+ {
648
+ "name": "text",
649
+ "type": "STRING",
650
+ "widget": {
651
+ "name": "text"
652
+ },
653
+ "link": 124
654
+ }
655
+ ],
656
+ "outputs": [
657
+ {
658
+ "name": "IMAGE",
659
+ "type": "IMAGE",
660
+ "slot_index": 0,
661
+ "links": [
662
+ 207
663
+ ]
664
+ }
665
+ ],
666
+ "properties": {
667
+ "cnr_id": "comfyui-kjnodes",
668
+ "ver": "1.1.4",
669
+ "Node name for S&R": "AddLabel"
670
+ },
671
+ "widgets_values": [
672
+ 10,
673
+ 2,
674
+ 48,
675
+ 32,
676
+ "white",
677
+ "black",
678
+ "FreeMono.ttf",
679
+ "Text",
680
+ "up"
681
+ ]
682
+ },
683
+ {
684
+ "id": 88,
685
+ "type": "Display Any (rgthree)",
686
+ "pos": [
687
+ 1143.6033935546875,
688
+ 82.11988067626953
689
+ ],
690
+ "size": [
691
+ 210,
692
+ 88
693
+ ],
694
+ "flags": {},
695
+ "order": 24,
696
+ "mode": 0,
697
+ "inputs": [
698
+ {
699
+ "dir": 3,
700
+ "name": "source",
701
+ "type": "*",
702
+ "link": 182
703
+ }
704
+ ],
705
+ "outputs": [],
706
+ "title": "Number of epochs",
707
+ "properties": {
708
+ "cnr_id": "rgthree-comfy",
709
+ "ver": "1.0.2508241658",
710
+ "Node name for S&R": "Display Any (rgthree)"
711
+ },
712
+ "widgets_values": [
713
+ ""
714
+ ]
715
+ },
716
+ {
717
+ "id": 89,
718
+ "type": "UploadToHuggingFace",
719
+ "pos": [
720
+ 5900,
721
+ 660
722
+ ],
723
+ "size": [
724
+ 315,
725
+ 178
726
+ ],
727
+ "flags": {},
728
+ "order": 62,
729
+ "mode": 2,
730
+ "inputs": [
731
+ {
732
+ "name": "network_trainer",
733
+ "type": "NETWORKTRAINER",
734
+ "link": null
735
+ },
736
+ {
737
+ "name": "source_path",
738
+ "type": "STRING",
739
+ "widget": {
740
+ "name": "source_path"
741
+ },
742
+ "link": 230
743
+ }
744
+ ],
745
+ "outputs": [
746
+ {
747
+ "name": "network_trainer",
748
+ "type": "NETWORKTRAINER",
749
+ "links": null
750
+ },
751
+ {
752
+ "name": "status",
753
+ "type": "STRING",
754
+ "links": [
755
+ 136
756
+ ]
757
+ }
758
+ ],
759
+ "properties": {
760
+ "cnr_id": "comfyui-fluxtrainer",
761
+ "ver": "1.0.2",
762
+ "Node name for S&R": "UploadToHuggingFace"
763
+ },
764
+ "widgets_values": [
765
+ "",
766
+ "",
767
+ "",
768
+ true,
769
+ ""
770
+ ]
771
+ },
772
+ {
773
+ "id": 90,
774
+ "type": "SaveImage",
775
+ "pos": [
776
+ 5877,
777
+ -60
778
+ ],
779
+ "size": [
780
+ 574.23046875,
781
+ 414.46881103515625
782
+ ],
783
+ "flags": {},
784
+ "order": 60,
785
+ "mode": 0,
786
+ "inputs": [
787
+ {
788
+ "name": "images",
789
+ "type": "IMAGE",
790
+ "link": 138
791
+ }
792
+ ],
793
+ "outputs": [],
794
+ "properties": {
795
+ "cnr_id": "comfy-core",
796
+ "ver": "0.3.55",
797
+ "Node name for S&R": "SaveImage"
798
+ },
799
+ "widgets_values": [
800
+ "flux_lora_loss_plot"
801
+ ]
802
+ },
803
+ {
804
+ "id": 105,
805
+ "type": "Display Any (rgthree)",
806
+ "pos": [
807
+ 483,
808
+ -811
809
+ ],
810
+ "size": [
811
+ 1073.7608642578125,
812
+ 492.8503112792969
813
+ ],
814
+ "flags": {},
815
+ "order": 25,
816
+ "mode": 0,
817
+ "inputs": [
818
+ {
819
+ "dir": 3,
820
+ "name": "source",
821
+ "type": "*",
822
+ "link": 183
823
+ }
824
+ ],
825
+ "outputs": [],
826
+ "properties": {
827
+ "cnr_id": "rgthree-comfy",
828
+ "ver": "1.0.2508241658",
829
+ "Node name for S&R": "Display Any (rgthree)"
830
+ },
831
+ "widgets_values": [
832
+ ""
833
+ ]
834
+ },
835
+ {
836
+ "id": 113,
837
+ "type": "Note",
838
+ "pos": [
839
+ -732,
840
+ 63
841
+ ],
842
+ "size": [
843
+ 462.68292236328125,
844
+ 88
845
+ ],
846
+ "flags": {},
847
+ "order": 3,
848
+ "mode": 0,
849
+ "inputs": [],
850
+ "outputs": [],
851
+ "properties": {
852
+ "text": ""
853
+ },
854
+ "widgets_values": [
855
+ "For multiresolution training, input same source directory with different dataset resolution. From what I hear, Flux likes multiple resolutions.\n\nFor single resolution training, just add single dataset."
856
+ ],
857
+ "color": "#432",
858
+ "bgcolor": "#653"
859
+ },
860
+ {
861
+ "id": 115,
862
+ "type": "Note",
863
+ "pos": [
864
+ 248.60342407226562,
865
+ -89.88011932373047
866
+ ],
867
+ "size": [
868
+ 462.68292236328125,
869
+ 88
870
+ ],
871
+ "flags": {},
872
+ "order": 4,
873
+ "mode": 0,
874
+ "inputs": [],
875
+ "outputs": [],
876
+ "properties": {
877
+ "text": ""
878
+ },
879
+ "widgets_values": [
880
+ "You can use same models as you use for inference in Comfy. When fp8_base is enabled, the model is downcasted to torch.float_e4m3fn on initialize, meaning if you load fp8 model here it should also be in same format."
881
+ ],
882
+ "color": "#432",
883
+ "bgcolor": "#653"
884
+ },
885
+ {
886
+ "id": 117,
887
+ "type": "ImageConcatFromBatch",
888
+ "pos": [
889
+ 6690,
890
+ 410
891
+ ],
892
+ "size": [
893
+ 315,
894
+ 106
895
+ ],
896
+ "flags": {},
897
+ "order": 21,
898
+ "mode": 0,
899
+ "inputs": [
900
+ {
901
+ "name": "images",
902
+ "type": "IMAGE",
903
+ "link": 195
904
+ },
905
+ {
906
+ "name": "num_columns",
907
+ "type": "INT",
908
+ "widget": {
909
+ "name": "num_columns"
910
+ },
911
+ "link": 199
912
+ }
913
+ ],
914
+ "outputs": [
915
+ {
916
+ "name": "IMAGE",
917
+ "type": "IMAGE",
918
+ "slot_index": 0,
919
+ "links": [
920
+ 210
921
+ ]
922
+ }
923
+ ],
924
+ "properties": {
925
+ "cnr_id": "comfyui-kjnodes",
926
+ "ver": "1.1.4",
927
+ "Node name for S&R": "ImageConcatFromBatch"
928
+ },
929
+ "widgets_values": [
930
+ 3,
931
+ false,
932
+ 4096
933
+ ]
934
+ },
935
+ {
936
+ "id": 119,
937
+ "type": "ImageBatchMulti",
938
+ "pos": [
939
+ 6820,
940
+ 180
941
+ ],
942
+ "size": [
943
+ 210,
944
+ 142
945
+ ],
946
+ "flags": {},
947
+ "order": 18,
948
+ "mode": 0,
949
+ "inputs": [
950
+ {
951
+ "name": "image_1",
952
+ "type": "IMAGE",
953
+ "link": 202
954
+ },
955
+ {
956
+ "name": "image_2",
957
+ "shape": 7,
958
+ "type": "IMAGE",
959
+ "link": 203
960
+ },
961
+ {
962
+ "name": "image_3",
963
+ "type": "IMAGE",
964
+ "link": 206
965
+ },
966
+ {
967
+ "name": "image_4",
968
+ "type": "IMAGE",
969
+ "link": 208
970
+ }
971
+ ],
972
+ "outputs": [
973
+ {
974
+ "name": "images",
975
+ "type": "IMAGE",
976
+ "slot_index": 0,
977
+ "links": [
978
+ 195
979
+ ]
980
+ }
981
+ ],
982
+ "properties": {
983
+ "cnr_id": "comfyui-kjnodes",
984
+ "ver": "1.1.4"
985
+ },
986
+ "widgets_values": [
987
+ 4,
988
+ null
989
+ ]
990
+ },
991
+ {
992
+ "id": 121,
993
+ "type": "SetNode",
994
+ "pos": [
995
+ 2170,
996
+ 1177
997
+ ],
998
+ "size": [
999
+ 210,
1000
+ 58
1001
+ ],
1002
+ "flags": {
1003
+ "collapsed": true
1004
+ },
1005
+ "order": 37,
1006
+ "mode": 0,
1007
+ "inputs": [
1008
+ {
1009
+ "name": "IMAGE",
1010
+ "type": "IMAGE",
1011
+ "link": 200
1012
+ }
1013
+ ],
1014
+ "outputs": [
1015
+ {
1016
+ "name": "*",
1017
+ "type": "*",
1018
+ "links": null
1019
+ }
1020
+ ],
1021
+ "title": "Set_Sampler1",
1022
+ "properties": {
1023
+ "previousName": "Sampler1"
1024
+ },
1025
+ "widgets_values": [
1026
+ "Sampler1"
1027
+ ],
1028
+ "color": "#2a363b",
1029
+ "bgcolor": "#3f5159"
1030
+ },
1031
+ {
1032
+ "id": 122,
1033
+ "type": "SetNode",
1034
+ "pos": [
1035
+ 3128,
1036
+ 1177
1037
+ ],
1038
+ "size": [
1039
+ 210,
1040
+ 58
1041
+ ],
1042
+ "flags": {
1043
+ "collapsed": true
1044
+ },
1045
+ "order": 46,
1046
+ "mode": 0,
1047
+ "inputs": [
1048
+ {
1049
+ "name": "IMAGE",
1050
+ "type": "IMAGE",
1051
+ "link": 201
1052
+ }
1053
+ ],
1054
+ "outputs": [
1055
+ {
1056
+ "name": "*",
1057
+ "type": "*",
1058
+ "links": null
1059
+ }
1060
+ ],
1061
+ "title": "Set_Sampler2",
1062
+ "properties": {
1063
+ "previousName": "Sampler2"
1064
+ },
1065
+ "widgets_values": [
1066
+ "Sampler2"
1067
+ ],
1068
+ "color": "#2a363b",
1069
+ "bgcolor": "#3f5159"
1070
+ },
1071
+ {
1072
+ "id": 123,
1073
+ "type": "GetNode",
1074
+ "pos": [
1075
+ 6640,
1076
+ 190
1077
+ ],
1078
+ "size": [
1079
+ 210,
1080
+ 58
1081
+ ],
1082
+ "flags": {
1083
+ "collapsed": true
1084
+ },
1085
+ "order": 5,
1086
+ "mode": 0,
1087
+ "inputs": [],
1088
+ "outputs": [
1089
+ {
1090
+ "name": "IMAGE",
1091
+ "type": "IMAGE",
1092
+ "slot_index": 0,
1093
+ "links": [
1094
+ 202,
1095
+ 209
1096
+ ]
1097
+ }
1098
+ ],
1099
+ "title": "Get_Sampler1",
1100
+ "properties": {},
1101
+ "widgets_values": [
1102
+ "Sampler1"
1103
+ ],
1104
+ "color": "#2a363b",
1105
+ "bgcolor": "#3f5159"
1106
+ },
1107
+ {
1108
+ "id": 124,
1109
+ "type": "GetNode",
1110
+ "pos": [
1111
+ 6640,
1112
+ 230
1113
+ ],
1114
+ "size": [
1115
+ 210,
1116
+ 58
1117
+ ],
1118
+ "flags": {
1119
+ "collapsed": true
1120
+ },
1121
+ "order": 6,
1122
+ "mode": 0,
1123
+ "inputs": [],
1124
+ "outputs": [
1125
+ {
1126
+ "name": "IMAGE",
1127
+ "type": "IMAGE",
1128
+ "slot_index": 0,
1129
+ "links": [
1130
+ 203
1131
+ ]
1132
+ }
1133
+ ],
1134
+ "title": "Get_Sampler2",
1135
+ "properties": {},
1136
+ "widgets_values": [
1137
+ "Sampler2"
1138
+ ],
1139
+ "color": "#2a363b",
1140
+ "bgcolor": "#3f5159"
1141
+ },
1142
+ {
1143
+ "id": 125,
1144
+ "type": "SetNode",
1145
+ "pos": [
1146
+ 4278,
1147
+ 1177
1148
+ ],
1149
+ "size": [
1150
+ 210,
1151
+ 58
1152
+ ],
1153
+ "flags": {
1154
+ "collapsed": true
1155
+ },
1156
+ "order": 54,
1157
+ "mode": 0,
1158
+ "inputs": [
1159
+ {
1160
+ "name": "IMAGE",
1161
+ "type": "IMAGE",
1162
+ "link": 204
1163
+ }
1164
+ ],
1165
+ "outputs": [
1166
+ {
1167
+ "name": "*",
1168
+ "type": "*",
1169
+ "slot_index": 0,
1170
+ "links": []
1171
+ }
1172
+ ],
1173
+ "title": "Set_Sampler3",
1174
+ "properties": {
1175
+ "previousName": "Sampler3"
1176
+ },
1177
+ "widgets_values": [
1178
+ "Sampler3"
1179
+ ],
1180
+ "color": "#2a363b",
1181
+ "bgcolor": "#3f5159"
1182
+ },
1183
+ {
1184
+ "id": 126,
1185
+ "type": "GetNode",
1186
+ "pos": [
1187
+ 6650,
1188
+ 280
1189
+ ],
1190
+ "size": [
1191
+ 210,
1192
+ 58
1193
+ ],
1194
+ "flags": {
1195
+ "collapsed": true
1196
+ },
1197
+ "order": 7,
1198
+ "mode": 0,
1199
+ "inputs": [],
1200
+ "outputs": [
1201
+ {
1202
+ "name": "IMAGE",
1203
+ "type": "IMAGE",
1204
+ "slot_index": 0,
1205
+ "links": [
1206
+ 206
1207
+ ]
1208
+ }
1209
+ ],
1210
+ "title": "Get_Sampler3",
1211
+ "properties": {},
1212
+ "widgets_values": [
1213
+ "Sampler3"
1214
+ ],
1215
+ "color": "#2a363b",
1216
+ "bgcolor": "#3f5159"
1217
+ },
1218
+ {
1219
+ "id": 127,
1220
+ "type": "SetNode",
1221
+ "pos": [
1222
+ 5319,
1223
+ 1177
1224
+ ],
1225
+ "size": [
1226
+ 210,
1227
+ 58
1228
+ ],
1229
+ "flags": {
1230
+ "collapsed": true
1231
+ },
1232
+ "order": 64,
1233
+ "mode": 0,
1234
+ "inputs": [
1235
+ {
1236
+ "name": "IMAGE",
1237
+ "type": "IMAGE",
1238
+ "link": 207
1239
+ }
1240
+ ],
1241
+ "outputs": [
1242
+ {
1243
+ "name": "*",
1244
+ "type": "*",
1245
+ "links": null
1246
+ }
1247
+ ],
1248
+ "title": "Set_Sampler4",
1249
+ "properties": {
1250
+ "previousName": "Sampler4"
1251
+ },
1252
+ "widgets_values": [
1253
+ "Sampler4"
1254
+ ],
1255
+ "color": "#2a363b",
1256
+ "bgcolor": "#3f5159"
1257
+ },
1258
+ {
1259
+ "id": 128,
1260
+ "type": "GetNode",
1261
+ "pos": [
1262
+ 6640,
1263
+ 330
1264
+ ],
1265
+ "size": [
1266
+ 210,
1267
+ 58
1268
+ ],
1269
+ "flags": {
1270
+ "collapsed": true
1271
+ },
1272
+ "order": 8,
1273
+ "mode": 0,
1274
+ "inputs": [],
1275
+ "outputs": [
1276
+ {
1277
+ "name": "IMAGE",
1278
+ "type": "IMAGE",
1279
+ "slot_index": 0,
1280
+ "links": [
1281
+ 208
1282
+ ]
1283
+ }
1284
+ ],
1285
+ "title": "Get_Sampler4",
1286
+ "properties": {},
1287
+ "widgets_values": [
1288
+ "Sampler4"
1289
+ ],
1290
+ "color": "#2a363b",
1291
+ "bgcolor": "#3f5159"
1292
+ },
1293
+ {
1294
+ "id": 131,
1295
+ "type": "Note",
1296
+ "pos": [
1297
+ 478,
1298
+ -884
1299
+ ],
1300
+ "size": [
1301
+ 210,
1302
+ 88
1303
+ ],
1304
+ "flags": {},
1305
+ "order": 9,
1306
+ "mode": 0,
1307
+ "inputs": [],
1308
+ "outputs": [],
1309
+ "properties": {
1310
+ "text": ""
1311
+ },
1312
+ "widgets_values": [
1313
+ "sanity check that all the args are chosen correctly"
1314
+ ],
1315
+ "color": "#432",
1316
+ "bgcolor": "#653"
1317
+ },
1318
+ {
1319
+ "id": 65,
1320
+ "type": "FluxTrainValidate",
1321
+ "pos": [
1322
+ 4775.216796875,
1323
+ 518.4568481445312
1324
+ ],
1325
+ "size": [
1326
+ 468.5999755859375,
1327
+ 46
1328
+ ],
1329
+ "flags": {},
1330
+ "order": 55,
1331
+ "mode": 0,
1332
+ "inputs": [
1333
+ {
1334
+ "name": "network_trainer",
1335
+ "type": "NETWORKTRAINER",
1336
+ "link": 233
1337
+ },
1338
+ {
1339
+ "name": "validation_settings",
1340
+ "shape": 7,
1341
+ "type": "VALSETTINGS",
1342
+ "link": 94
1343
+ }
1344
+ ],
1345
+ "outputs": [
1346
+ {
1347
+ "name": "network_trainer",
1348
+ "type": "NETWORKTRAINER",
1349
+ "slot_index": 0,
1350
+ "links": [
1351
+ 217,
1352
+ 229
1353
+ ]
1354
+ },
1355
+ {
1356
+ "name": "validation_images",
1357
+ "type": "IMAGE",
1358
+ "slot_index": 1,
1359
+ "links": [
1360
+ 95,
1361
+ 126
1362
+ ]
1363
+ }
1364
+ ],
1365
+ "properties": {
1366
+ "cnr_id": "comfyui-fluxtrainer",
1367
+ "ver": "1.0.2",
1368
+ "Node name for S&R": "FluxTrainValidate"
1369
+ },
1370
+ "widgets_values": []
1371
+ },
1372
+ {
1373
+ "id": 46,
1374
+ "type": "PreviewImage",
1375
+ "pos": [
1376
+ 2654,
1377
+ 609
1378
+ ],
1379
+ "size": [
1380
+ 850.0181274414062,
1381
+ 452.6767578125
1382
+ ],
1383
+ "flags": {},
1384
+ "order": 41,
1385
+ "mode": 0,
1386
+ "inputs": [
1387
+ {
1388
+ "name": "images",
1389
+ "type": "IMAGE",
1390
+ "link": 70
1391
+ }
1392
+ ],
1393
+ "outputs": [],
1394
+ "properties": {
1395
+ "cnr_id": "comfy-core",
1396
+ "ver": "0.3.55",
1397
+ "Node name for S&R": "PreviewImage"
1398
+ },
1399
+ "widgets_values": []
1400
+ },
1401
+ {
1402
+ "id": 66,
1403
+ "type": "PreviewImage",
1404
+ "pos": [
1405
+ 4785,
1406
+ 628
1407
+ ],
1408
+ "size": [
1409
+ 850.0181274414062,
1410
+ 452.6767578125
1411
+ ],
1412
+ "flags": {},
1413
+ "order": 58,
1414
+ "mode": 0,
1415
+ "inputs": [
1416
+ {
1417
+ "name": "images",
1418
+ "type": "IMAGE",
1419
+ "link": 95
1420
+ }
1421
+ ],
1422
+ "outputs": [],
1423
+ "properties": {
1424
+ "cnr_id": "comfy-core",
1425
+ "ver": "0.3.55",
1426
+ "Node name for S&R": "PreviewImage"
1427
+ },
1428
+ "widgets_values": []
1429
+ },
1430
+ {
1431
+ "id": 37,
1432
+ "type": "FluxTrainValidationSettings",
1433
+ "pos": [
1434
+ 775,
1435
+ 18
1436
+ ],
1437
+ "size": [
1438
+ 315,
1439
+ 250
1440
+ ],
1441
+ "flags": {},
1442
+ "order": 10,
1443
+ "mode": 0,
1444
+ "inputs": [],
1445
+ "outputs": [
1446
+ {
1447
+ "name": "validation_settings",
1448
+ "type": "VALSETTINGS",
1449
+ "slot_index": 0,
1450
+ "links": [
1451
+ 58
1452
+ ]
1453
+ }
1454
+ ],
1455
+ "properties": {
1456
+ "cnr_id": "comfyui-fluxtrainer",
1457
+ "ver": "1.0.2",
1458
+ "Node name for S&R": "FluxTrainValidationSettings"
1459
+ },
1460
+ "widgets_values": [
1461
+ 20,
1462
+ 1024,
1463
+ 1024,
1464
+ 3,
1465
+ 42,
1466
+ "fixed",
1467
+ true,
1468
+ 0.5,
1469
+ 1.15
1470
+ ]
1471
+ },
1472
+ {
1473
+ "id": 116,
1474
+ "type": "Note",
1475
+ "pos": [
1476
+ 776,
1477
+ -111
1478
+ ],
1479
+ "size": [
1480
+ 308.08209228515625,
1481
+ 88
1482
+ ],
1483
+ "flags": {},
1484
+ "order": 11,
1485
+ "mode": 0,
1486
+ "inputs": [],
1487
+ "outputs": [],
1488
+ "properties": {
1489
+ "text": ""
1490
+ },
1491
+ "widgets_values": [
1492
+ "Validation sampling settings are set here for all the sampler nodes."
1493
+ ],
1494
+ "color": "#432",
1495
+ "bgcolor": "#653"
1496
+ },
1497
+ {
1498
+ "id": 9,
1499
+ "type": "PreviewImage",
1500
+ "pos": [
1501
+ 1547,
1502
+ 596
1503
+ ],
1504
+ "size": [
1505
+ 891.4732666015625,
1506
+ 476.6578063964844
1507
+ ],
1508
+ "flags": {},
1509
+ "order": 32,
1510
+ "mode": 0,
1511
+ "inputs": [
1512
+ {
1513
+ "name": "images",
1514
+ "type": "IMAGE",
1515
+ "link": 8
1516
+ }
1517
+ ],
1518
+ "outputs": [],
1519
+ "properties": {
1520
+ "cnr_id": "comfy-core",
1521
+ "ver": "0.3.55",
1522
+ "Node name for S&R": "PreviewImage"
1523
+ },
1524
+ "widgets_values": []
1525
+ },
1526
+ {
1527
+ "id": 14,
1528
+ "type": "FluxTrainSave",
1529
+ "pos": [
1530
+ 1988,
1531
+ 256
1532
+ ],
1533
+ "size": [
1534
+ 393,
1535
+ 122
1536
+ ],
1537
+ "flags": {},
1538
+ "order": 27,
1539
+ "mode": 0,
1540
+ "inputs": [
1541
+ {
1542
+ "name": "network_trainer",
1543
+ "type": "NETWORKTRAINER",
1544
+ "link": 218
1545
+ }
1546
+ ],
1547
+ "outputs": [
1548
+ {
1549
+ "name": "network_trainer",
1550
+ "type": "NETWORKTRAINER",
1551
+ "slot_index": 0,
1552
+ "links": [
1553
+ 221
1554
+ ]
1555
+ },
1556
+ {
1557
+ "name": "lora_path",
1558
+ "type": "STRING",
1559
+ "slot_index": 1,
1560
+ "links": []
1561
+ },
1562
+ {
1563
+ "name": "steps",
1564
+ "type": "INT",
1565
+ "slot_index": 2,
1566
+ "links": []
1567
+ }
1568
+ ],
1569
+ "properties": {
1570
+ "cnr_id": "comfyui-fluxtrainer",
1571
+ "ver": "1.0.2",
1572
+ "Node name for S&R": "FluxTrainSave"
1573
+ },
1574
+ "widgets_values": [
1575
+ false,
1576
+ false
1577
+ ]
1578
+ },
1579
+ {
1580
+ "id": 8,
1581
+ "type": "FluxTrainValidate",
1582
+ "pos": [
1583
+ 1552,
1584
+ 500
1585
+ ],
1586
+ "size": [
1587
+ 468.5999755859375,
1588
+ 46
1589
+ ],
1590
+ "flags": {},
1591
+ "order": 30,
1592
+ "mode": 0,
1593
+ "inputs": [
1594
+ {
1595
+ "name": "network_trainer",
1596
+ "type": "NETWORKTRAINER",
1597
+ "link": 221
1598
+ },
1599
+ {
1600
+ "name": "validation_settings",
1601
+ "shape": 7,
1602
+ "type": "VALSETTINGS",
1603
+ "link": 60
1604
+ }
1605
+ ],
1606
+ "outputs": [
1607
+ {
1608
+ "name": "network_trainer",
1609
+ "type": "NETWORKTRAINER",
1610
+ "slot_index": 0,
1611
+ "links": [
1612
+ 219
1613
+ ]
1614
+ },
1615
+ {
1616
+ "name": "validation_images",
1617
+ "type": "IMAGE",
1618
+ "slot_index": 1,
1619
+ "links": [
1620
+ 8,
1621
+ 112
1622
+ ]
1623
+ }
1624
+ ],
1625
+ "properties": {
1626
+ "cnr_id": "comfyui-fluxtrainer",
1627
+ "ver": "1.0.2",
1628
+ "Node name for S&R": "FluxTrainValidate"
1629
+ },
1630
+ "widgets_values": []
1631
+ },
1632
+ {
1633
+ "id": 40,
1634
+ "type": "GetNode",
1635
+ "pos": [
1636
+ 1546,
1637
+ 433
1638
+ ],
1639
+ "size": [
1640
+ 277.0899353027344,
1641
+ 58
1642
+ ],
1643
+ "flags": {
1644
+ "collapsed": true
1645
+ },
1646
+ "order": 12,
1647
+ "mode": 0,
1648
+ "inputs": [],
1649
+ "outputs": [
1650
+ {
1651
+ "name": "VALSETTINGS",
1652
+ "type": "VALSETTINGS",
1653
+ "slot_index": 0,
1654
+ "links": [
1655
+ 60
1656
+ ]
1657
+ }
1658
+ ],
1659
+ "title": "Get_validation_settings",
1660
+ "properties": {},
1661
+ "widgets_values": [
1662
+ "validation_settings"
1663
+ ]
1664
+ },
1665
+ {
1666
+ "id": 45,
1667
+ "type": "FluxTrainValidate",
1668
+ "pos": [
1669
+ 2640,
1670
+ 500
1671
+ ],
1672
+ "size": [
1673
+ 468.5999755859375,
1674
+ 46
1675
+ ],
1676
+ "flags": {},
1677
+ "order": 39,
1678
+ "mode": 0,
1679
+ "inputs": [
1680
+ {
1681
+ "name": "network_trainer",
1682
+ "type": "NETWORKTRAINER",
1683
+ "link": 227
1684
+ },
1685
+ {
1686
+ "name": "validation_settings",
1687
+ "shape": 7,
1688
+ "type": "VALSETTINGS",
1689
+ "link": 69
1690
+ }
1691
+ ],
1692
+ "outputs": [
1693
+ {
1694
+ "name": "network_trainer",
1695
+ "type": "NETWORKTRAINER",
1696
+ "slot_index": 0,
1697
+ "links": [
1698
+ 223
1699
+ ]
1700
+ },
1701
+ {
1702
+ "name": "validation_images",
1703
+ "type": "IMAGE",
1704
+ "slot_index": 1,
1705
+ "links": [
1706
+ 70,
1707
+ 119
1708
+ ]
1709
+ }
1710
+ ],
1711
+ "properties": {
1712
+ "cnr_id": "comfyui-fluxtrainer",
1713
+ "ver": "1.0.2",
1714
+ "Node name for S&R": "FluxTrainValidate"
1715
+ },
1716
+ "widgets_values": []
1717
+ },
1718
+ {
1719
+ "id": 60,
1720
+ "type": "FluxTrainValidate",
1721
+ "pos": [
1722
+ 3716.708740234375,
1723
+ 510
1724
+ ],
1725
+ "size": [
1726
+ 468.5999755859375,
1727
+ 46
1728
+ ],
1729
+ "flags": {},
1730
+ "order": 48,
1731
+ "mode": 0,
1732
+ "inputs": [
1733
+ {
1734
+ "name": "network_trainer",
1735
+ "type": "NETWORKTRAINER",
1736
+ "link": 225
1737
+ },
1738
+ {
1739
+ "name": "validation_settings",
1740
+ "shape": 7,
1741
+ "type": "VALSETTINGS",
1742
+ "link": 89
1743
+ }
1744
+ ],
1745
+ "outputs": [
1746
+ {
1747
+ "name": "network_trainer",
1748
+ "type": "NETWORKTRAINER",
1749
+ "slot_index": 0,
1750
+ "links": [
1751
+ 226
1752
+ ]
1753
+ },
1754
+ {
1755
+ "name": "validation_images",
1756
+ "type": "IMAGE",
1757
+ "slot_index": 1,
1758
+ "links": [
1759
+ 90,
1760
+ 122
1761
+ ]
1762
+ }
1763
+ ],
1764
+ "properties": {
1765
+ "cnr_id": "comfyui-fluxtrainer",
1766
+ "ver": "1.0.2",
1767
+ "Node name for S&R": "FluxTrainValidate"
1768
+ },
1769
+ "widgets_values": []
1770
+ },
1771
+ {
1772
+ "id": 47,
1773
+ "type": "FluxTrainSave",
1774
+ "pos": [
1775
+ 3114,
1776
+ 323
1777
+ ],
1778
+ "size": [
1779
+ 393,
1780
+ 122
1781
+ ],
1782
+ "flags": {},
1783
+ "order": 35,
1784
+ "mode": 0,
1785
+ "inputs": [
1786
+ {
1787
+ "name": "network_trainer",
1788
+ "type": "NETWORKTRAINER",
1789
+ "link": 222
1790
+ }
1791
+ ],
1792
+ "outputs": [
1793
+ {
1794
+ "name": "network_trainer",
1795
+ "type": "NETWORKTRAINER",
1796
+ "slot_index": 0,
1797
+ "links": [
1798
+ 227
1799
+ ]
1800
+ },
1801
+ {
1802
+ "name": "lora_path",
1803
+ "type": "STRING",
1804
+ "links": null
1805
+ },
1806
+ {
1807
+ "name": "steps",
1808
+ "type": "INT",
1809
+ "slot_index": 2,
1810
+ "links": []
1811
+ }
1812
+ ],
1813
+ "properties": {
1814
+ "cnr_id": "comfyui-fluxtrainer",
1815
+ "ver": "1.0.2",
1816
+ "Node name for S&R": "FluxTrainSave"
1817
+ },
1818
+ "widgets_values": [
1819
+ false,
1820
+ false
1821
+ ]
1822
+ },
1823
+ {
1824
+ "id": 62,
1825
+ "type": "FluxTrainSave",
1826
+ "pos": [
1827
+ 4202,
1828
+ 331
1829
+ ],
1830
+ "size": [
1831
+ 393,
1832
+ 122
1833
+ ],
1834
+ "flags": {},
1835
+ "order": 44,
1836
+ "mode": 0,
1837
+ "inputs": [
1838
+ {
1839
+ "name": "network_trainer",
1840
+ "type": "NETWORKTRAINER",
1841
+ "link": 224
1842
+ }
1843
+ ],
1844
+ "outputs": [
1845
+ {
1846
+ "name": "network_trainer",
1847
+ "type": "NETWORKTRAINER",
1848
+ "slot_index": 0,
1849
+ "links": [
1850
+ 225
1851
+ ]
1852
+ },
1853
+ {
1854
+ "name": "lora_path",
1855
+ "type": "STRING",
1856
+ "links": null
1857
+ },
1858
+ {
1859
+ "name": "steps",
1860
+ "type": "INT",
1861
+ "slot_index": 2,
1862
+ "links": []
1863
+ }
1864
+ ],
1865
+ "properties": {
1866
+ "cnr_id": "comfyui-fluxtrainer",
1867
+ "ver": "1.0.2",
1868
+ "Node name for S&R": "FluxTrainSave"
1869
+ },
1870
+ "widgets_values": [
1871
+ false,
1872
+ false
1873
+ ]
1874
+ },
1875
+ {
1876
+ "id": 134,
1877
+ "type": "FluxTrainSave",
1878
+ "pos": [
1879
+ 5275,
1880
+ 328
1881
+ ],
1882
+ "size": [
1883
+ 393,
1884
+ 122
1885
+ ],
1886
+ "flags": {},
1887
+ "order": 52,
1888
+ "mode": 0,
1889
+ "inputs": [
1890
+ {
1891
+ "name": "network_trainer",
1892
+ "type": "NETWORKTRAINER",
1893
+ "link": 232
1894
+ }
1895
+ ],
1896
+ "outputs": [
1897
+ {
1898
+ "name": "network_trainer",
1899
+ "type": "NETWORKTRAINER",
1900
+ "slot_index": 0,
1901
+ "links": [
1902
+ 233
1903
+ ]
1904
+ },
1905
+ {
1906
+ "name": "lora_path",
1907
+ "type": "STRING",
1908
+ "links": null
1909
+ },
1910
+ {
1911
+ "name": "steps",
1912
+ "type": "INT",
1913
+ "slot_index": 2,
1914
+ "links": []
1915
+ }
1916
+ ],
1917
+ "properties": {
1918
+ "cnr_id": "comfyui-fluxtrainer",
1919
+ "ver": "1.0.2",
1920
+ "Node name for S&R": "FluxTrainSave"
1921
+ },
1922
+ "widgets_values": [
1923
+ false,
1924
+ false
1925
+ ]
1926
+ },
1927
+ {
1928
+ "id": 97,
1929
+ "type": "VisualizeLoss",
1930
+ "pos": [
1931
+ 1700,
1932
+ -650
1933
+ ],
1934
+ "size": [
1935
+ 303.6300048828125,
1936
+ 198
1937
+ ],
1938
+ "flags": {},
1939
+ "order": 26,
1940
+ "mode": 0,
1941
+ "inputs": [
1942
+ {
1943
+ "name": "network_trainer",
1944
+ "type": "NETWORKTRAINER",
1945
+ "link": 162
1946
+ }
1947
+ ],
1948
+ "outputs": [
1949
+ {
1950
+ "name": "plot",
1951
+ "type": "IMAGE",
1952
+ "slot_index": 0,
1953
+ "links": [
1954
+ 161
1955
+ ]
1956
+ },
1957
+ {
1958
+ "name": "loss_list",
1959
+ "type": "FLOAT",
1960
+ "links": null
1961
+ }
1962
+ ],
1963
+ "properties": {
1964
+ "cnr_id": "comfyui-fluxtrainer",
1965
+ "ver": "1.0.2",
1966
+ "Node name for S&R": "VisualizeLoss"
1967
+ },
1968
+ "widgets_values": [
1969
+ "seaborn-v0_8-dark-palette",
1970
+ 100,
1971
+ true,
1972
+ 768,
1973
+ 512,
1974
+ false
1975
+ ]
1976
+ },
1977
+ {
1978
+ "id": 99,
1979
+ "type": "VisualizeLoss",
1980
+ "pos": [
1981
+ 2950,
1982
+ -650
1983
+ ],
1984
+ "size": [
1985
+ 254.40000915527344,
1986
+ 198
1987
+ ],
1988
+ "flags": {},
1989
+ "order": 34,
1990
+ "mode": 0,
1991
+ "inputs": [
1992
+ {
1993
+ "name": "network_trainer",
1994
+ "type": "NETWORKTRAINER",
1995
+ "link": 164
1996
+ }
1997
+ ],
1998
+ "outputs": [
1999
+ {
2000
+ "name": "plot",
2001
+ "type": "IMAGE",
2002
+ "slot_index": 0,
2003
+ "links": [
2004
+ 163
2005
+ ]
2006
+ },
2007
+ {
2008
+ "name": "loss_list",
2009
+ "type": "FLOAT",
2010
+ "links": null
2011
+ }
2012
+ ],
2013
+ "properties": {
2014
+ "cnr_id": "comfyui-fluxtrainer",
2015
+ "ver": "1.0.2",
2016
+ "Node name for S&R": "VisualizeLoss"
2017
+ },
2018
+ "widgets_values": [
2019
+ "seaborn-v0_8-dark-palette",
2020
+ 100,
2021
+ true,
2022
+ 768,
2023
+ 512,
2024
+ false
2025
+ ]
2026
+ },
2027
+ {
2028
+ "id": 101,
2029
+ "type": "VisualizeLoss",
2030
+ "pos": [
2031
+ 4090,
2032
+ -650
2033
+ ],
2034
+ "size": [
2035
+ 254.40000915527344,
2036
+ 198
2037
+ ],
2038
+ "flags": {},
2039
+ "order": 43,
2040
+ "mode": 0,
2041
+ "inputs": [
2042
+ {
2043
+ "name": "network_trainer",
2044
+ "type": "NETWORKTRAINER",
2045
+ "link": 166
2046
+ }
2047
+ ],
2048
+ "outputs": [
2049
+ {
2050
+ "name": "plot",
2051
+ "type": "IMAGE",
2052
+ "slot_index": 0,
2053
+ "links": [
2054
+ 165
2055
+ ]
2056
+ },
2057
+ {
2058
+ "name": "loss_list",
2059
+ "type": "FLOAT",
2060
+ "links": null
2061
+ }
2062
+ ],
2063
+ "properties": {
2064
+ "cnr_id": "comfyui-fluxtrainer",
2065
+ "ver": "1.0.2",
2066
+ "Node name for S&R": "VisualizeLoss"
2067
+ },
2068
+ "widgets_values": [
2069
+ "seaborn-v0_8-dark-palette",
2070
+ 100,
2071
+ true,
2072
+ 768,
2073
+ 512,
2074
+ false
2075
+ ]
2076
+ },
2077
+ {
2078
+ "id": 98,
2079
+ "type": "SaveImage",
2080
+ "pos": [
2081
+ 1680,
2082
+ -340
2083
+ ],
2084
+ "size": [
2085
+ 645.9608764648438,
2086
+ 439.37261962890625
2087
+ ],
2088
+ "flags": {},
2089
+ "order": 29,
2090
+ "mode": 0,
2091
+ "inputs": [
2092
+ {
2093
+ "name": "images",
2094
+ "type": "IMAGE",
2095
+ "link": 161
2096
+ }
2097
+ ],
2098
+ "outputs": [],
2099
+ "properties": {
2100
+ "cnr_id": "comfy-core",
2101
+ "ver": "0.3.55",
2102
+ "Node name for S&R": "SaveImage"
2103
+ },
2104
+ "widgets_values": [
2105
+ "flux_lora_loss_plot"
2106
+ ]
2107
+ },
2108
+ {
2109
+ "id": 100,
2110
+ "type": "SaveImage",
2111
+ "pos": [
2112
+ 2990,
2113
+ -340
2114
+ ],
2115
+ "size": [
2116
+ 574.23046875,
2117
+ 414.46881103515625
2118
+ ],
2119
+ "flags": {},
2120
+ "order": 38,
2121
+ "mode": 0,
2122
+ "inputs": [
2123
+ {
2124
+ "name": "images",
2125
+ "type": "IMAGE",
2126
+ "link": 163
2127
+ }
2128
+ ],
2129
+ "outputs": [],
2130
+ "properties": {
2131
+ "cnr_id": "comfy-core",
2132
+ "ver": "0.3.55",
2133
+ "Node name for S&R": "SaveImage"
2134
+ },
2135
+ "widgets_values": [
2136
+ "flux_lora_loss_plot"
2137
+ ]
2138
+ },
2139
+ {
2140
+ "id": 102,
2141
+ "type": "SaveImage",
2142
+ "pos": [
2143
+ 4080,
2144
+ -340
2145
+ ],
2146
+ "size": [
2147
+ 574.23046875,
2148
+ 414.46881103515625
2149
+ ],
2150
+ "flags": {},
2151
+ "order": 47,
2152
+ "mode": 0,
2153
+ "inputs": [
2154
+ {
2155
+ "name": "images",
2156
+ "type": "IMAGE",
2157
+ "link": 165
2158
+ }
2159
+ ],
2160
+ "outputs": [],
2161
+ "properties": {
2162
+ "cnr_id": "comfy-core",
2163
+ "ver": "0.3.55",
2164
+ "Node name for S&R": "SaveImage"
2165
+ },
2166
+ "widgets_values": [
2167
+ "flux_lora_loss_plot"
2168
+ ]
2169
+ },
2170
+ {
2171
+ "id": 133,
2172
+ "type": "FluxTrainEnd",
2173
+ "pos": [
2174
+ 5870,
2175
+ 492
2176
+ ],
2177
+ "size": [
2178
+ 317.4000244140625,
2179
+ 98
2180
+ ],
2181
+ "flags": {},
2182
+ "order": 57,
2183
+ "mode": 0,
2184
+ "inputs": [
2185
+ {
2186
+ "name": "network_trainer",
2187
+ "type": "NETWORKTRAINER",
2188
+ "link": 229
2189
+ }
2190
+ ],
2191
+ "outputs": [
2192
+ {
2193
+ "name": "lora_name",
2194
+ "type": "STRING",
2195
+ "slot_index": 0,
2196
+ "links": [
2197
+ 231
2198
+ ]
2199
+ },
2200
+ {
2201
+ "name": "metadata",
2202
+ "type": "STRING",
2203
+ "links": null
2204
+ },
2205
+ {
2206
+ "name": "lora_path",
2207
+ "type": "STRING",
2208
+ "slot_index": 2,
2209
+ "links": [
2210
+ 230,
2211
+ 236
2212
+ ]
2213
+ }
2214
+ ],
2215
+ "properties": {
2216
+ "cnr_id": "comfyui-fluxtrainer",
2217
+ "ver": "1.0.2",
2218
+ "Node name for S&R": "FluxTrainEnd"
2219
+ },
2220
+ "widgets_values": [
2221
+ false
2222
+ ],
2223
+ "color": "#322",
2224
+ "bgcolor": "#533"
2225
+ },
2226
+ {
2227
+ "id": 130,
2228
+ "type": "SaveImage",
2229
+ "pos": [
2230
+ 7132,
2231
+ 121
2232
+ ],
2233
+ "size": [
2234
+ 619.8221435546875,
2235
+ 714.4110107421875
2236
+ ],
2237
+ "flags": {},
2238
+ "order": 65,
2239
+ "mode": 0,
2240
+ "inputs": [
2241
+ {
2242
+ "name": "images",
2243
+ "type": "IMAGE",
2244
+ "link": 214
2245
+ }
2246
+ ],
2247
+ "outputs": [],
2248
+ "properties": {
2249
+ "cnr_id": "comfy-core",
2250
+ "ver": "0.3.55",
2251
+ "Node name for S&R": "SaveImage"
2252
+ },
2253
+ "widgets_values": [
2254
+ "flux_lora_trainer_sheet"
2255
+ ]
2256
+ },
2257
+ {
2258
+ "id": 64,
2259
+ "type": "FluxTrainLoop",
2260
+ "pos": [
2261
+ 4770,
2262
+ 330
2263
+ ],
2264
+ "size": [
2265
+ 393,
2266
+ 78
2267
+ ],
2268
+ "flags": {},
2269
+ "order": 49,
2270
+ "mode": 0,
2271
+ "inputs": [
2272
+ {
2273
+ "name": "network_trainer",
2274
+ "type": "NETWORKTRAINER",
2275
+ "link": 226
2276
+ }
2277
+ ],
2278
+ "outputs": [
2279
+ {
2280
+ "name": "network_trainer",
2281
+ "type": "NETWORKTRAINER",
2282
+ "slot_index": 0,
2283
+ "links": [
2284
+ 232
2285
+ ]
2286
+ },
2287
+ {
2288
+ "name": "steps",
2289
+ "type": "INT",
2290
+ "slot_index": 1,
2291
+ "links": [
2292
+ 215
2293
+ ]
2294
+ }
2295
+ ],
2296
+ "properties": {
2297
+ "cnr_id": "comfyui-fluxtrainer",
2298
+ "ver": "1.0.2",
2299
+ "Node name for S&R": "FluxTrainLoop"
2300
+ },
2301
+ "widgets_values": [
2302
+ 750
2303
+ ],
2304
+ "color": "#232",
2305
+ "bgcolor": "#353"
2306
+ },
2307
+ {
2308
+ "id": 59,
2309
+ "type": "FluxTrainLoop",
2310
+ "pos": [
2311
+ 3700,
2312
+ 330
2313
+ ],
2314
+ "size": [
2315
+ 393,
2316
+ 78
2317
+ ],
2318
+ "flags": {},
2319
+ "order": 40,
2320
+ "mode": 0,
2321
+ "inputs": [
2322
+ {
2323
+ "name": "network_trainer",
2324
+ "type": "NETWORKTRAINER",
2325
+ "link": 223
2326
+ }
2327
+ ],
2328
+ "outputs": [
2329
+ {
2330
+ "name": "network_trainer",
2331
+ "type": "NETWORKTRAINER",
2332
+ "slot_index": 0,
2333
+ "links": [
2334
+ 166,
2335
+ 224
2336
+ ]
2337
+ },
2338
+ {
2339
+ "name": "steps",
2340
+ "type": "INT",
2341
+ "slot_index": 1,
2342
+ "links": [
2343
+ 234
2344
+ ]
2345
+ }
2346
+ ],
2347
+ "properties": {
2348
+ "cnr_id": "comfyui-fluxtrainer",
2349
+ "ver": "1.0.2",
2350
+ "Node name for S&R": "FluxTrainLoop"
2351
+ },
2352
+ "widgets_values": [
2353
+ 750
2354
+ ],
2355
+ "color": "#232",
2356
+ "bgcolor": "#353"
2357
+ },
2358
+ {
2359
+ "id": 44,
2360
+ "type": "FluxTrainLoop",
2361
+ "pos": [
2362
+ 2630,
2363
+ 330
2364
+ ],
2365
+ "size": [
2366
+ 393,
2367
+ 78
2368
+ ],
2369
+ "flags": {},
2370
+ "order": 31,
2371
+ "mode": 0,
2372
+ "inputs": [
2373
+ {
2374
+ "name": "network_trainer",
2375
+ "type": "NETWORKTRAINER",
2376
+ "link": 219
2377
+ }
2378
+ ],
2379
+ "outputs": [
2380
+ {
2381
+ "name": "network_trainer",
2382
+ "type": "NETWORKTRAINER",
2383
+ "slot_index": 0,
2384
+ "links": [
2385
+ 164,
2386
+ 222
2387
+ ]
2388
+ },
2389
+ {
2390
+ "name": "steps",
2391
+ "type": "INT",
2392
+ "slot_index": 1,
2393
+ "links": [
2394
+ 235
2395
+ ]
2396
+ }
2397
+ ],
2398
+ "properties": {
2399
+ "cnr_id": "comfyui-fluxtrainer",
2400
+ "ver": "1.0.2",
2401
+ "Node name for S&R": "FluxTrainLoop"
2402
+ },
2403
+ "widgets_values": [
2404
+ 750
2405
+ ],
2406
+ "color": "#232",
2407
+ "bgcolor": "#353"
2408
+ },
2409
+ {
2410
+ "id": 4,
2411
+ "type": "FluxTrainLoop",
2412
+ "pos": [
2413
+ 1519,
2414
+ 256
2415
+ ],
2416
+ "size": [
2417
+ 393,
2418
+ 78
2419
+ ],
2420
+ "flags": {},
2421
+ "order": 23,
2422
+ "mode": 0,
2423
+ "inputs": [
2424
+ {
2425
+ "name": "network_trainer",
2426
+ "type": "NETWORKTRAINER",
2427
+ "link": 181
2428
+ }
2429
+ ],
2430
+ "outputs": [
2431
+ {
2432
+ "name": "network_trainer",
2433
+ "type": "NETWORKTRAINER",
2434
+ "slot_index": 0,
2435
+ "links": [
2436
+ 162,
2437
+ 218
2438
+ ]
2439
+ },
2440
+ {
2441
+ "name": "steps",
2442
+ "type": "INT",
2443
+ "slot_index": 1,
2444
+ "links": [
2445
+ 220
2446
+ ]
2447
+ }
2448
+ ],
2449
+ "properties": {
2450
+ "cnr_id": "comfyui-fluxtrainer",
2451
+ "ver": "1.0.2",
2452
+ "Node name for S&R": "FluxTrainLoop"
2453
+ },
2454
+ "widgets_values": [
2455
+ 750
2456
+ ],
2457
+ "color": "#232",
2458
+ "bgcolor": "#353"
2459
+ },
2460
+ {
2461
+ "id": 137,
2462
+ "type": "TrainDatasetGeneralConfig",
2463
+ "pos": [
2464
+ -1122,
2465
+ 203
2466
+ ],
2467
+ "size": [
2468
+ 316.3266296386719,
2469
+ 202
2470
+ ],
2471
+ "flags": {},
2472
+ "order": 13,
2473
+ "mode": 0,
2474
+ "inputs": [],
2475
+ "outputs": [
2476
+ {
2477
+ "name": "dataset_general",
2478
+ "type": "JSON",
2479
+ "links": [
2480
+ 241
2481
+ ]
2482
+ }
2483
+ ],
2484
+ "properties": {
2485
+ "cnr_id": "comfyui-fluxtrainer",
2486
+ "ver": "1.0.2",
2487
+ "Node name for S&R": "TrainDatasetGeneralConfig"
2488
+ },
2489
+ "widgets_values": [
2490
+ false,
2491
+ false,
2492
+ false,
2493
+ 0,
2494
+ false,
2495
+ false,
2496
+ ".txt"
2497
+ ]
2498
+ },
2499
+ {
2500
+ "id": 129,
2501
+ "type": "AddLabel",
2502
+ "pos": [
2503
+ 6937,
2504
+ 60
2505
+ ],
2506
+ "size": [
2507
+ 315,
2508
+ 274
2509
+ ],
2510
+ "flags": {
2511
+ "collapsed": true
2512
+ },
2513
+ "order": 61,
2514
+ "mode": 0,
2515
+ "inputs": [
2516
+ {
2517
+ "name": "image",
2518
+ "type": "IMAGE",
2519
+ "link": 210
2520
+ },
2521
+ {
2522
+ "name": "caption",
2523
+ "shape": 7,
2524
+ "type": "STRING",
2525
+ "link": null
2526
+ },
2527
+ {
2528
+ "name": "text",
2529
+ "type": "STRING",
2530
+ "widget": {
2531
+ "name": "text"
2532
+ },
2533
+ "link": 231
2534
+ }
2535
+ ],
2536
+ "outputs": [
2537
+ {
2538
+ "name": "IMAGE",
2539
+ "type": "IMAGE",
2540
+ "slot_index": 0,
2541
+ "links": [
2542
+ 214
2543
+ ]
2544
+ }
2545
+ ],
2546
+ "properties": {
2547
+ "cnr_id": "comfyui-kjnodes",
2548
+ "ver": "1.1.4",
2549
+ "Node name for S&R": "AddLabel"
2550
+ },
2551
+ "widgets_values": [
2552
+ 10,
2553
+ 2,
2554
+ 48,
2555
+ 32,
2556
+ "white",
2557
+ "black",
2558
+ "FreeMono.ttf",
2559
+ "Text",
2560
+ "up"
2561
+ ]
2562
+ },
2563
+ {
2564
+ "id": 120,
2565
+ "type": "GetImageSizeAndCount",
2566
+ "pos": [
2567
+ 6830,
2568
+ 120
2569
+ ],
2570
+ "size": [
2571
+ 210,
2572
+ 86
2573
+ ],
2574
+ "flags": {
2575
+ "collapsed": true
2576
+ },
2577
+ "order": 17,
2578
+ "mode": 0,
2579
+ "inputs": [
2580
+ {
2581
+ "name": "image",
2582
+ "type": "IMAGE",
2583
+ "link": 209
2584
+ }
2585
+ ],
2586
+ "outputs": [
2587
+ {
2588
+ "name": "image",
2589
+ "type": "IMAGE",
2590
+ "slot_index": 0,
2591
+ "links": []
2592
+ },
2593
+ {
2594
+ "name": "width",
2595
+ "type": "INT",
2596
+ "links": null
2597
+ },
2598
+ {
2599
+ "name": "height",
2600
+ "type": "INT",
2601
+ "links": null
2602
+ },
2603
+ {
2604
+ "name": "count",
2605
+ "type": "INT",
2606
+ "slot_index": 3,
2607
+ "links": [
2608
+ 199
2609
+ ]
2610
+ }
2611
+ ],
2612
+ "properties": {
2613
+ "cnr_id": "comfyui-kjnodes",
2614
+ "ver": "1.1.4",
2615
+ "Node name for S&R": "GetImageSizeAndCount"
2616
+ },
2617
+ "widgets_values": []
2618
+ },
2619
+ {
2620
+ "id": 135,
2621
+ "type": "StringConstantMultiline",
2622
+ "pos": [
2623
+ 268.6332702636719,
2624
+ 1041.0289306640625
2625
+ ],
2626
+ "size": [
2627
+ 400,
2628
+ 200
2629
+ ],
2630
+ "flags": {},
2631
+ "order": 14,
2632
+ "mode": 0,
2633
+ "inputs": [],
2634
+ "outputs": [
2635
+ {
2636
+ "name": "STRING",
2637
+ "type": "STRING",
2638
+ "slot_index": 0,
2639
+ "links": [
2640
+ 237
2641
+ ]
2642
+ }
2643
+ ],
2644
+ "properties": {
2645
+ "cnr_id": "comfyui-kjnodes",
2646
+ "ver": "1.1.4",
2647
+ "Node name for S&R": "StringConstantMultiline"
2648
+ },
2649
+ "widgets_values": [
2650
+ "slim woman, young woman, realistic body, natural proportions, long legs, narrow waist, small shoulders, oval face, symmetrical face, straight dark brown hair, long hair, middle part hairstyle, natural posture, casual clothing",
2651
+ true
2652
+ ]
2653
+ },
2654
+ {
2655
+ "id": 136,
2656
+ "type": "FluxTrainModelSelect",
2657
+ "pos": [
2658
+ 255.28880310058594,
2659
+ 170.42274475097656
2660
+ ],
2661
+ "size": [
2662
+ 427.607421875,
2663
+ 137.3937225341797
2664
+ ],
2665
+ "flags": {},
2666
+ "order": 15,
2667
+ "mode": 0,
2668
+ "inputs": [
2669
+ {
2670
+ "name": "lora_path",
2671
+ "shape": 7,
2672
+ "type": "STRING",
2673
+ "link": null
2674
+ }
2675
+ ],
2676
+ "outputs": [
2677
+ {
2678
+ "name": "flux_models",
2679
+ "type": "TRAIN_FLUX_MODELS",
2680
+ "links": [
2681
+ 238
2682
+ ]
2683
+ }
2684
+ ],
2685
+ "properties": {
2686
+ "cnr_id": "comfyui-fluxtrainer",
2687
+ "ver": "1.0.2",
2688
+ "Node name for S&R": "FluxTrainModelSelect"
2689
+ },
2690
+ "widgets_values": [
2691
+ "flux1-dev.safetensors",
2692
+ "flux_vae.safetensors",
2693
+ "clip_l.safetensors",
2694
+ "t5/t5xxl_fp16.safetensors"
2695
+ ]
2696
+ },
2697
+ {
2698
+ "id": 95,
2699
+ "type": "OptimizerConfig",
2700
+ "pos": [
2701
+ 228.63739013671875,
2702
+ 364.11627197265625
2703
+ ],
2704
+ "size": [
2705
+ 315,
2706
+ 256
2707
+ ],
2708
+ "flags": {},
2709
+ "order": 16,
2710
+ "mode": 0,
2711
+ "inputs": [],
2712
+ "outputs": [
2713
+ {
2714
+ "name": "optimizer_settings",
2715
+ "type": "ARGS",
2716
+ "links": [
2717
+ 180
2718
+ ]
2719
+ }
2720
+ ],
2721
+ "properties": {
2722
+ "cnr_id": "comfyui-fluxtrainer",
2723
+ "ver": "1.0.2",
2724
+ "Node name for S&R": "OptimizerConfig"
2725
+ },
2726
+ "widgets_values": [
2727
+ "CAME",
2728
+ 1,
2729
+ "constant",
2730
+ 0,
2731
+ 1,
2732
+ 1,
2733
+ 5,
2734
+ ""
2735
+ ]
2736
+ },
2737
+ {
2738
+ "id": 74,
2739
+ "type": "Display Any (rgthree)",
2740
+ "pos": [
2741
+ 6275,
2742
+ 492
2743
+ ],
2744
+ "size": [
2745
+ 358.62896728515625,
2746
+ 88
2747
+ ],
2748
+ "flags": {},
2749
+ "order": 63,
2750
+ "mode": 0,
2751
+ "inputs": [
2752
+ {
2753
+ "dir": 3,
2754
+ "name": "source",
2755
+ "type": "*",
2756
+ "link": 236
2757
+ }
2758
+ ],
2759
+ "outputs": [],
2760
+ "properties": {
2761
+ "cnr_id": "rgthree-comfy",
2762
+ "ver": "1.0.2508241658",
2763
+ "Node name for S&R": "Display Any (rgthree)"
2764
+ },
2765
+ "widgets_values": [
2766
+ ""
2767
+ ]
2768
+ },
2769
+ {
2770
+ "id": 112,
2771
+ "type": "TrainDatasetAdd",
2772
+ "pos": [
2773
+ -172.38327026367188,
2774
+ 203.22264099121094
2775
+ ],
2776
+ "size": [
2777
+ 259.5897521972656,
2778
+ 354
2779
+ ],
2780
+ "flags": {},
2781
+ "order": 20,
2782
+ "mode": 0,
2783
+ "inputs": [
2784
+ {
2785
+ "name": "dataset_config",
2786
+ "type": "JSON",
2787
+ "link": 241
2788
+ },
2789
+ {
2790
+ "name": "regularization",
2791
+ "shape": 7,
2792
+ "type": "JSON",
2793
+ "link": null
2794
+ }
2795
+ ],
2796
+ "outputs": [
2797
+ {
2798
+ "name": "dataset",
2799
+ "type": "JSON",
2800
+ "slot_index": 0,
2801
+ "links": [
2802
+ 189
2803
+ ]
2804
+ }
2805
+ ],
2806
+ "properties": {
2807
+ "cnr_id": "comfyui-fluxtrainer",
2808
+ "ver": "1.0.2",
2809
+ "Node name for S&R": "TrainDatasetAdd"
2810
+ },
2811
+ "widgets_values": [
2812
+ 768,
2813
+ 768,
2814
+ 1,
2815
+ "/workspace/ComfyUI/models/datasets",
2816
+ "umoem",
2817
+ true,
2818
+ false,
2819
+ 1,
2820
+ 256,
2821
+ 1024
2822
+ ]
2823
+ },
2824
+ {
2825
+ "id": 107,
2826
+ "type": "InitFluxLoRATraining",
2827
+ "pos": [
2828
+ 783,
2829
+ 326
2830
+ ],
2831
+ "size": [
2832
+ 477.3700866699219,
2833
+ 934
2834
+ ],
2835
+ "flags": {},
2836
+ "order": 22,
2837
+ "mode": 0,
2838
+ "inputs": [
2839
+ {
2840
+ "name": "flux_models",
2841
+ "type": "TRAIN_FLUX_MODELS",
2842
+ "link": 238
2843
+ },
2844
+ {
2845
+ "name": "dataset",
2846
+ "type": "JSON",
2847
+ "link": 189
2848
+ },
2849
+ {
2850
+ "name": "optimizer_settings",
2851
+ "type": "ARGS",
2852
+ "link": 180
2853
+ },
2854
+ {
2855
+ "name": "resume_args",
2856
+ "shape": 7,
2857
+ "type": "ARGS",
2858
+ "link": null
2859
+ },
2860
+ {
2861
+ "name": "block_args",
2862
+ "shape": 7,
2863
+ "type": "ARGS",
2864
+ "link": null
2865
+ },
2866
+ {
2867
+ "name": "loss_args",
2868
+ "shape": 7,
2869
+ "type": "ARGS",
2870
+ "link": null
2871
+ },
2872
+ {
2873
+ "name": "network_config",
2874
+ "shape": 7,
2875
+ "type": "NETWORK_CONFIG",
2876
+ "link": null
2877
+ },
2878
+ {
2879
+ "name": "sample_prompts",
2880
+ "type": "STRING",
2881
+ "widget": {
2882
+ "name": "sample_prompts"
2883
+ },
2884
+ "link": 237
2885
+ }
2886
+ ],
2887
+ "outputs": [
2888
+ {
2889
+ "name": "network_trainer",
2890
+ "type": "NETWORKTRAINER",
2891
+ "links": [
2892
+ 181
2893
+ ]
2894
+ },
2895
+ {
2896
+ "name": "epochs_count",
2897
+ "type": "INT",
2898
+ "links": [
2899
+ 182
2900
+ ]
2901
+ },
2902
+ {
2903
+ "name": "args",
2904
+ "type": "KOHYA_ARGS",
2905
+ "links": [
2906
+ 183
2907
+ ]
2908
+ }
2909
+ ],
2910
+ "properties": {
2911
+ "cnr_id": "comfyui-fluxtrainer",
2912
+ "ver": "1.0.2",
2913
+ "Node name for S&R": "InitFluxLoRATraining"
2914
+ },
2915
+ "widgets_values": [
2916
+ "umoem",
2917
+ "umoem_path",
2918
+ 16,
2919
+ 1,
2920
+ 0.0004,
2921
+ 3000,
2922
+ true,
2923
+ "disk",
2924
+ "disk",
2925
+ false,
2926
+ "logit_normal",
2927
+ 0,
2928
+ 1,
2929
+ 1.29,
2930
+ "shift",
2931
+ 1,
2932
+ "raw",
2933
+ 1,
2934
+ 3.1582000000000003,
2935
+ false,
2936
+ true,
2937
+ "bf16",
2938
+ "bf16",
2939
+ "sdpa",
2940
+ "",
2941
+ "",
2942
+ "disabled",
2943
+ 0,
2944
+ 0,
2945
+ "enabled"
2946
+ ]
2947
+ }
2948
+ ],
2949
+ "links": [
2950
+ [
2951
+ 8,
2952
+ 8,
2953
+ 1,
2954
+ 9,
2955
+ 0,
2956
+ "IMAGE"
2957
+ ],
2958
+ [
2959
+ 58,
2960
+ 37,
2961
+ 0,
2962
+ 38,
2963
+ 0,
2964
+ "*"
2965
+ ],
2966
+ [
2967
+ 60,
2968
+ 40,
2969
+ 0,
2970
+ 8,
2971
+ 1,
2972
+ "VALSETTINGS"
2973
+ ],
2974
+ [
2975
+ 69,
2976
+ 48,
2977
+ 0,
2978
+ 45,
2979
+ 1,
2980
+ "VALSETTINGS"
2981
+ ],
2982
+ [
2983
+ 70,
2984
+ 45,
2985
+ 1,
2986
+ 46,
2987
+ 0,
2988
+ "IMAGE"
2989
+ ],
2990
+ [
2991
+ 89,
2992
+ 63,
2993
+ 0,
2994
+ 60,
2995
+ 1,
2996
+ "VALSETTINGS"
2997
+ ],
2998
+ [
2999
+ 90,
3000
+ 60,
3001
+ 1,
3002
+ 61,
3003
+ 0,
3004
+ "IMAGE"
3005
+ ],
3006
+ [
3007
+ 94,
3008
+ 68,
3009
+ 0,
3010
+ 65,
3011
+ 1,
3012
+ "VALSETTINGS"
3013
+ ],
3014
+ [
3015
+ 95,
3016
+ 65,
3017
+ 1,
3018
+ 66,
3019
+ 0,
3020
+ "IMAGE"
3021
+ ],
3022
+ [
3023
+ 111,
3024
+ 79,
3025
+ 0,
3026
+ 78,
3027
+ 2,
3028
+ "STRING"
3029
+ ],
3030
+ [
3031
+ 112,
3032
+ 8,
3033
+ 1,
3034
+ 78,
3035
+ 0,
3036
+ "IMAGE"
3037
+ ],
3038
+ [
3039
+ 117,
3040
+ 81,
3041
+ 0,
3042
+ 80,
3043
+ 2,
3044
+ "STRING"
3045
+ ],
3046
+ [
3047
+ 119,
3048
+ 45,
3049
+ 1,
3050
+ 80,
3051
+ 0,
3052
+ "IMAGE"
3053
+ ],
3054
+ [
3055
+ 121,
3056
+ 82,
3057
+ 0,
3058
+ 83,
3059
+ 2,
3060
+ "STRING"
3061
+ ],
3062
+ [
3063
+ 122,
3064
+ 60,
3065
+ 1,
3066
+ 83,
3067
+ 0,
3068
+ "IMAGE"
3069
+ ],
3070
+ [
3071
+ 124,
3072
+ 84,
3073
+ 0,
3074
+ 85,
3075
+ 2,
3076
+ "STRING"
3077
+ ],
3078
+ [
3079
+ 126,
3080
+ 65,
3081
+ 1,
3082
+ 85,
3083
+ 0,
3084
+ "IMAGE"
3085
+ ],
3086
+ [
3087
+ 136,
3088
+ 89,
3089
+ 1,
3090
+ 73,
3091
+ 0,
3092
+ "*"
3093
+ ],
3094
+ [
3095
+ 138,
3096
+ 70,
3097
+ 0,
3098
+ 90,
3099
+ 0,
3100
+ "IMAGE"
3101
+ ],
3102
+ [
3103
+ 161,
3104
+ 97,
3105
+ 0,
3106
+ 98,
3107
+ 0,
3108
+ "IMAGE"
3109
+ ],
3110
+ [
3111
+ 162,
3112
+ 4,
3113
+ 0,
3114
+ 97,
3115
+ 0,
3116
+ "NETWORKTRAINER"
3117
+ ],
3118
+ [
3119
+ 163,
3120
+ 99,
3121
+ 0,
3122
+ 100,
3123
+ 0,
3124
+ "IMAGE"
3125
+ ],
3126
+ [
3127
+ 164,
3128
+ 44,
3129
+ 0,
3130
+ 99,
3131
+ 0,
3132
+ "NETWORKTRAINER"
3133
+ ],
3134
+ [
3135
+ 165,
3136
+ 101,
3137
+ 0,
3138
+ 102,
3139
+ 0,
3140
+ "IMAGE"
3141
+ ],
3142
+ [
3143
+ 166,
3144
+ 59,
3145
+ 0,
3146
+ 101,
3147
+ 0,
3148
+ "NETWORKTRAINER"
3149
+ ],
3150
+ [
3151
+ 180,
3152
+ 95,
3153
+ 0,
3154
+ 107,
3155
+ 2,
3156
+ "ARGS"
3157
+ ],
3158
+ [
3159
+ 181,
3160
+ 107,
3161
+ 0,
3162
+ 4,
3163
+ 0,
3164
+ "NETWORKTRAINER"
3165
+ ],
3166
+ [
3167
+ 182,
3168
+ 107,
3169
+ 1,
3170
+ 88,
3171
+ 0,
3172
+ "*"
3173
+ ],
3174
+ [
3175
+ 183,
3176
+ 107,
3177
+ 2,
3178
+ 105,
3179
+ 0,
3180
+ "*"
3181
+ ],
3182
+ [
3183
+ 189,
3184
+ 112,
3185
+ 0,
3186
+ 107,
3187
+ 1,
3188
+ "JSON"
3189
+ ],
3190
+ [
3191
+ 195,
3192
+ 119,
3193
+ 0,
3194
+ 117,
3195
+ 0,
3196
+ "IMAGE"
3197
+ ],
3198
+ [
3199
+ 199,
3200
+ 120,
3201
+ 3,
3202
+ 117,
3203
+ 1,
3204
+ "INT"
3205
+ ],
3206
+ [
3207
+ 200,
3208
+ 78,
3209
+ 0,
3210
+ 121,
3211
+ 0,
3212
+ "*"
3213
+ ],
3214
+ [
3215
+ 201,
3216
+ 80,
3217
+ 0,
3218
+ 122,
3219
+ 0,
3220
+ "*"
3221
+ ],
3222
+ [
3223
+ 202,
3224
+ 123,
3225
+ 0,
3226
+ 119,
3227
+ 0,
3228
+ "IMAGE"
3229
+ ],
3230
+ [
3231
+ 203,
3232
+ 124,
3233
+ 0,
3234
+ 119,
3235
+ 1,
3236
+ "IMAGE"
3237
+ ],
3238
+ [
3239
+ 204,
3240
+ 83,
3241
+ 0,
3242
+ 125,
3243
+ 0,
3244
+ "*"
3245
+ ],
3246
+ [
3247
+ 206,
3248
+ 126,
3249
+ 0,
3250
+ 119,
3251
+ 2,
3252
+ "IMAGE"
3253
+ ],
3254
+ [
3255
+ 207,
3256
+ 85,
3257
+ 0,
3258
+ 127,
3259
+ 0,
3260
+ "*"
3261
+ ],
3262
+ [
3263
+ 208,
3264
+ 128,
3265
+ 0,
3266
+ 119,
3267
+ 3,
3268
+ "IMAGE"
3269
+ ],
3270
+ [
3271
+ 209,
3272
+ 123,
3273
+ 0,
3274
+ 120,
3275
+ 0,
3276
+ "IMAGE"
3277
+ ],
3278
+ [
3279
+ 210,
3280
+ 117,
3281
+ 0,
3282
+ 129,
3283
+ 0,
3284
+ "IMAGE"
3285
+ ],
3286
+ [
3287
+ 214,
3288
+ 129,
3289
+ 0,
3290
+ 130,
3291
+ 0,
3292
+ "IMAGE"
3293
+ ],
3294
+ [
3295
+ 215,
3296
+ 64,
3297
+ 1,
3298
+ 84,
3299
+ 0,
3300
+ "*"
3301
+ ],
3302
+ [
3303
+ 217,
3304
+ 65,
3305
+ 0,
3306
+ 70,
3307
+ 0,
3308
+ "NETWORKTRAINER"
3309
+ ],
3310
+ [
3311
+ 218,
3312
+ 4,
3313
+ 0,
3314
+ 14,
3315
+ 0,
3316
+ "NETWORKTRAINER"
3317
+ ],
3318
+ [
3319
+ 219,
3320
+ 8,
3321
+ 0,
3322
+ 44,
3323
+ 0,
3324
+ "NETWORKTRAINER"
3325
+ ],
3326
+ [
3327
+ 220,
3328
+ 4,
3329
+ 1,
3330
+ 79,
3331
+ 0,
3332
+ "*"
3333
+ ],
3334
+ [
3335
+ 221,
3336
+ 14,
3337
+ 0,
3338
+ 8,
3339
+ 0,
3340
+ "NETWORKTRAINER"
3341
+ ],
3342
+ [
3343
+ 222,
3344
+ 44,
3345
+ 0,
3346
+ 47,
3347
+ 0,
3348
+ "NETWORKTRAINER"
3349
+ ],
3350
+ [
3351
+ 223,
3352
+ 45,
3353
+ 0,
3354
+ 59,
3355
+ 0,
3356
+ "NETWORKTRAINER"
3357
+ ],
3358
+ [
3359
+ 224,
3360
+ 59,
3361
+ 0,
3362
+ 62,
3363
+ 0,
3364
+ "NETWORKTRAINER"
3365
+ ],
3366
+ [
3367
+ 225,
3368
+ 62,
3369
+ 0,
3370
+ 60,
3371
+ 0,
3372
+ "NETWORKTRAINER"
3373
+ ],
3374
+ [
3375
+ 226,
3376
+ 60,
3377
+ 0,
3378
+ 64,
3379
+ 0,
3380
+ "NETWORKTRAINER"
3381
+ ],
3382
+ [
3383
+ 227,
3384
+ 47,
3385
+ 0,
3386
+ 45,
3387
+ 0,
3388
+ "NETWORKTRAINER"
3389
+ ],
3390
+ [
3391
+ 229,
3392
+ 65,
3393
+ 0,
3394
+ 133,
3395
+ 0,
3396
+ "NETWORKTRAINER"
3397
+ ],
3398
+ [
3399
+ 230,
3400
+ 133,
3401
+ 2,
3402
+ 89,
3403
+ 1,
3404
+ "STRING"
3405
+ ],
3406
+ [
3407
+ 231,
3408
+ 133,
3409
+ 0,
3410
+ 129,
3411
+ 2,
3412
+ "STRING"
3413
+ ],
3414
+ [
3415
+ 232,
3416
+ 64,
3417
+ 0,
3418
+ 134,
3419
+ 0,
3420
+ "NETWORKTRAINER"
3421
+ ],
3422
+ [
3423
+ 233,
3424
+ 134,
3425
+ 0,
3426
+ 65,
3427
+ 0,
3428
+ "NETWORKTRAINER"
3429
+ ],
3430
+ [
3431
+ 234,
3432
+ 59,
3433
+ 1,
3434
+ 82,
3435
+ 0,
3436
+ "*"
3437
+ ],
3438
+ [
3439
+ 235,
3440
+ 44,
3441
+ 1,
3442
+ 81,
3443
+ 0,
3444
+ "*"
3445
+ ],
3446
+ [
3447
+ 236,
3448
+ 133,
3449
+ 2,
3450
+ 74,
3451
+ 0,
3452
+ "*"
3453
+ ],
3454
+ [
3455
+ 237,
3456
+ 135,
3457
+ 0,
3458
+ 107,
3459
+ 7,
3460
+ "STRING"
3461
+ ],
3462
+ [
3463
+ 238,
3464
+ 136,
3465
+ 0,
3466
+ 107,
3467
+ 0,
3468
+ "TRAIN_FLUX_MODELS"
3469
+ ],
3470
+ [
3471
+ 241,
3472
+ 137,
3473
+ 0,
3474
+ 112,
3475
+ 0,
3476
+ "JSON"
3477
+ ]
3478
+ ],
3479
+ "groups": [
3480
+ {
3481
+ "id": 1,
3482
+ "title": "Train_01",
3483
+ "bounding": [
3484
+ 1439,
3485
+ 120,
3486
+ 1107,
3487
+ 975
3488
+ ],
3489
+ "color": "#3f789e",
3490
+ "font_size": 24,
3491
+ "flags": {}
3492
+ },
3493
+ {
3494
+ "id": 2,
3495
+ "title": "Settings and init",
3496
+ "bounding": [
3497
+ 195,
3498
+ -187,
3499
+ 1223,
3500
+ 1511
3501
+ ],
3502
+ "color": "#b06634",
3503
+ "font_size": 24,
3504
+ "flags": {}
3505
+ },
3506
+ {
3507
+ "id": 3,
3508
+ "title": "Train_02",
3509
+ "bounding": [
3510
+ 2602,
3511
+ 124,
3512
+ 1046,
3513
+ 975
3514
+ ],
3515
+ "color": "#3f789e",
3516
+ "font_size": 24,
3517
+ "flags": {}
3518
+ },
3519
+ {
3520
+ "id": 4,
3521
+ "title": "Train_03",
3522
+ "bounding": [
3523
+ 3681,
3524
+ 128,
3525
+ 1047,
3526
+ 986
3527
+ ],
3528
+ "color": "#3f789e",
3529
+ "font_size": 24,
3530
+ "flags": {}
3531
+ },
3532
+ {
3533
+ "id": 5,
3534
+ "title": "Train_04",
3535
+ "bounding": [
3536
+ 4753,
3537
+ 127,
3538
+ 996,
3539
+ 989
3540
+ ],
3541
+ "color": "#3f789e",
3542
+ "font_size": 24,
3543
+ "flags": {}
3544
+ },
3545
+ {
3546
+ "id": 6,
3547
+ "title": "Dataset",
3548
+ "bounding": [
3549
+ -1190,
3550
+ -151,
3551
+ 1362,
3552
+ 851
3553
+ ],
3554
+ "color": "#3f789e",
3555
+ "font_size": 24,
3556
+ "flags": {}
3557
+ }
3558
+ ],
3559
+ "config": {},
3560
+ "extra": {
3561
+ "ds": {
3562
+ "scale": 0.8954302432552954,
3563
+ "offset": [
3564
+ 479.58188921101134,
3565
+ -4.4877820851623795
3566
+ ]
3567
+ },
3568
+ "VHS_latentpreview": false,
3569
+ "VHS_latentpreviewrate": 0,
3570
+ "frontendVersion": "1.25.11",
3571
+ "VHS_MetadataImage": true,
3572
+ "VHS_KeepIntermediate": true
3573
+ },
3574
+ "version": 0.4,
3575
+ "seed_widgets": {
3576
+ "37": 4
3577
+ }
3578
+ }