diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..eb6ccb231a352385a12c8a97dfa36d77baf9342d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +samples/1753982934535__000000000_0.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753983058099__000000000_4.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753983089194__000000000_5.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753984723337__000000250_0.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753984848778__000000250_4.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753984880102__000000250_5.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753986474327__000000500_0.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753986599655__000000500_4.jpg filter=lfs diff=lfs merge=lfs -text +samples/1753986630992__000000500_5.jpg filter=lfs diff=lfs merge=lfs -text diff --git a/.job_config.json b/.job_config.json new file mode 100644 index 0000000000000000000000000000000000000000..15ee35eeabfa6730d9bd0e76ebd6cacd96dd5c80 --- /dev/null +++ b/.job_config.json @@ -0,0 +1,138 @@ +{ + "job": "extension", + "config": { + "name": "pejuang_kemerdekaan", + "process": [ + { + "type": "ui_trainer", + "training_folder": "/app/ai-toolkit/output", + "sqlite_db_path": "/app/ai-toolkit/aitk_db.db", + "device": "cuda", + "trigger_word": null, + "performance_log_every": 10, + "network": { + "type": "lora", + "linear": 32, + "linear_alpha": 32, + "conv": 16, + "conv_alpha": 16, + "lokr_full_rank": true, + "lokr_factor": -1, + "network_kwargs": { + "ignore_if_contains": [] + } + }, + "save": { + "dtype": "bf16", + "save_every": 250, + "max_step_saves_to_keep": 4, + "save_format": "diffusers", + "push_to_hub": false + }, + "datasets": [ + { + "folder_path": "/app/ai-toolkit/datasets/target", + "control_path": "/app/ai-toolkit/datasets/control", + "mask_path": null, + "mask_min_value": 0.1, + "default_caption": "", + "caption_ext": "txt", + "caption_dropout_rate": 0.05, + "cache_latents_to_disk": false, + "is_reg": false, + "network_weight": 1, + "resolution": [ + 512, + 768, + 1024 + ], + "controls": [], + "shrink_video_to_frames": true, + "num_frames": 1 + } + ], + "train": { + "batch_size": 1, + "bypass_guidance_embedding": false, + "steps": 10000, + "gradient_accumulation": 1, + "train_unet": true, + "train_text_encoder": false, + "gradient_checkpointing": true, + "noise_scheduler": "flowmatch", + "optimizer": "adamw8bit", + "timestep_type": "weighted", + "content_or_style": "balanced", + "optimizer_params": { + "weight_decay": 0.0001 + }, + "unload_text_encoder": false, + "lr": 0.0001, + "ema_config": { + "use_ema": false, + "ema_decay": 0.99 + }, + "skip_first_sample": false, + "disable_sampling": false, + "dtype": "bf16", + "diff_output_preservation": false, + "diff_output_preservation_multiplier": 1, + "diff_output_preservation_class": "person" + }, + "model": { + "name_or_path": "black-forest-labs/FLUX.1-Kontext-dev", + "quantize": true, + "qtype": "qfloat8", + "quantize_te": true, + "qtype_te": "qfloat8", + "arch": "flux_kontext", + "low_vram": false, + "model_kwargs": {} + }, + "sample": { + "sampler": "flowmatch", + "sample_every": 250, + "width": 512, + "height": 783, + "samples": [ + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/e7bb38a8-922a-4a4a-b0d8-045afb88db7a.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/ab390ba0-2347-49ea-b4b3-1d767a9131d7.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/8669f2e0-d255-4fb9-bc5b-1c7b10810151.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/36b72f14-5e7f-46ab-a447-1fcb4a1c3ebf.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/90fd361f-7cd3-436a-be9e-fa199c2bd773.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/b290500b-9090-4e56-932b-418c24d3b0e6.jpg" + } + ], + "neg": "", + "seed": 42, + "walk_seed": true, + "guidance_scale": 4, + "sample_steps": 25, + "num_frames": 1, + "fps": 1 + } + } + ] + }, + "meta": { + "name": "[name]", + "version": "1.0" + } +} \ No newline at end of file diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..460fe40222caaa3c49150a2e0005ffc1fb59d35d --- /dev/null +++ b/config.yaml @@ -0,0 +1,106 @@ +job: extension +config: + name: pejuang_kemerdekaan + process: + - type: ui_trainer + training_folder: /app/ai-toolkit/output + sqlite_db_path: /app/ai-toolkit/aitk_db.db + device: cuda + trigger_word: null + performance_log_every: 10 + network: + type: lora + linear: 32 + linear_alpha: 32 + conv: 16 + conv_alpha: 16 + lokr_full_rank: true + lokr_factor: -1 + network_kwargs: + ignore_if_contains: [] + save: + dtype: bf16 + save_every: 250 + max_step_saves_to_keep: 4 + save_format: diffusers + push_to_hub: false + datasets: + - folder_path: /app/ai-toolkit/datasets/target + control_path: /app/ai-toolkit/datasets/control + mask_path: null + mask_min_value: 0.1 + default_caption: '' + caption_ext: txt + caption_dropout_rate: 0.05 + cache_latents_to_disk: false + is_reg: false + network_weight: 1 + resolution: + - 512 + - 768 + - 1024 + controls: [] + shrink_video_to_frames: true + num_frames: 1 + train: + batch_size: 1 + bypass_guidance_embedding: false + steps: 10000 + gradient_accumulation: 1 + train_unet: true + train_text_encoder: false + gradient_checkpointing: true + noise_scheduler: flowmatch + optimizer: adamw8bit + timestep_type: weighted + content_or_style: balanced + optimizer_params: + weight_decay: 0.0001 + unload_text_encoder: false + lr: 0.0001 + ema_config: + use_ema: false + ema_decay: 0.99 + skip_first_sample: false + disable_sampling: false + dtype: bf16 + diff_output_preservation: false + diff_output_preservation_multiplier: 1 + diff_output_preservation_class: person + model: + name_or_path: black-forest-labs/FLUX.1-Kontext-dev + quantize: true + qtype: qfloat8 + quantize_te: true + qtype_te: qfloat8 + arch: flux_kontext + low_vram: false + model_kwargs: {} + sample: + sampler: flowmatch + sample_every: 250 + width: 512 + height: 783 + samples: + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/e7bb38a8-922a-4a4a-b0d8-045afb88db7a.jpg + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/ab390ba0-2347-49ea-b4b3-1d767a9131d7.jpg + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/8669f2e0-d255-4fb9-bc5b-1c7b10810151.jpg + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/36b72f14-5e7f-46ab-a447-1fcb4a1c3ebf.jpg + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/90fd361f-7cd3-436a-be9e-fa199c2bd773.jpg + - prompt: make this clothes and backgrounds a pejuang kemerdekaan style + ctrl_img: /app/ai-toolkit/data/images/b290500b-9090-4e56-932b-418c24d3b0e6.jpg + neg: '' + seed: 42 + walk_seed: true + guidance_scale: 4 + sample_steps: 25 + num_frames: 1 + fps: 1 +meta: + name: pejuang_kemerdekaan + version: '1.0' diff --git a/log.txt b/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..c33aecd6fc7a421784a2052987f018690f467529 --- /dev/null +++ b/log.txt @@ -0,0 +1,641 @@ +Running 1 job +{ + "type": "ui_trainer", + "training_folder": "/app/ai-toolkit/output", + "sqlite_db_path": "/app/ai-toolkit/aitk_db.db", + "device": "cuda", + "trigger_word": null, + "performance_log_every": 10, + "network": { + "type": "lora", + "linear": 32, + "linear_alpha": 32, + "conv": 16, + "conv_alpha": 16, + "lokr_full_rank": true, + "lokr_factor": -1, + "network_kwargs": { + "ignore_if_contains": [] + } + }, + "save": { + "dtype": "bf16", + "save_every": 250, + "max_step_saves_to_keep": 4, + "save_format": "diffusers", + "push_to_hub": false + }, + "datasets": [ + { + "folder_path": "/app/ai-toolkit/datasets/target", + "control_path": "/app/ai-toolkit/datasets/control", + "mask_path": null, + "mask_min_value": 0.1, + "default_caption": "", + "caption_ext": "txt", + "caption_dropout_rate": 0.05, + "cache_latents_to_disk": false, + "is_reg": false, + "network_weight": 1, + "resolution": [ + 512, + 768, + 1024 + ], + "controls": [], + "shrink_video_to_frames": true, + "num_frames": 1 + } + ], + "train": { + "batch_size": 1, + "bypass_guidance_embedding": false, + "steps": 10000, + "gradient_accumulation": 1, + "train_unet": true, + "train_text_encoder": false, + "gradient_checkpointing": true, + "noise_scheduler": "flowmatch", + "optimizer": "adamw8bit", + "timestep_type": "weighted", + "content_or_style": "balanced", + "optimizer_params": { + "weight_decay": 0.0001 + }, + "unload_text_encoder": false, + "lr": 0.0001, + "ema_config": { + "use_ema": false, + "ema_decay": 0.99 + }, + "skip_first_sample": false, + "disable_sampling": false, + "dtype": "bf16", + "diff_output_preservation": false, + "diff_output_preservation_multiplier": 1, + "diff_output_preservation_class": "person" + }, + "model": { + "name_or_path": "black-forest-labs/FLUX.1-Kontext-dev", + "quantize": true, + "qtype": "qfloat8", + "quantize_te": true, + "qtype_te": "qfloat8", + "arch": "flux_kontext", + "low_vram": false, + "model_kwargs": {} + }, + "sample": { + "sampler": "flowmatch", + "sample_every": 250, + "width": 512, + "height": 783, + "samples": [ + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/e7bb38a8-922a-4a4a-b0d8-045afb88db7a.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/ab390ba0-2347-49ea-b4b3-1d767a9131d7.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/8669f2e0-d255-4fb9-bc5b-1c7b10810151.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/36b72f14-5e7f-46ab-a447-1fcb4a1c3ebf.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/90fd361f-7cd3-436a-be9e-fa199c2bd773.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/b290500b-9090-4e56-932b-418c24d3b0e6.jpg" + } + ], + "neg": "", + "seed": 42, + "walk_seed": true, + "guidance_scale": 4, + "sample_steps": 25, + "num_frames": 1, + "fps": 1 + } +} +Using EMA +Using SQLite database at /app/ai-toolkit/aitk_db.db +Job ID: "0b142013-aafd-4f71-964a-4f38883ea912" + +############################################# +# Running job: pejuang_kemerdekaan +############################################# + + +Running 1 process +Loading Flux Kontext model +Loading transformer + config.json: 0%| | 0.00/452 [00:00 + main() + File "/app/ai-toolkit/run.py", line 108, in main + raise e + File "/app/ai-toolkit/run.py", line 96, in main + job.run() + File "/app/ai-toolkit/jobs/ExtensionJob.py", line 22, in run + process.run() + File "/app/ai-toolkit/jobs/process/BaseSDTrainProcess.py", line 2224, in run + self.end_step_hook() + File "/app/ai-toolkit/extensions_built_in/sd_trainer/UITrainer.py", line 188, in end_step_hook + self.maybe_stop() + File "/app/ai-toolkit/extensions_built_in/sd_trainer/UITrainer.py", line 79, in maybe_stop + raise Exception("Job stopped") +Exception: Job stopped +Traceback (most recent call last): + File "/app/ai-toolkit/run.py", line 120, in + main() + File "/app/ai-toolkit/run.py", line 108, in main + raise e + File "/app/ai-toolkit/run.py", line 96, in main + job.run() + File "/app/ai-toolkit/jobs/ExtensionJob.py", line 22, in run + process.run() + File "/app/ai-toolkit/jobs/process/BaseSDTrainProcess.py", line 2224, in run + self.end_step_hook() + File "/app/ai-toolkit/extensions_built_in/sd_trainer/UITrainer.py", line 188, in end_step_hook + self.maybe_stop() + File "/app/ai-toolkit/extensions_built_in/sd_trainer/UITrainer.py", line 79, in maybe_stop + raise Exception("Job stopped") +Exception: Job stopped + pejuang_kemerdekaan: 46%|####5 | 4565/10000 [7:52:33<9:22:37, 6.21s/it, lr: 1.0e-04 loss: 4.899e-01] pejuang_kemerdekaan: 46%|####5 | 4565/10000 [7:52:33<9:22:37, 6.21s/it, lr: 1.0e-04 loss: 4.899e-01] + diff --git a/logs/0_log.txt b/logs/0_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ddfc03afe23b4733875e726a9ba0fe82670dcc0 --- /dev/null +++ b/logs/0_log.txt @@ -0,0 +1,271 @@ +Running 1 job +{ + "type": "ui_trainer", + "training_folder": "/app/ai-toolkit/output", + "sqlite_db_path": "/app/ai-toolkit/aitk_db.db", + "device": "cuda", + "trigger_word": null, + "performance_log_every": 10, + "network": { + "type": "lora", + "linear": 32, + "linear_alpha": 32, + "conv": 16, + "conv_alpha": 16, + "lokr_full_rank": true, + "lokr_factor": -1, + "network_kwargs": { + "ignore_if_contains": [] + } + }, + "save": { + "dtype": "bf16", + "save_every": 250, + "max_step_saves_to_keep": 4, + "save_format": "diffusers", + "push_to_hub": false + }, + "datasets": [ + { + "folder_path": "/app/ai-toolkit/datasets/target", + "control_path": "/app/ai-toolkit/datasets/control", + "mask_path": null, + "mask_min_value": 0.1, + "default_caption": "", + "caption_ext": "txt", + "caption_dropout_rate": 0.05, + "cache_latents_to_disk": false, + "is_reg": false, + "network_weight": 1, + "resolution": [ + 512, + 768, + 1024 + ], + "controls": [], + "shrink_video_to_frames": true, + "num_frames": 1 + } + ], + "train": { + "batch_size": 1, + "bypass_guidance_embedding": false, + "steps": 10000, + "gradient_accumulation": 1, + "train_unet": true, + "train_text_encoder": false, + "gradient_checkpointing": true, + "noise_scheduler": "flowmatch", + "optimizer": "adamw8bit", + "timestep_type": "weighted", + "content_or_style": "balanced", + "optimizer_params": { + "weight_decay": 0.0001 + }, + "unload_text_encoder": false, + "lr": 0.0001, + "ema_config": { + "use_ema": false, + "ema_decay": 0.99 + }, + "skip_first_sample": false, + "disable_sampling": false, + "dtype": "bf16", + "diff_output_preservation": false, + "diff_output_preservation_multiplier": 1, + "diff_output_preservation_class": "person" + }, + "model": { + "name_or_path": "black-forest-labs/FLUX.1-Kontext-dev", + "quantize": true, + "qtype": "qfloat8", + "quantize_te": true, + "qtype_te": "qfloat8", + "arch": "flux_kontext", + "low_vram": false, + "model_kwargs": {} + }, + "sample": { + "sampler": "flowmatch", + "sample_every": 250, + "width": 512, + "height": 783, + "samples": [ + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/e7bb38a8-922a-4a4a-b0d8-045afb88db7a.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/ab390ba0-2347-49ea-b4b3-1d767a9131d7.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/8669f2e0-d255-4fb9-bc5b-1c7b10810151.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/36b72f14-5e7f-46ab-a447-1fcb4a1c3ebf.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/90fd361f-7cd3-436a-be9e-fa199c2bd773.jpg" + }, + { + "prompt": "make this clothes and backgrounds a pejuang kemerdekaan style", + "ctrl_img": "/app/ai-toolkit/data/images/b290500b-9090-4e56-932b-418c24d3b0e6.jpg" + } + ], + "neg": "", + "seed": 42, + "walk_seed": true, + "guidance_scale": 4, + "sample_steps": 25, + "num_frames": 1, + "fps": 1 + } +} +Using EMA +Using SQLite database at /app/ai-toolkit/aitk_db.db +Job ID: "0b142013-aafd-4f71-964a-4f38883ea912" + +############################################# +# Running job: pejuang_kemerdekaan +############################################# + + +Running 1 process +Loading Flux Kontext model +Loading transformer +Error running job: black-forest-labs/FLUX.1-Kontext-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' +If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`. + +======================================== +Result: + - 0 completed jobs + - 1 failure +======================================== +Traceback (most recent call last): + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status + response.raise_for_status() + File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 1026, in raise_for_status + raise HTTPError(http_error_msg, response=self) +requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/resolve/main/transformer/config.json + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/usr/local/lib/python3.10/dist-packages/diffusers/configuration_utils.py", line 392, in load_config + config_file = hf_hub_download( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download + return _hf_hub_download_to_cache_dir( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1117, in _hf_hub_download_to_cache_dir + _raise_on_head_call_error(head_call_error, force_download, local_files_only) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1658, in _raise_on_head_call_error + raise head_call_error + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error + metadata = get_hf_file_metadata( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata + r = _request_wrapper( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper + response = _request_wrapper( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper + hf_raise_for_status(response) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status + raise _format(GatedRepoError, message, response) from e +huggingface_hub.errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-688ba654-546bcf4619c5d83f42a849d1;dc97c631-791b-4368-98d3-01c6497dff64) + +Cannot access gated repo for url https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/resolve/main/transformer/config.json. +Access to model black-forest-labs/FLUX.1-Kontext-dev is restricted. You must have access to it and be authenticated to access it. Please log in. + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/app/ai-toolkit/run.py", line 120, in + main() + File "/app/ai-toolkit/run.py", line 108, in main + raise e + File "/app/ai-toolkit/run.py", line 96, in main + job.run() + File "/app/ai-toolkit/jobs/ExtensionJob.py", line 22, in run + process.run() + File "/app/ai-toolkit/jobs/process/BaseSDTrainProcess.py", line 1518, in run + self.sd.load_model() + File "/app/ai-toolkit/extensions_built_in/diffusion_models/flux_kontext/flux_kontext.py", line 95, in load_model + transformer = FluxTransformer2DModel.from_pretrained( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/diffusers/models/modeling_utils.py", line 1077, in from_pretrained + config, unused_kwargs, commit_hash = cls.load_config( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/diffusers/configuration_utils.py", line 407, in load_config + raise EnvironmentError( +OSError: black-forest-labs/FLUX.1-Kontext-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' +If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`. +Traceback (most recent call last): + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status + response.raise_for_status() + File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 1026, in raise_for_status + raise HTTPError(http_error_msg, response=self) +requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/resolve/main/transformer/config.json + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/usr/local/lib/python3.10/dist-packages/diffusers/configuration_utils.py", line 392, in load_config + config_file = hf_hub_download( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download + return _hf_hub_download_to_cache_dir( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1117, in _hf_hub_download_to_cache_dir + _raise_on_head_call_error(head_call_error, force_download, local_files_only) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1658, in _raise_on_head_call_error + raise head_call_error + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error + metadata = get_hf_file_metadata( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata + r = _request_wrapper( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper + response = _request_wrapper( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper + hf_raise_for_status(response) + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status + raise _format(GatedRepoError, message, response) from e +huggingface_hub.errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-688ba654-546bcf4619c5d83f42a849d1;dc97c631-791b-4368-98d3-01c6497dff64) + +Cannot access gated repo for url https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/resolve/main/transformer/config.json. +Access to model black-forest-labs/FLUX.1-Kontext-dev is restricted. You must have access to it and be authenticated to access it. Please log in. + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/app/ai-toolkit/run.py", line 120, in + main() + File "/app/ai-toolkit/run.py", line 108, in main + raise e + File "/app/ai-toolkit/run.py", line 96, in main + job.run() + File "/app/ai-toolkit/jobs/ExtensionJob.py", line 22, in run + process.run() + File "/app/ai-toolkit/jobs/process/BaseSDTrainProcess.py", line 1518, in run + self.sd.load_model() + File "/app/ai-toolkit/extensions_built_in/diffusion_models/flux_kontext/flux_kontext.py", line 95, in load_model + transformer = FluxTransformer2DModel.from_pretrained( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/diffusers/models/modeling_utils.py", line 1077, in from_pretrained + config, unused_kwargs, commit_hash = cls.load_config( + File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn + return fn(*args, **kwargs) + File "/usr/local/lib/python3.10/dist-packages/diffusers/configuration_utils.py", line 407, in load_config + raise EnvironmentError( +OSError: black-forest-labs/FLUX.1-Kontext-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' +If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`. diff --git a/optimizer.pt b/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..3ec63f6f3815cd87433eda2eceda82bbc6d5d3bd --- /dev/null +++ b/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1050b2dd0a1af673758794e8755bdb5fed65a5d9eb3f0a0facc3637ef75fc9 +size 350203413 diff --git a/pejuang_kemerdekaan_000003750.safetensors b/pejuang_kemerdekaan_000003750.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6da96f001c37929a2469b9a1d8be2fd1e6a99721 --- /dev/null +++ b/pejuang_kemerdekaan_000003750.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8d59c2983e45f4036b95c677b15bab5cac2bc581829023531b738d24c495c1 +size 343806392 diff --git a/pejuang_kemerdekaan_000004000.safetensors b/pejuang_kemerdekaan_000004000.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4137fbccbb9b1fd69a7d599d6e399f79f2755e62 --- /dev/null +++ b/pejuang_kemerdekaan_000004000.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781bc22c9bdf53c6433e6bd01e50fed74c53b154abd741eca41b3763d810a902 +size 343806392 diff --git a/pejuang_kemerdekaan_000004250.safetensors b/pejuang_kemerdekaan_000004250.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..873e7cec5965092bad514ff7c10eaae0da04f3fd --- /dev/null +++ b/pejuang_kemerdekaan_000004250.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ecf8297154c6be891a0220bccee1617576e657ad6dfc74e7dd2fbe86a3fde7 +size 343806392 diff --git a/pejuang_kemerdekaan_000004500.safetensors b/pejuang_kemerdekaan_000004500.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..467deeff4f5577af5084d4b06cb761e06721454d --- /dev/null +++ b/pejuang_kemerdekaan_000004500.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ab170adfaebb7c703910b244c7e399108c86ab111aa3b69c4b756d090a7a07 +size 343806392 diff --git a/samples/1753982934535__000000000_0.jpg b/samples/1753982934535__000000000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..831781f3443438d0a69470264fe25b8ac6653dd1 --- /dev/null +++ b/samples/1753982934535__000000000_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2633c9f8a0321ac85de78933a2d16ca10bb92a412adc92631b4a0072081623a +size 102921 diff --git a/samples/1753982965207__000000000_1.jpg b/samples/1753982965207__000000000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da36516512067fa53451d0a9e08c189be2395f45 Binary files /dev/null and b/samples/1753982965207__000000000_1.jpg differ diff --git a/samples/1753982996129__000000000_2.jpg b/samples/1753982996129__000000000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34258ab3fb54d828fba990e34bf6bc2486ae5d3f Binary files /dev/null and b/samples/1753982996129__000000000_2.jpg differ diff --git a/samples/1753983027096__000000000_3.jpg b/samples/1753983027096__000000000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5943d07c559eb8ca7eb823e21c1cfd4f2637e341 Binary files /dev/null and b/samples/1753983027096__000000000_3.jpg differ diff --git a/samples/1753983058099__000000000_4.jpg b/samples/1753983058099__000000000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24a6dbb63fb83e2063683b343516e40a9b480bdb --- /dev/null +++ b/samples/1753983058099__000000000_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108776f6cce582d96e3e0c44b10b6a9be5a9f65ba8036d17bf420da8dd091a55 +size 115715 diff --git a/samples/1753983089194__000000000_5.jpg b/samples/1753983089194__000000000_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..708983b117a03ac56d190fbebff62c271a641c69 --- /dev/null +++ b/samples/1753983089194__000000000_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1e2a4f3361bb5afce4ad24d9b6d3b6d2dbde2589ee1dc5f6591bffa1dd5562 +size 120461 diff --git a/samples/1753984723337__000000250_0.jpg b/samples/1753984723337__000000250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc37d5c028c21c23d3b9a5bb0acc72ca29b835ce --- /dev/null +++ b/samples/1753984723337__000000250_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5105308f4ba86077ed6c2169885fa16a27e8b4c16e0d250202007a56c24f06fa +size 127090 diff --git a/samples/1753984754725__000000250_1.jpg b/samples/1753984754725__000000250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bf6175e14b88ab66b0c8f9e90fe6f7778d5a2aa Binary files /dev/null and b/samples/1753984754725__000000250_1.jpg differ diff --git a/samples/1753984786035__000000250_2.jpg b/samples/1753984786035__000000250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1285395baf7c754d79647352a1196ab66776728b Binary files /dev/null and b/samples/1753984786035__000000250_2.jpg differ diff --git a/samples/1753984817452__000000250_3.jpg b/samples/1753984817452__000000250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2e2e27fb45dd0092195ebf7266e646839f2044f Binary files /dev/null and b/samples/1753984817452__000000250_3.jpg differ diff --git a/samples/1753984848778__000000250_4.jpg b/samples/1753984848778__000000250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5411668745c95de9632fceccf29dff130e9c688 --- /dev/null +++ b/samples/1753984848778__000000250_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620f20223b00054c8e7db9310c8010a8da88200746413be9b5fede8765708c6 +size 148272 diff --git a/samples/1753984880102__000000250_5.jpg b/samples/1753984880102__000000250_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa2ca22182147543889c668459ac03a4121840b --- /dev/null +++ b/samples/1753984880102__000000250_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6565a612df6ce2cef13fdab3d2f8e204e7f88449bcb434ba6cac534243989ce +size 129699 diff --git a/samples/1753986474327__000000500_0.jpg b/samples/1753986474327__000000500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39bc1c3a1b491a40d2884b419d7669af27bc2764 --- /dev/null +++ b/samples/1753986474327__000000500_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ff923e0612cb61f50d89d38b4209b8a6d470846c56ab3102de11b8a5681a2b +size 122485 diff --git a/samples/1753986505655__000000500_1.jpg b/samples/1753986505655__000000500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa59654d0069e1137efb4bdf0d8a0a4767a0a3e2 Binary files /dev/null and b/samples/1753986505655__000000500_1.jpg differ diff --git a/samples/1753986537003__000000500_2.jpg b/samples/1753986537003__000000500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..216ce5b7a0eae22b1adb164e92d6877f6c6372c7 Binary files /dev/null and b/samples/1753986537003__000000500_2.jpg differ diff --git a/samples/1753986568323__000000500_3.jpg b/samples/1753986568323__000000500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7538c808135050376cf1e6ed827bca8502a0fc5 Binary files /dev/null and b/samples/1753986568323__000000500_3.jpg differ diff --git a/samples/1753986599655__000000500_4.jpg b/samples/1753986599655__000000500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c75c312b0622851ef50a133b92323c97e66d9a3 --- /dev/null +++ b/samples/1753986599655__000000500_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8f65d066953b7daa95a7c8a0e1d9249e099da4a6938c6e400c6480b1a8da03 +size 131001 diff --git a/samples/1753986630992__000000500_5.jpg b/samples/1753986630992__000000500_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcb108aa98b74ea49d2bf34c88827fb3f4185cb5 --- /dev/null +++ b/samples/1753986630992__000000500_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ac756ab3922dcdb31613aa12f96965576102bb0d40f3ddf4b0419c873eccd0 +size 107688 diff --git a/samples/1753988231151__000000750_0.jpg b/samples/1753988231151__000000750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb5055857daef126bf3445bf05819c874943d6b8 Binary files /dev/null and b/samples/1753988231151__000000750_0.jpg differ diff --git a/samples/1753988262391__000000750_1.jpg b/samples/1753988262391__000000750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12a79d7fe0d94b01b30ba722a89d5bb85f3aee7c Binary files /dev/null and b/samples/1753988262391__000000750_1.jpg differ diff --git a/samples/1753988293546__000000750_2.jpg b/samples/1753988293546__000000750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29ad46eb0cf9f9721d825ac17d51fd5fc5e2720f Binary files /dev/null and b/samples/1753988293546__000000750_2.jpg differ diff --git a/samples/1753988324753__000000750_3.jpg b/samples/1753988324753__000000750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a60fed1cf2f2ca7ffef7eadbcc6a06e331fe16a5 Binary files /dev/null and b/samples/1753988324753__000000750_3.jpg differ diff --git a/samples/1753988355905__000000750_4.jpg b/samples/1753988355905__000000750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42940e75468a276d0b67440f1e687e9fee790967 Binary files /dev/null and b/samples/1753988355905__000000750_4.jpg differ diff --git a/samples/1753988387113__000000750_5.jpg b/samples/1753988387113__000000750_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edeb0f9f2f5ca1ae1cf301482bb85507a65367df Binary files /dev/null and b/samples/1753988387113__000000750_5.jpg differ diff --git a/samples/1753989995349__000001000_0.jpg b/samples/1753989995349__000001000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17327f4ae26961dc6d046951b39c29c83c21cc77 Binary files /dev/null and b/samples/1753989995349__000001000_0.jpg differ diff --git a/samples/1753990026476__000001000_1.jpg b/samples/1753990026476__000001000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57c0476f97940226310106ea70495039f490f98 Binary files /dev/null and b/samples/1753990026476__000001000_1.jpg differ diff --git a/samples/1753990057651__000001000_2.jpg b/samples/1753990057651__000001000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9694f31d99441d78b19b6c89b2094dd36b6d6031 Binary files /dev/null and b/samples/1753990057651__000001000_2.jpg differ diff --git a/samples/1753990088891__000001000_3.jpg b/samples/1753990088891__000001000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..440eb7981eaf12187448f0759752689742343d29 Binary files /dev/null and b/samples/1753990088891__000001000_3.jpg differ diff --git a/samples/1753990120100__000001000_4.jpg b/samples/1753990120100__000001000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a3fc9bb537e249946ffb5cb890a9ee83666218a Binary files /dev/null and b/samples/1753990120100__000001000_4.jpg differ diff --git a/samples/1753990151243__000001000_5.jpg b/samples/1753990151243__000001000_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d37af61983249f30c60dfb40f990493ca0d95af8 Binary files /dev/null and b/samples/1753990151243__000001000_5.jpg differ diff --git a/samples/1753991758511__000001250_0.jpg b/samples/1753991758511__000001250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4365fa0d9c8da37a0d8f9da7c147aa81ec306f64 Binary files /dev/null and b/samples/1753991758511__000001250_0.jpg differ diff --git a/samples/1753991789646__000001250_1.jpg b/samples/1753991789646__000001250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9724303d3bf95f837ff4a511c307724fbc383e50 Binary files /dev/null and b/samples/1753991789646__000001250_1.jpg differ diff --git a/samples/1753991820758__000001250_2.jpg b/samples/1753991820758__000001250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..338fa8dbd8f76574e5578b4033754c3cdd44ad39 Binary files /dev/null and b/samples/1753991820758__000001250_2.jpg differ diff --git a/samples/1753991851826__000001250_3.jpg b/samples/1753991851826__000001250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..501565e935db6bb725deabe85e0cb6aef893e786 Binary files /dev/null and b/samples/1753991851826__000001250_3.jpg differ diff --git a/samples/1753991882992__000001250_4.jpg b/samples/1753991882992__000001250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b767eef81660f9a3f7710725603bf07cea70ddb Binary files /dev/null and b/samples/1753991882992__000001250_4.jpg differ diff --git a/samples/1753991914119__000001250_5.jpg b/samples/1753991914119__000001250_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..437c99f5a35fe8359fdb80d1852548ebef673ea7 Binary files /dev/null and b/samples/1753991914119__000001250_5.jpg differ diff --git a/samples/1753993515406__000001500_0.jpg b/samples/1753993515406__000001500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fb880a48f8237e000fd1dce0df37bdb44f26da9 Binary files /dev/null and b/samples/1753993515406__000001500_0.jpg differ diff --git a/samples/1753993546412__000001500_1.jpg b/samples/1753993546412__000001500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f662fc520d6ecc09b4c244e6b7bd67bbb4c63264 Binary files /dev/null and b/samples/1753993546412__000001500_1.jpg differ diff --git a/samples/1753993577428__000001500_2.jpg b/samples/1753993577428__000001500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbfdee475a13ad67fbf17429286cd7af13b0d553 Binary files /dev/null and b/samples/1753993577428__000001500_2.jpg differ diff --git a/samples/1753993608427__000001500_3.jpg b/samples/1753993608427__000001500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df21093dce9d56e64c786ca2dc0410f1e2a8a86 Binary files /dev/null and b/samples/1753993608427__000001500_3.jpg differ diff --git a/samples/1753993639531__000001500_4.jpg b/samples/1753993639531__000001500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d1c14006fe1928703a25f32f15afe4dc4cf03ba Binary files /dev/null and b/samples/1753993639531__000001500_4.jpg differ diff --git a/samples/1753993670645__000001500_5.jpg b/samples/1753993670645__000001500_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7b351298ac7339edf5c978ee75819611c8ea95b Binary files /dev/null and b/samples/1753993670645__000001500_5.jpg differ diff --git a/samples/1753995273533__000001750_0.jpg b/samples/1753995273533__000001750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6c913773afe82aa4186280ec1cee7bce445a6ad Binary files /dev/null and b/samples/1753995273533__000001750_0.jpg differ diff --git a/samples/1753995304541__000001750_1.jpg b/samples/1753995304541__000001750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9dcd5706e18d27f788e106665d9af2937e2dfe0 Binary files /dev/null and b/samples/1753995304541__000001750_1.jpg differ diff --git a/samples/1753995335478__000001750_2.jpg b/samples/1753995335478__000001750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c255bf661df09d4544aeedaade8b691c31dff5c9 Binary files /dev/null and b/samples/1753995335478__000001750_2.jpg differ diff --git a/samples/1753995366464__000001750_3.jpg b/samples/1753995366464__000001750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d30116e813ba92d2c1ef6442807999313356d89f Binary files /dev/null and b/samples/1753995366464__000001750_3.jpg differ diff --git a/samples/1753995397486__000001750_4.jpg b/samples/1753995397486__000001750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d35fdfa89aaa1e208cf8e8c78f55467ce51133b Binary files /dev/null and b/samples/1753995397486__000001750_4.jpg differ diff --git a/samples/1753995428522__000001750_5.jpg b/samples/1753995428522__000001750_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48f77c8a67bf916d30b5c3ab84a2e87542276dca Binary files /dev/null and b/samples/1753995428522__000001750_5.jpg differ diff --git a/samples/1753997021229__000002000_0.jpg b/samples/1753997021229__000002000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9108d267c20a060e54e22bb5643dd26629f86d5 Binary files /dev/null and b/samples/1753997021229__000002000_0.jpg differ diff --git a/samples/1753997052183__000002000_1.jpg b/samples/1753997052183__000002000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb7060603d8a14a067500490c8fb0f9b8a231076 Binary files /dev/null and b/samples/1753997052183__000002000_1.jpg differ diff --git a/samples/1753997083156__000002000_2.jpg b/samples/1753997083156__000002000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a407443d9cd9905b519a0820cf210382708a83e Binary files /dev/null and b/samples/1753997083156__000002000_2.jpg differ diff --git a/samples/1753997114055__000002000_3.jpg b/samples/1753997114055__000002000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..100de2c5857622ec6182ec1708c3f734a26fdecb Binary files /dev/null and b/samples/1753997114055__000002000_3.jpg differ diff --git a/samples/1753997145000__000002000_4.jpg b/samples/1753997145000__000002000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93dd9afe4b9739080d2ff295144b6ec1097980b8 Binary files /dev/null and b/samples/1753997145000__000002000_4.jpg differ diff --git a/samples/1753997175946__000002000_5.jpg b/samples/1753997175946__000002000_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32907c102bf84291f8bc6600f5c5a5af708212db Binary files /dev/null and b/samples/1753997175946__000002000_5.jpg differ diff --git a/samples/1753998763383__000002250_0.jpg b/samples/1753998763383__000002250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..713e8bc24857df606b9725642543f5e0d7bb9a85 Binary files /dev/null and b/samples/1753998763383__000002250_0.jpg differ diff --git a/samples/1753998794227__000002250_1.jpg b/samples/1753998794227__000002250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..753a773f9ef678fdce5b4804fa5f990df91d9a29 Binary files /dev/null and b/samples/1753998794227__000002250_1.jpg differ diff --git a/samples/1753998825094__000002250_2.jpg b/samples/1753998825094__000002250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcc1aeb10eb67bfe38972549f2b0177d563bfdcf Binary files /dev/null and b/samples/1753998825094__000002250_2.jpg differ diff --git a/samples/1753998855957__000002250_3.jpg b/samples/1753998855957__000002250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcb95f7340a7fb29017c592b4c7d413b9d54ff59 Binary files /dev/null and b/samples/1753998855957__000002250_3.jpg differ diff --git a/samples/1753998886822__000002250_4.jpg b/samples/1753998886822__000002250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9d0b4ef78a543b02095934bdf559d436a47e5a9 Binary files /dev/null and b/samples/1753998886822__000002250_4.jpg differ diff --git a/samples/1753998917674__000002250_5.jpg b/samples/1753998917674__000002250_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ddd3029fdd33ca6164748f79e5af756514a9efa Binary files /dev/null and b/samples/1753998917674__000002250_5.jpg differ diff --git a/samples/1754000500246__000002500_0.jpg b/samples/1754000500246__000002500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..745be4079403bbc0421cc51686d07f193eb3668a Binary files /dev/null and b/samples/1754000500246__000002500_0.jpg differ diff --git a/samples/1754000531060__000002500_1.jpg b/samples/1754000531060__000002500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..699c5c1452b710a2c22a43727054e4ae7ad6153e Binary files /dev/null and b/samples/1754000531060__000002500_1.jpg differ diff --git a/samples/1754000561901__000002500_2.jpg b/samples/1754000561901__000002500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b526cb81b549a01bd18fda90fa20ad90d3b46df3 Binary files /dev/null and b/samples/1754000561901__000002500_2.jpg differ diff --git a/samples/1754000592723__000002500_3.jpg b/samples/1754000592723__000002500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3a524dcf205027c76ef40784e26b55986692b14 Binary files /dev/null and b/samples/1754000592723__000002500_3.jpg differ diff --git a/samples/1754000623564__000002500_4.jpg b/samples/1754000623564__000002500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd1033494039923c95277ad098be7dd3642b1991 Binary files /dev/null and b/samples/1754000623564__000002500_4.jpg differ diff --git a/samples/1754000654392__000002500_5.jpg b/samples/1754000654392__000002500_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..650ccf262ce1ad8798f27b3981fb5abab212dd11 Binary files /dev/null and b/samples/1754000654392__000002500_5.jpg differ diff --git a/samples/1754002247806__000002750_0.jpg b/samples/1754002247806__000002750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7a996470508a3c0adeed8e8866639c419cd8161 Binary files /dev/null and b/samples/1754002247806__000002750_0.jpg differ diff --git a/samples/1754002278543__000002750_1.jpg b/samples/1754002278543__000002750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..859355e888887e054242bc7d31609ad70055a1c1 Binary files /dev/null and b/samples/1754002278543__000002750_1.jpg differ diff --git a/samples/1754002309327__000002750_2.jpg b/samples/1754002309327__000002750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96808b662e027b670631188053f0102c338d7070 Binary files /dev/null and b/samples/1754002309327__000002750_2.jpg differ diff --git a/samples/1754002340091__000002750_3.jpg b/samples/1754002340091__000002750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d98dfdf2e38e71e3501ebde60cfb57b8e2ba4f8b Binary files /dev/null and b/samples/1754002340091__000002750_3.jpg differ diff --git a/samples/1754002370862__000002750_4.jpg b/samples/1754002370862__000002750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b91c424cb91473fe99398b6812789a40a4896c3a Binary files /dev/null and b/samples/1754002370862__000002750_4.jpg differ diff --git a/samples/1754002401610__000002750_5.jpg b/samples/1754002401610__000002750_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6361eb29e7aa907f5ffbdc34b872ffa4ac133ba8 Binary files /dev/null and b/samples/1754002401610__000002750_5.jpg differ diff --git a/samples/1754003977652__000003000_0.jpg b/samples/1754003977652__000003000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc28786646a32a56388f92a8f1ccaa5bdcc14fb3 Binary files /dev/null and b/samples/1754003977652__000003000_0.jpg differ diff --git a/samples/1754004008386__000003000_1.jpg b/samples/1754004008386__000003000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2b1490d4075ed811e6bf5db0987aadaa87e6434 Binary files /dev/null and b/samples/1754004008386__000003000_1.jpg differ diff --git a/samples/1754004039104__000003000_2.jpg b/samples/1754004039104__000003000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2d976236feddbe1a0c59b99548a57b54b4274f4 Binary files /dev/null and b/samples/1754004039104__000003000_2.jpg differ diff --git a/samples/1754004069773__000003000_3.jpg b/samples/1754004069773__000003000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0023274208e5cd43c14c7d116eb7cbc140e74204 Binary files /dev/null and b/samples/1754004069773__000003000_3.jpg differ diff --git a/samples/1754004100493__000003000_4.jpg b/samples/1754004100493__000003000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1949c11096986f3f4266cc56069f36f491dd8b43 Binary files /dev/null and b/samples/1754004100493__000003000_4.jpg differ diff --git a/samples/1754004131219__000003000_5.jpg b/samples/1754004131219__000003000_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1680f877d7e19772491a070cd8af5e2b5c8f8862 Binary files /dev/null and b/samples/1754004131219__000003000_5.jpg differ diff --git a/samples/1754005710810__000003250_0.jpg b/samples/1754005710810__000003250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61d7006da2be4147c36ccf2d2974defc9675620a Binary files /dev/null and b/samples/1754005710810__000003250_0.jpg differ diff --git a/samples/1754005741472__000003250_1.jpg b/samples/1754005741472__000003250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04576d317513143e106b8a9378518e8a0ecbd51b Binary files /dev/null and b/samples/1754005741472__000003250_1.jpg differ diff --git a/samples/1754005772168__000003250_2.jpg b/samples/1754005772168__000003250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f91d8b2f6d8a73a0ba24cf77496fb068d910b0 Binary files /dev/null and b/samples/1754005772168__000003250_2.jpg differ diff --git a/samples/1754005802854__000003250_3.jpg b/samples/1754005802854__000003250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cc4d011ab6cb27342b2665f9da02318a62a1da2 Binary files /dev/null and b/samples/1754005802854__000003250_3.jpg differ diff --git a/samples/1754005833531__000003250_4.jpg b/samples/1754005833531__000003250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c966548998dc28295507d0792f224c902d17ce2 Binary files /dev/null and b/samples/1754005833531__000003250_4.jpg differ diff --git a/samples/1754005864231__000003250_5.jpg b/samples/1754005864231__000003250_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17a4baaba7dd42973412f590bee946ee1b72fd08 Binary files /dev/null and b/samples/1754005864231__000003250_5.jpg differ diff --git a/samples/1754007444047__000003500_0.jpg b/samples/1754007444047__000003500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60b792853eecd0f07787819550629f0b346aabfd Binary files /dev/null and b/samples/1754007444047__000003500_0.jpg differ diff --git a/samples/1754007474616__000003500_1.jpg b/samples/1754007474616__000003500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5080e02c1e6cffcd3376be8147560a80befc6d40 Binary files /dev/null and b/samples/1754007474616__000003500_1.jpg differ diff --git a/samples/1754007505192__000003500_2.jpg b/samples/1754007505192__000003500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ae60bde985d9e4ac9fbc55579813d99d815b6b Binary files /dev/null and b/samples/1754007505192__000003500_2.jpg differ diff --git a/samples/1754007535804__000003500_3.jpg b/samples/1754007535804__000003500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..816f296103f64b97835c19f949409fdd48e5655a Binary files /dev/null and b/samples/1754007535804__000003500_3.jpg differ diff --git a/samples/1754007566386__000003500_4.jpg b/samples/1754007566386__000003500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a40c56c3e03562a6edb736edec6d1ce9e827abbf Binary files /dev/null and b/samples/1754007566386__000003500_4.jpg differ diff --git a/samples/1754007596969__000003500_5.jpg b/samples/1754007596969__000003500_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..525b36151df412e161f26d025b896fe57d19ddee Binary files /dev/null and b/samples/1754007596969__000003500_5.jpg differ diff --git a/samples/1754009173353__000003750_0.jpg b/samples/1754009173353__000003750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53bd21b82db16f400bbc05cd58c7152602be1e64 Binary files /dev/null and b/samples/1754009173353__000003750_0.jpg differ diff --git a/samples/1754009203953__000003750_1.jpg b/samples/1754009203953__000003750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adc94cf6bfb3c00cdfdfd53390a6863b43203512 Binary files /dev/null and b/samples/1754009203953__000003750_1.jpg differ diff --git a/samples/1754009234549__000003750_2.jpg b/samples/1754009234549__000003750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9faeffcb0c3a549913c06341272e88a7d5eb5b86 Binary files /dev/null and b/samples/1754009234549__000003750_2.jpg differ diff --git a/samples/1754009265157__000003750_3.jpg b/samples/1754009265157__000003750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7409f1605ce25c30f296eb903afb46970b18c0a2 Binary files /dev/null and b/samples/1754009265157__000003750_3.jpg differ diff --git a/samples/1754009295732__000003750_4.jpg b/samples/1754009295732__000003750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..179ab8dec8c96726f1683d049477a3a1689ea4de Binary files /dev/null and b/samples/1754009295732__000003750_4.jpg differ diff --git a/samples/1754009326314__000003750_5.jpg b/samples/1754009326314__000003750_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3acdd426fd9d30f36513254fe2197cf70587218f Binary files /dev/null and b/samples/1754009326314__000003750_5.jpg differ diff --git a/samples/1754010892187__000004000_0.jpg b/samples/1754010892187__000004000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47cf97571f6ae314948ca0b4979a594ebb2cb6cf Binary files /dev/null and b/samples/1754010892187__000004000_0.jpg differ diff --git a/samples/1754010922685__000004000_1.jpg b/samples/1754010922685__000004000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd7ec747514003ffefd85b5311c3e17949e8137 Binary files /dev/null and b/samples/1754010922685__000004000_1.jpg differ diff --git a/samples/1754010953207__000004000_2.jpg b/samples/1754010953207__000004000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9c7272b59eb49bb6885a7c79ec5a6644c86c046 Binary files /dev/null and b/samples/1754010953207__000004000_2.jpg differ diff --git a/samples/1754010983734__000004000_3.jpg b/samples/1754010983734__000004000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6ab6841abe5ddb1ec9400f64c9d9c9941700dcc Binary files /dev/null and b/samples/1754010983734__000004000_3.jpg differ diff --git a/samples/1754011014263__000004000_4.jpg b/samples/1754011014263__000004000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d336324119f9fe00f1edca0a5ffeff0511fe1f3f Binary files /dev/null and b/samples/1754011014263__000004000_4.jpg differ diff --git a/samples/1754011044779__000004000_5.jpg b/samples/1754011044779__000004000_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc54a5604fb1495abf0d867e6fa3ef55cddebb2f Binary files /dev/null and b/samples/1754011044779__000004000_5.jpg differ diff --git a/samples/1754012619596__000004250_0.jpg b/samples/1754012619596__000004250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..107382c0ec925e05d90c4eb45a21168ada96b2b3 Binary files /dev/null and b/samples/1754012619596__000004250_0.jpg differ diff --git a/samples/1754012650044__000004250_1.jpg b/samples/1754012650044__000004250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f322c22a090853a25dd86c8451b87094cf8e41f Binary files /dev/null and b/samples/1754012650044__000004250_1.jpg differ diff --git a/samples/1754012680532__000004250_2.jpg b/samples/1754012680532__000004250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef36af106c3d6daa6220bebfb2e5fcaa9044b68 Binary files /dev/null and b/samples/1754012680532__000004250_2.jpg differ diff --git a/samples/1754012711023__000004250_3.jpg b/samples/1754012711023__000004250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..804aaf2a5db5bb0001de2daf0cd8abf5da553d66 Binary files /dev/null and b/samples/1754012711023__000004250_3.jpg differ diff --git a/samples/1754012741536__000004250_4.jpg b/samples/1754012741536__000004250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..583de3de425f1b61d56e1d1cf12f3edb5f5c6e2f Binary files /dev/null and b/samples/1754012741536__000004250_4.jpg differ diff --git a/samples/1754012772020__000004250_5.jpg b/samples/1754012772020__000004250_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..035f48d419b9f834fef03a0a930d02b34a567061 Binary files /dev/null and b/samples/1754012772020__000004250_5.jpg differ diff --git a/samples/1754014357961__000004500_0.jpg b/samples/1754014357961__000004500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f20de3b5245c7998a65eff74d67227a16fa98d4 Binary files /dev/null and b/samples/1754014357961__000004500_0.jpg differ diff --git a/samples/1754014388463__000004500_1.jpg b/samples/1754014388463__000004500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..868ca328c0c0692bda8119c8ee2b4a7f124cde19 Binary files /dev/null and b/samples/1754014388463__000004500_1.jpg differ diff --git a/samples/1754014418981__000004500_2.jpg b/samples/1754014418981__000004500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c34b2a8749bcec2c5925212c8fac6ded06df97d Binary files /dev/null and b/samples/1754014418981__000004500_2.jpg differ diff --git a/samples/1754014449508__000004500_3.jpg b/samples/1754014449508__000004500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39e84611a9cee049048f23232c635a93ed990407 Binary files /dev/null and b/samples/1754014449508__000004500_3.jpg differ diff --git a/samples/1754014480027__000004500_4.jpg b/samples/1754014480027__000004500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e644af6f63627ac71c9fdd43d2752e7ac21c638 Binary files /dev/null and b/samples/1754014480027__000004500_4.jpg differ diff --git a/samples/1754014510536__000004500_5.jpg b/samples/1754014510536__000004500_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c797473cba466d0236813f453d20116dbb5645e Binary files /dev/null and b/samples/1754014510536__000004500_5.jpg differ