PseudoTerminal X commited on
Commit
7c2b4c3
1 Parent(s): 451d7d5

Trained for 0 epochs and 500 steps.

Browse files

Trained with datasets ['text-embeds', 'text-embeds-extra', 'image-embeds', 'sports', 'mj-60', 'id-75k', 'celebrities', 'normalnudes', 'guys', 'pixel-art', 'signs', 'dalle3', 'sfwbooru', 'moviecollection', 'bookcovers', 'nijijourney', 'experimental', 'ethnic', 'gay', 'architecture', 'shutterstock', 'midjourney-v6-520k-raw', 'nijijourney-v6-520k-raw', 'cinemamix-1mp', 'nsfw-1024', 'anatomy', 'bg20k-1024', 'yoga', 'photo-aesthetics', 'text-1mp']
Learning rate 1e-06, batch size 4, and 1 gradient accumulation steps.
Used DDPM noise scheduler for training with epsilon prediction type and rescaled_betas_zero_snr=False
Using 'linspace' timestep spacing.
Base model: ptx0/pixart-900m-1024-ft-v0.7-stage1
VAE: ptx0/pixart-900m-1024-ft-v0.7-stage1

README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: creativeml-openrail-m
3
- base_model: "terminusresearch/pixart-900m-1024-ft-v0.6"
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
@@ -15,23 +15,23 @@ inference: true
15
 
16
  # pixart-900m-1024-ft-v0.7-stage1
17
 
18
- This is a full rank finetune derived from [terminusresearch/pixart-900m-1024-ft-v0.6](https://huggingface.co/terminusresearch/pixart-900m-1024-ft-v0.6).
19
 
20
 
21
 
22
  The main validation prompt used during training was:
23
 
24
  ```
25
- ethnographic photography of teddy bear at a picnic, ears tucked behind a cozy hoodie looking darkly off to the stormy picnic skies
26
  ```
27
 
28
  ## Validation settings
29
- - CFG: `7.5`
30
  - CFG Rescale: `0.7`
31
- - Steps: `25`
32
  - Sampler: `None`
33
- - Seed: `42`
34
- - Resolutions: `1024x1024,1344x768,916x1152`
35
 
36
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
37
 
@@ -47,56 +47,168 @@ You may reuse the base model text encoder for inference.
47
  ## Training settings
48
 
49
  - Training epochs: 0
50
- - Training steps: 17000
51
  - Learning rate: 1e-06
52
- - Effective batch size: 192
53
- - Micro-batch size: 24
54
  - Gradient accumulation steps: 1
55
  - Number of GPUs: 8
56
  - Prediction type: epsilon
57
  - Rescaled betas zero SNR: False
58
  - Optimizer: AdamW, stochastic bf16
59
  - Precision: Pure BF16
60
- - Xformers: Not used
61
 
62
 
63
  ## Datasets
64
 
65
- ### photo-concept-bucket
66
  - Repeats: 0
67
- - Total number of images: ~567552
68
- - Total number of aspect buckets: 1
69
  - Resolution: 1.0 megapixels
70
  - Cropped: True
71
  - Crop style: random
72
- - Crop aspect: square
73
- ### text-1mp
74
- - Repeats: 15
75
- - Total number of images: ~13056
76
  - Total number of aspect buckets: 1
77
  - Resolution: 1.0 megapixels
78
  - Cropped: True
79
  - Crop style: random
80
- - Crop aspect: square
81
- ### ideogram
82
- - Repeats: 15
83
- - Total number of images: ~36096
 
 
 
 
 
 
 
 
84
  - Total number of aspect buckets: 1
85
  - Resolution: 1.0 megapixels
86
  - Cropped: True
87
  - Crop style: random
88
- - Crop aspect: square
89
- ### midjourney-v6-520k-raw
90
  - Repeats: 0
91
- - Total number of images: ~390912
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  - Total number of aspect buckets: 1
93
  - Resolution: 1.0 megapixels
94
  - Cropped: True
95
  - Crop style: random
96
- - Crop aspect: square
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ### sfwbooru
98
  - Repeats: 0
99
- - Total number of images: ~233664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  - Total number of aspect buckets: 1
101
  - Resolution: 1.0 megapixels
102
  - Cropped: True
@@ -104,20 +216,68 @@ You may reuse the base model text encoder for inference.
104
  - Crop aspect: square
105
  ### nijijourney-v6-520k-raw
106
  - Repeats: 0
107
- - Total number of images: ~415680
108
  - Total number of aspect buckets: 1
109
  - Resolution: 1.0 megapixels
110
  - Cropped: True
111
  - Crop style: random
112
  - Crop aspect: square
113
- ### dalle3
114
  - Repeats: 0
115
- - Total number of images: ~1121664
116
- - Total number of aspect buckets: 1
117
  - Resolution: 1.0 megapixels
118
  - Cropped: True
119
  - Crop style: random
120
- - Crop aspect: square
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
 
123
  ## Inference
@@ -130,18 +290,18 @@ from diffusers import DiffusionPipeline
130
  model_id = 'pixart-900m-1024-ft-v0.7-stage1'
131
  pipeline = DiffusionPipeline.from_pretrained(model_id)
132
 
133
- prompt = "ethnographic photography of teddy bear at a picnic, ears tucked behind a cozy hoodie looking darkly off to the stormy picnic skies"
134
  negative_prompt = "blurry, cropped, ugly"
135
 
136
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
137
  image = pipeline(
138
  prompt=prompt,
139
  negative_prompt='blurry, cropped, ugly',
140
- num_inference_steps=25,
141
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
142
  width=1152,
143
  height=768,
144
- guidance_scale=7.5,
145
  guidance_rescale=0.7,
146
  ).images[0]
147
  image.save("output.png", format="PNG")
 
1
  ---
2
  license: creativeml-openrail-m
3
+ base_model: "ptx0/pixart-900m-1024-ft-v0.7-stage1"
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
 
15
 
16
  # pixart-900m-1024-ft-v0.7-stage1
17
 
18
+ This is a full rank finetune derived from [ptx0/pixart-900m-1024-ft-v0.7-stage1](https://huggingface.co/ptx0/pixart-900m-1024-ft-v0.7-stage1).
19
 
20
 
21
 
22
  The main validation prompt used during training was:
23
 
24
  ```
25
+ a cute anime character named toast, holding a sign that reads SOON
26
  ```
27
 
28
  ## Validation settings
29
+ - CFG: `4.0`
30
  - CFG Rescale: `0.7`
31
+ - Steps: `30`
32
  - Sampler: `None`
33
+ - Seed: `420420420`
34
+ - Resolution: `1024x1024`
35
 
36
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
37
 
 
47
  ## Training settings
48
 
49
  - Training epochs: 0
50
+ - Training steps: 500
51
  - Learning rate: 1e-06
52
+ - Effective batch size: 32
53
+ - Micro-batch size: 4
54
  - Gradient accumulation steps: 1
55
  - Number of GPUs: 8
56
  - Prediction type: epsilon
57
  - Rescaled betas zero SNR: False
58
  - Optimizer: AdamW, stochastic bf16
59
  - Precision: Pure BF16
60
+ - Xformers: Enabled
61
 
62
 
63
  ## Datasets
64
 
65
+ ### sports
66
  - Repeats: 0
67
+ - Total number of images: ~768
68
+ - Total number of aspect buckets: 3
69
  - Resolution: 1.0 megapixels
70
  - Cropped: True
71
  - Crop style: random
72
+ - Crop aspect: random
73
+ ### mj-60
74
+ - Repeats: 0
75
+ - Total number of images: ~179136
76
  - Total number of aspect buckets: 1
77
  - Resolution: 1.0 megapixels
78
  - Cropped: True
79
  - Crop style: random
80
+ - Crop aspect: random
81
+ ### id-75k
82
+ - Repeats: 0
83
+ - Total number of images: ~36128
84
+ - Total number of aspect buckets: 1
85
+ - Resolution: 1.0 megapixels
86
+ - Cropped: False
87
+ - Crop style: None
88
+ - Crop aspect: None
89
+ ### celebrities
90
+ - Repeats: 0
91
+ - Total number of images: ~1152
92
  - Total number of aspect buckets: 1
93
  - Resolution: 1.0 megapixels
94
  - Cropped: True
95
  - Crop style: random
96
+ - Crop aspect: random
97
+ ### normalnudes
98
  - Repeats: 0
99
+ - Total number of images: ~1088
100
+ - Total number of aspect buckets: 3
101
+ - Resolution: 1.0 megapixels
102
+ - Cropped: True
103
+ - Crop style: random
104
+ - Crop aspect: random
105
+ ### guys
106
+ - Repeats: 0
107
+ - Total number of images: ~320
108
+ - Total number of aspect buckets: 3
109
+ - Resolution: 1.0 megapixels
110
+ - Cropped: True
111
+ - Crop style: random
112
+ - Crop aspect: random
113
+ ### pixel-art
114
+ - Repeats: 0
115
+ - Total number of images: ~992
116
  - Total number of aspect buckets: 1
117
  - Resolution: 1.0 megapixels
118
  - Cropped: True
119
  - Crop style: random
120
+ - Crop aspect: random
121
+ ### signs
122
+ - Repeats: 0
123
+ - Total number of images: ~352
124
+ - Total number of aspect buckets: 3
125
+ - Resolution: 1.0 megapixels
126
+ - Cropped: True
127
+ - Crop style: random
128
+ - Crop aspect: random
129
+ ### dalle3
130
+ - Repeats: 0
131
+ - Total number of images: ~1126112
132
+ - Total number of aspect buckets: 38
133
+ - Resolution: 1.0 megapixels
134
+ - Cropped: False
135
+ - Crop style: None
136
+ - Crop aspect: None
137
  ### sfwbooru
138
  - Repeats: 0
139
+ - Total number of images: ~491808
140
+ - Total number of aspect buckets: 74
141
+ - Resolution: 1.0 megapixels
142
+ - Cropped: False
143
+ - Crop style: None
144
+ - Crop aspect: None
145
+ ### moviecollection
146
+ - Repeats: 0
147
+ - Total number of images: ~1824
148
+ - Total number of aspect buckets: 3
149
+ - Resolution: 1.0 megapixels
150
+ - Cropped: True
151
+ - Crop style: random
152
+ - Crop aspect: random
153
+ ### bookcovers
154
+ - Repeats: 0
155
+ - Total number of images: ~768
156
+ - Total number of aspect buckets: 2
157
+ - Resolution: 1.0 megapixels
158
+ - Cropped: True
159
+ - Crop style: random
160
+ - Crop aspect: random
161
+ ### nijijourney
162
+ - Repeats: 0
163
+ - Total number of images: ~512
164
+ - Total number of aspect buckets: 3
165
+ - Resolution: 1.0 megapixels
166
+ - Cropped: True
167
+ - Crop style: random
168
+ - Crop aspect: random
169
+ ### experimental
170
+ - Repeats: 0
171
+ - Total number of images: ~2976
172
+ - Total number of aspect buckets: 3
173
+ - Resolution: 1.0 megapixels
174
+ - Cropped: True
175
+ - Crop style: random
176
+ - Crop aspect: random
177
+ ### ethnic
178
+ - Repeats: 0
179
+ - Total number of images: ~3040
180
+ - Total number of aspect buckets: 3
181
+ - Resolution: 1.0 megapixels
182
+ - Cropped: True
183
+ - Crop style: random
184
+ - Crop aspect: random
185
+ ### gay
186
+ - Repeats: 0
187
+ - Total number of images: ~1056
188
+ - Total number of aspect buckets: 3
189
+ - Resolution: 1.0 megapixels
190
+ - Cropped: True
191
+ - Crop style: random
192
+ - Crop aspect: random
193
+ ### architecture
194
+ - Repeats: 0
195
+ - Total number of images: ~4320
196
+ - Total number of aspect buckets: 3
197
+ - Resolution: 1.0 megapixels
198
+ - Cropped: True
199
+ - Crop style: random
200
+ - Crop aspect: random
201
+ ### shutterstock
202
+ - Repeats: 0
203
+ - Total number of images: ~21024
204
+ - Total number of aspect buckets: 3
205
+ - Resolution: 1.0 megapixels
206
+ - Cropped: True
207
+ - Crop style: random
208
+ - Crop aspect: random
209
+ ### midjourney-v6-520k-raw
210
+ - Repeats: 0
211
+ - Total number of images: ~390976
212
  - Total number of aspect buckets: 1
213
  - Resolution: 1.0 megapixels
214
  - Cropped: True
 
216
  - Crop aspect: square
217
  ### nijijourney-v6-520k-raw
218
  - Repeats: 0
219
+ - Total number of images: ~416064
220
  - Total number of aspect buckets: 1
221
  - Resolution: 1.0 megapixels
222
  - Cropped: True
223
  - Crop style: random
224
  - Crop aspect: square
225
+ ### cinemamix-1mp
226
  - Repeats: 0
227
+ - Total number of images: ~7360
228
+ - Total number of aspect buckets: 3
229
  - Resolution: 1.0 megapixels
230
  - Cropped: True
231
  - Crop style: random
232
+ - Crop aspect: random
233
+ ### nsfw-1024
234
+ - Repeats: 0
235
+ - Total number of images: ~10752
236
+ - Total number of aspect buckets: 3
237
+ - Resolution: 1.0 megapixels
238
+ - Cropped: True
239
+ - Crop style: random
240
+ - Crop aspect: random
241
+ ### anatomy
242
+ - Repeats: 5
243
+ - Total number of images: ~16384
244
+ - Total number of aspect buckets: 3
245
+ - Resolution: 1.0 megapixels
246
+ - Cropped: True
247
+ - Crop style: random
248
+ - Crop aspect: random
249
+ ### bg20k-1024
250
+ - Repeats: 0
251
+ - Total number of images: ~89280
252
+ - Total number of aspect buckets: 3
253
+ - Resolution: 1.0 megapixels
254
+ - Cropped: True
255
+ - Crop style: random
256
+ - Crop aspect: random
257
+ ### yoga
258
+ - Repeats: 0
259
+ - Total number of images: ~3584
260
+ - Total number of aspect buckets: 3
261
+ - Resolution: 1.0 megapixels
262
+ - Cropped: True
263
+ - Crop style: random
264
+ - Crop aspect: random
265
+ ### photo-aesthetics
266
+ - Repeats: 0
267
+ - Total number of images: ~33088
268
+ - Total number of aspect buckets: 3
269
+ - Resolution: 1.0 megapixels
270
+ - Cropped: True
271
+ - Crop style: random
272
+ - Crop aspect: random
273
+ ### text-1mp
274
+ - Repeats: 5
275
+ - Total number of images: ~13152
276
+ - Total number of aspect buckets: 3
277
+ - Resolution: 1.0 megapixels
278
+ - Cropped: True
279
+ - Crop style: random
280
+ - Crop aspect: random
281
 
282
 
283
  ## Inference
 
290
  model_id = 'pixart-900m-1024-ft-v0.7-stage1'
291
  pipeline = DiffusionPipeline.from_pretrained(model_id)
292
 
293
+ prompt = "a cute anime character named toast, holding a sign that reads SOON"
294
  negative_prompt = "blurry, cropped, ugly"
295
 
296
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
297
  image = pipeline(
298
  prompt=prompt,
299
  negative_prompt='blurry, cropped, ugly',
300
+ num_inference_steps=30,
301
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
302
  width=1152,
303
  height=768,
304
+ guidance_scale=4.0,
305
  guidance_rescale=0.7,
306
  ).images[0]
307
  image.save("output.png", format="PNG")
optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02ba06ec30212575ce6ff5e783d8189b2b6a2cd216e909f0afdf5933eae51bc6
3
  size 5451415117
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d054631a78204b70414728cc58f0f34de8238507da8aaa4e7cb97dc85cc3286c
3
  size 5451415117
random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:961bed6915c8105642fce4bc5b4308e5f3678f76aeb150c344076a14b50c49ca
3
  size 16100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0030068d034ddfceec5f243f45783cce9b9073e5a8b9b9b090f1e32267c1d493
3
  size 16100
scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:984581a67634760fcd5b307d98d2604eaed7db9b1bf4d5fca1e7342ebc05b126
3
  size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d03dd60c1db7705ccec8f331ba47fb077d91dd585f5cd968c47b1f84258b116
3
  size 1000
training_state-anatomy.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-architecture.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["ivycovered_brick_building_with_large_windowss.png", "towering_glass_skyscraper_against_a_cloudy_skys.png", "white_architectural_beauty_under_a_clear_skys.png", "tall_tower_with_a_spherical_top_and_a_long_antennas.png", "rising_skyscrapers.png", "twilights_embrace_on_the_citys_silhouettes.png", "shadows_dance_on_a_pristine_white_wall_framed_by_a_serene_beige_backdrops.png", "honest_coffee_displays.png", "numbered_shelvess.png", "intricate_wooden_design_with_circular_windowss.png", "modern_apartment_complex_under_a_clear_skys.png", "giant_spider_sculpture_in_plazas.png", "marble_hallway_with_carved_columns_and_wooden_doors.png", "lime_green_geometric_patterns.png", "a_lone_traveler_ascends_the_steps_of_a_monumental_edifice_framed_by_towering_pillars_under_a_cloudy_skys.png", "blue_door_white_wall_cactus_pots.png", "modern_living_room_with_arched_windows.png", "boat_on_canal_amidst_historic_buildingss.png", "water_tower_in_the_skys.png", "a_woman_stands_on_a_balcony_holding_a_book_amidst_a_backdrop_of_hotel_roomss.png", "vibrant_horizonss.png", "forbidden_city_ancient_beauty_in_modern_timess.png", "modern_brick_building_with_unique_roof_designs.png", "waves_crashing_outside_while_inside_people_find_solaces.png", "pink_facade_with_arched_window_and_cascading_greenerys.png", "guardians_of_the_hallways.png", "steps_to_serenitys.png", "modern_living_room_with_tv_chair_and_rugs.png", "spiral_staircase_by_the_seas.png", "luminous_layerss.png", "modern_architecture_meets_the_skys.png", "modern_architectural_marvel_with_arabic_inscriptions.png", "brightly_colored_building_amidst_urban_backdrops.png", "modern_architecture_in_muted_toness.png", "a_serene_living_room_with_a_bookshelf_filled_with_books_and_decorative_itemss.png", "brick_building_with_skys.png", "yellow_house_with_blue_sky_and_white_flowerss.png", "window_with_black_handles.png", "modern_loft_with_pool_table_and_artworks.png", "glass_facade_at_dusks.png", "modern_architectural_marvel_with_intricate_brickwork_and_expansive_windowss.png", "neon_night_in_the_citys.png", "chairs_and_table_in_a_cafe_settings.png", "shutters_on_a_lavender_buildings.png", "vibrant_blue_hallway_with_yellow_accents_and_statues.png", "vibrant_layerss.png", "skyward_gaze_modern_architecture_meets_the_cloudss.png", "neon_flamingos.png", "skyward_archs.png", "modern_architecture_at_dusks.png", "modern_architecture_a_juxtaposition_of_metal_and_glasss.png", "aged_apartment_facades.png", "modern_architectural_marvel_by_the_waters.png", "modern_living_room_with_scandinavian_designs.png", "golden_hour_garages.png", "sunset_at_the_universe_towers.png", "intricate_tile_design_on_a_building_facades.png", "modern_facade_against_clear_skys.png", "modern_architecture_juxtaposed_with_iconic_landmarks.png", "a_serene_dining_space_with_a_sleek_designs.png", "vibrant_hues_amidst_greenerys.png", "wavy_modern_architectures.png", "colorful_windows_on_a_city_streets.png", "concrete_cathedrals.png", "reflections_of_urban_lifes.png", "gothic_cathedral_towers.png", "modern_architectural_detailing_metal_and_wood_interplays.png", "tall_skyscraper_with_suspended_bridge_in_the_foregrounds.png", "tall_skyscraper_amidst_treess.png", "modern_architecture_with_green_terracess.png", "sacred_space_organ_and_pewss.png", "modern_skyscraper_with_a_mix_of_stone_and_glass_facadess.png", "skyward_gaze_a_tall_tale_of_modern_architectures.png", "vibrant_townhouses_under_a_clear_skys.png", "shadows_dance_on_walls_as_sunlight_filters_through_doorwayss.png", "vibrant_reflections_a_modern_architectural_marvels.png", "modern_skyscraper_with_blue_accents_against_a_clear_skys.png", "autumn_leaves_frame_the_clock_towers.png", "intricately_carved_wooden_door_adorned_with_floral_motifs_set_in_a_stone_walls.png", "modern_architecture_with_geometric_balconiess.png", "abstract_architectural_designs.png", "bicycles_parked_outside_a_modern_library_at_nights.png", "skyscraping_beauty_against_a_backdrop_of_blue_skiess.png", "dome_of_nature_where_modern_architecture_meets_wildlifes.png", "cacti_and_a_chair_amidst_a_brick_walls.png", "schweppes_schweppess.png", "waves_of_architecture_against_a_serene_blue_skys.png", "aframe_cabin_in_the_woodss.png", "modern_dining_and_kitchen_spaces.png", "wrapped_in_warmths.png", "bright_building_on_a_city_streets.png", "domes_eyes.png", "art_nouveau_window_with_intricate_stained_glass_and_sculpted_stones.png", "modern_architectural_contrasts_concrete_and_glasss.png", "sunburst_on_the_one_world_trade_centers.png", "modern_skyscraper_with_unique_design_elementss.png", "winter_evening_in_red_square_festive_decorations_and_saint_basils_cathedral_illuminated_against_the_night_skys.png", "modern_building_with_glass_windows_and_plantss.png", "modern_architectural_marvels_where_art_and_structure_intertwines.png", "modern_architectural_marvel_with_unique_window_designs.png", "modern_brick_apartment_building_under_clear_blue_skys.png", "db_tower_at_dusks.png", "green_tower_where_nature_meets_architectures.png", "triangular_reflectionss.png", "modern_architectural_detailing_against_a_clear_blue_skys.png", "dome_of_elegance_a_glimpse_into_baroque_grandeurs.png", "modern_skyscraper_juxtaposed_with_intricate_metal_sculptures.png", "spiral_staircase_with_wordss.png", "modern_kitchen_with_dark_tones_and_marble_accentss.png", "the_leaning_tower_of_pisa_bathed_in_golden_sunlights.png", "modern_oasis_where_nature_meets_designs.png", "vibrant_facades_a_dance_of_colors_on_urban_wallss.png", "concentric_architectural_symmetrys.png", "modern_pyramid_above_traditional_wooden_facades.png", "tall_reflective_tower_by_serene_waterfronts.png", "nowo_mcdonaldss.png", "a_serene_bedroom_with_a_canopy_bed_a_view_of_the_outdoors_and_elegant_decors.png", "curved_modern_building_with_unique_window_designs.png", "modern_cityscape_during_twilights.png", "pedestrians_traverse_the_intricate_steel_bridges.png", "elegant_architectural_details_on_a_city_buildings.png", "misty_morning_at_the_modern_towers.png", "modern_apartment_building_with_autumn_trees_in_the_foregrounds.png", "yellow_building_with_staircase_motorcycle_parked_belows.png", "shadows_dance_on_the_marble_floors.png", "modern_architectural_marvel_with_circular_skylights_against_a_clear_blue_skys.png", "modern_architectural_marvel_with_fluid_lines_and_a_harmonious_blend_of_old_and_news.png", "minimalist_yoga_spaces.png", "modern_architectural_elegance_against_a_dramatic_skys.png", "tall_sleek_structure_with_a_unique_mushroomlike_top_set_against_a_clear_blue_skys.png", "modern_architectural_beauty_under_a_starry_nights.png", "ancient_architectural_wonders_in_a_sunlit_courtyards.png", "cozy_bunk_bedrooms.png", "modern_tower_with_a_circular_top_set_against_a_clear_blue_skys.png", "majestic_spires_of_milan_cathedrals.png", "the_image_showcases_the_entrance_of_pierinn_house_with_a_vintage_lamp_illuminating_the_stone_walls.png", "urban_oasis_where_nature_meets_the_cityscapes.png", "kpmg_towers.png", "blue_door_with_charming_detailss.png", "majestic_clock_tower_against_clear_blue_skys.png", "modern_architectural_marvel_under_clear_skiess.png", "elegant_castle_with_intricate_roof_designss.png", "staircase_to_the_pasts.png", "modern_building_amidst_natures.png"], "1.0": ["colorful_geometric_facade_reflects_cityscapes.png", "glass_domed_intricacys.png", "skyward_stride_modern_architecture_meets_the_cloudss.png", "a_serene_bedroom_scene_with_a_bed_a_reading_light_and_a_window_draped_in_golden_curtainss.png", "cubelike_structure_in_a_modern_architectural_settings.png", "shadows_cast_on_blue_tiless.png", "curved_facade_with_windows_capturing_the_skys.png", "geometric_structures.png", "elegance_in_simplicitys.png", "golden_ceiling_of_historic_cathedrals.png", "a_lone_worker_amidst_the_repetitive_patterns_of_a_modern_architectural_marvels.png", "blue_facade_with_multiple_balconiess.png", "modern_cityscape_with_unique_architectural_designss.png", "palm_fronds_frame_a_modern_buildings.png", "golden_hour_in_the_galaxys.png", "modern_architectural_marvel_a_building_with_multiple_staircasess.png", "historic_haveli_with_intricate_carvings_and_balconiess.png", "golden_doorway_in_green_archways.png", "huge_waterfall_inside_a_dome_surrounded_by_lush_greenerys.png", "sky_reflected_in_modern_glass_structures.png", "yellow_door_with_blue_wall_and_white_frames.png", "entrance_to_the_unknowns.png", "purple_door_white_wall_and_a_potted_plants.png", "modern_skyscrapers_with_reflective_glass_exteriorss.png", "modern_kitchen_with_wooden_shelves_and_stoolss.png", "red_lighthouse_amidst_cloudss.png", "modern_skyscraper_against_clear_blue_skys.png", "curved_architectural_details_in_a_modern_spaces.png", "modern_office_space_with_unique_design_elementss.png", "spiral_of_lights.png", "intricate_domed_ceilings.png", "modern_architectural_marvel_reflecting_in_serene_waterss.png", "corridor_of_lights.png", "anonymity_in_reds.png", "modern_architectural_marvel_with_hexagonal_pattern_against_a_cloudy_skys.png", "twilight_tallness_skyscrapers_illuminated_in_the_dusks.png", "cobbled_streets_and_historic_housess.png", "the_serene_embrace_of_water_and_lands.png", "cozy_reading_nook_with_rustic_touchess.png", "a_serene_workspace_surrounded_by_lush_green_plantss.png", "modern_architecture_with_hyatt_regency_signages.png", "curved_wooden_facades.png", "modern_living_space_with_wooden_accents_and_minimalist_designs.png", "vintage_elegance_meets_tropical_serenitys.png", "retro_dining_nooks.png", "hexagonal_honeycombs.png", "concrete_giants_reach_for_the_skys.png", "narrow_european_alleyway_with_historic_buildingss.png", "geometric_canopy_overlooking_urban_landscapes.png", "modern_skyscrapers.png", "modern_tower_amidst_natures.png", "rows_of_intertwined_hexagons_create_an_intricate_pattern_on_a_buildings_facades.png", "serene_moments_a_potted_plant_and_a_rattan_chairs.png", "dried_grass_and_eucalyptus_in_white_vases.png", "geometric_patterns.png", "sunlit_corner_with_houseplants_and_a_books.png", "tall_stone_tower_amidst_historic_brick_buildingss.png", "green_glass_buildings.png", "domes_echo_light_and_shadows_play_in_grand_architectural_ballets.png", "infinity_tower_shanghais.png", "modern_architectural_marvel_with_intricate_designs.png", "rusty_reds_and_shadows_a_modern_architectural_studys.png", "brutal_beauty_contrasting_structures_in_urban_architectures.png", "bright_blue_sky_over_vibrant_pink_and_yellow_wallss.png", "modern_architectural_marvel_against_a_serene_skys.png", "modern_architectural_elegance_amidst_natures_touchs.png", "modern_architecture_juxtaposition_glass_and_metal_rise_against_a_clear_skys.png", "bright_walls_and_greenerys.png", "modern_skyscrapers_under_a_clear_skys.png", "triangular_architectural_marvels.png", "figs_on_the_counters.png", "evening_in_the_european_quarters.png", "spiral_staircase_with_golden_handrails_and_chandeliers.png", "the_image_showcases_the_side_of_a_building_with_a_cross_displaying_signs_of_wear_and_peeling_paints.png", "minimalist_architectural_elegances.png", "modern_bridge_architecture_under_a_clear_skys.png", "modern_architecture_a_dance_of_geometric_shapes_and_glass_reflectionss.png", "modern_lounge_with_sleek_seating_and_contemporary_lampss.png", "upward_gazes.png", "modern_geodesic_structures.png", "bench_of_colorss.png", "yellow_building_with_geometric_pattern_viewed_from_staircases.png", "eiffel_tower_at_dusks.png", "empty_room_with_three_windows_and_sheer_curtainss.png", "the_majestic_spire_of_a_historic_church_adorned_with_intricate_stone_carvings_and_a_cross_at_pinnacles.png", "morning_sunlight_on_an_unmade_beds.png", "soaring_skyscrapers.png", "cozy_living_rooms.png", "dusk_at_the_cozy_cafes.png", "modern_outdoor_seating_area_with_wooden_deck_and_blue_walls.png", "modern_architecture_against_a_twilight_skys.png", "mosaic_tower_a_symphony_of_colors_and_historys.png", "aerial_view_of_a_bustling_cityscape_with_a_mix_of_modern_and_traditional_architectures.png", "glasshouse_reflectionss.png", "dining_room_with_modern_designs.png", "elevators_within_a_modern_buildings.png", "staircase_against_skys.png", "shadows_cast_by_vertical_lines_on_a_white_walls.png", "monochrome_apartment_towers.png", "the_infinity_tower_a_modern_marvel_stands_tall_against_a_serene_skys.png", "quarry_bay_apartments_hong_kongs.png", "narrow_alleyway_in_mediterranean_town_with_scooter_parked_by_white_buildings.png", "modern_architectural_elegance_against_a_muted_skys.png", "modern_architectural_marvel_a_symmetrical_corridor_of_light_and_shadows.png", "wooden_beams_and_glass_ceilings.png", "a_solitary_figure_stands_on_a_modern_balcony_overlooking_a_vast_expanse_of_sky_and_cloudss.png", "winter_retreats.png", "rosewoods.png", "rising_steps_to_modern_architectural_marvels.png", "laundry_day_in_the_citys.png", "two_workers_on_a_skyscrapers.png", "red_tower_in_blue_skys.png", "red_doors_and_a_blue_knots.png", "modern_architecture_amidst_natures_splendors.png", "elegant_oval_staircases.png", "the_grandeur_of_the_vaticans_interiors.png", "triangular_architectural_marvel_under_a_clear_skys.png", "sunlit_doorways.png", "modern_office_corridor_with_glass_doors_leading_to_a_meeting_rooms.png", "dusk_in_the_city_skyscrapers_stand_tall_against_a_twilight_skys.png", "wave_of_balances.png", "modern_office_at_nights.png", "sunlit_corner_with_art_vase_and_views.png", "skyscrapers_in_the_sunsets.png", "modern_architectural_marvel_with_intricate_wavelike_designs.png", "arched_vents.png", "sunlit_cafe_corners.png", "sunlit_dining_nook_with_indoor_plantss.png", "modernity_meets_traditions.png", "cylindrical_marvel_against_azure_skys.png", "transamerica_pyramid_san_franciscos.png", "modern_architectural_beauty_amidst_natures_serenitys.png", "modern_architectural_marvel_a_staircase_where_wood_meets_metals.png", "nighttime_navigational_nexuss.png", "brightly_colored_building_with_a_window_and_protective_barss.png", "geometric_rhythms_in_purples.png", "colorful_cafe_on_the_corners.png", "a_minimalist_workspace_with_rolled_fabrics_a_clothing_rack_and_a_potted_plants.png", "european_charm_balconies_adorned_with_plantss.png", "arched_passageway_with_skylights.png", "tall_and_tidys.png", "red_house_by_the_seas.png", "brick_and_glasss.png", "brutal_beauty_concrete_giants_in_monochromes.png", "modern_architectural_marvel_overlooking_city_skylines.png", "modern_gallery_a_symphony_of_white_and_lights.png", "golden_pinnacle_atop_ancient_domes.png", "modern_living_space_with_vibrant_art_and_natural_lights.png", "intricate_balconiess.png", "clouds_dance_around_the_pinnacle_of_the_modern_skyscrapers.png", "modern_bedroom_with_wooden_accents_and_a_view_of_snowy_treess.png", "palm_and_paint_a_europeaninspired_residence_in_the_tropicss.png", "garage_workspaces.png", "city_lights_at_dusks.png", "balconies_at_dusks.png", "contrasting_shadows_a_dance_of_light_and_dark_on_modern_architectures.png", "shadows_and_light_the_dance_of_architectures.png", "cobblestone_streets_of_historical_european_towns.png", "the_oculus_a_hub_of_modernity_and_movements.png", "concrete_geometrys.png", "circular_windows_on_a_pastel_green_facades.png", "american_dream_a_home_under_a_clear_blue_skys.png", "curves_and_lightss.png", "tub_on_decks.png", "modern_balconiess.png", "the_louvre_museum_in_paris_with_iconic_glass_pyramid_juxtaposed_against_the_historic_buildings.png", "vibrant_chairss.png", "dome_of_dotss.png", "sunlit_room_with_wooden_floor_beige_chair_and_plantss.png", "elegant_architectural_details_of_a_historic_buildings.png", "elegant_architectural_details_in_a_classical_settings.png", "golden_hour_glow_modern_architecture_in_the_citys.png", "sunlit_structures_overshadowed_by_shadowss.png", "a_charming_twostory_building_with_blue_and_white_exteriors_located_in_a_picturesque_towns.png", "brightly_colored_row_houses_by_the_waters.png", "illuminated_spire_against_twilight_skys.png", "gothic_cathedral_interiors.png", "gothic_revival_a_symphony_of_stone_and_lights.png", "intricate_skyscrapers.png", "elegant_study_rooms.png", "yoga_under_the_archess.png", "modern_architecture_bathed_in_golden_sunlights.png", "contrasting_shadows_on_a_modern_facades.png", "lanterns_glow_on_ancient_streetss.png", "spiral_of_history_ancient_architecture_meets_modern_minimalisms.png", "elegant_reading_nook_with_ornate_railings_and_bookshelvess.png", "pink_and_blue_haven_a_tropical_oasiss.png", "white_window_with_rustic_frame_on_a_pristine_white_walls.png"], "1.29": ["green_cabin_amidst_tall_treess.png", "the_soaring_skyscraper_with_reflective_glass_facade_stands_tall_against_a_cloudy_skys.png", "modern_architectural_marvel_with_geometric_windowss.png", "rustic_elegance_dining_under_the_treess.png", "modern_cityscape_with_iconic_skyscraper_in_the_distances.png", "escalator_reflectionss.png", "golden_liness.png", "brutal_beauty_a_juxtaposition_of_raw_concrete_and_warm_bricks.png", "sculpted_architectures.png", "unique_architectural_design_juxtaposed_against_modern_cityscapes.png", "traditional_korean_architecture_a_serene_gateway_to_historys.png", "cozy_aframe_cabin_retreats.png", "people_on_a_multilevel_glassenclosed_walkways.png", "geometric_facades.png", "brutal_beauty_modern_architecture_in_monochromes.png", "intricate_glass_and_metal_architectures.png", "golden_hour_glow_a_symphony_of_windowss.png", "european_streetside_cafe_with_vibrant_buildingss.png", "escalators_in_grand_architectural_halls.png", "ornate_ceiling_designs.png", "contrasting_styles_old_and_news.png", "sky_reflected_in_glass_towers.png", "symmetry_in_skylines.png", "modern_architectural_marvel_with_wooden_and_glass_elementss.png", "hexagonal_hustles.png", "curved_building_against_clear_blue_skys.png", "dome_and_minarets_of_the_sheikh_zayed_grand_mosque_under_a_clear_blue_skys.png", "modern_architecture_columns_and_shadowss.png", "radiant_red_the_vancouver_centres_christmas_touchs.png", "modern_architectural_marvel_a_ceiling_of_light_and_designs.png", "glass_curtains.png", "blue_boat_house_by_the_seas.png", "modern_architecture_meets_clear_blue_skiess.png", "towering_into_the_nights.png", "golden_temple_amidst_winters_embraces.png", "urban_perspective_where_old_meets_news.png", "abstract_lines_and_shadowss.png", "minimalist_furniture_sets.png", "intricate_architectural_design_against_a_clear_blue_skys.png", "sunlit_gothic_cathedrals.png", "modern_living_room_with_city_views.png", "tall_buildings_with_narrow_streets_bathed_in_sunlights.png", "elegant_wooden_architecture_with_a_skylights.png", "monochromatic_modernity_a_peek_into_the_future_of_architectures.png", "dancing_buildings_in_the_nights.png", "skyscraper_with_greenery_at_base_against_clear_blue_skys.png", "modern_architecture_a_dance_of_lines_and_colorss.png", "intricate_mosaic_archways.png", "modern_oasis_a_symphony_of_white_and_lights.png", "elegant_staircase_with_mirrored_walls.png", "elektras_coffee_shops.png", "a_serene_room_with_a_brown_leather_couch_a_gray_chair_and_a_wooden_sideboards.png", "brutal_beauty_a_modern_marvels.png", "inspired_by_the_grandeur_of_the_hall_a_woman_reaches_out_to_touch_the_intricate_ceiling_designs.png", "mesmerizing_geometric_patterns_converge_to_a_radiant_centers.png", "modern_architectural_marvel_against_a_cloudy_skys.png", "windows_on_a_buildings.png", "modern_bedroom_with_dining_area_and_wooden_accentss.png", "staircase_to_nowheres.png", "balcony_beauty_nature_meets_modern_architectures.png", "triangular_facade_against_clear_blue_skys.png", "tall_tiless.png", "triangular_pursuits.png", "undulating_metallic_giantss.png", "dining_room_with_modern_furnitures.png", "modern_architecture_in_hues_of_blue_and_browns.png", "modern_glass_facades.png", "a_serene_bedroom_with_neutral_tones_and_plush_beddings.png", "brutal_beauty_two_brick_giants_confront_each_others.png", "corinthian_columns_adorn_the_entrance_of_a_classical_buildings.png", "ripple_effects.png", "nighttime_cityscape_with_modern_architecture_and_a_lone_pedestrians.png", "a_woman_walks_on_a_pathway_with_a_modern_bridge_in_the_background_under_a_clear_blue_skys.png", "mushroom_canopys.png", "golden_glow_amidst_shadowss.png", "modern_building_with_greenerys.png", "concentric_spacess.png", "monochrome_modernitys.png", "two_birds_soar_above_a_modern_buildings.png", "contrast_of_old_and_new_a_tale_of_two_erass.png", "ancient_architectural_marvels_under_a_cloudy_skys.png", "deep_purple_corridors.png", "tiled_facade_amidst_urban_hustles.png", "apartment_balconies_bathed_in_sunlights.png", "coffee_shop_a_serene_retreat_amidst_natures.png", "concrete_blockss.png", "the_majestic_hungarian_parliament_building_bathed_in_the_golden_hues_of_sunsets.png", "intricate_islamic_architecture_showcasing_vibrant_tiles_and_geometric_patternss.png", "relaxation_in_nature_a_serene_spot_for_reading_and_reflections.png", "curved_contrastss.png", "modern_architectural_marvel_with_intricate_geometric_designs.png", "modern_skyscraper_with_glass_facade_and_unique_design_elementss.png", "concrete_curves_a_monochromatic_marvel_of_modern_architectures.png", "majestic_skyscrapers_rise_under_a_clear_blue_skys.png", "azadi_tower_a_symbol_of_freedom_in_the_heart_of_tehrans.png", "dining_room_views.png", "tropical_nights.png", "an_aged_doorway_with_ornate_detailing_and_a_wornout_shutters.png", "modern_architectural_marvel_a_blend_of_metal_glass_and_sunlights.png", "skyscrapers_under_a_blue_sky_with_a_prominent_tower_in_the_centers.png", "curves_and_contrasts_modern_architecture_in_black_and_whites.png", "indoor_dining_space_with_green_tables_and_wooden_chairs_potted_plants_on_the_wall_and_hanging_lightss.png", "silhouettes_at_the_museum_clocks.png", "nighttime_cityscape_with_illuminated_signages.png", "stairwell_symphonys.png", "modern_meeting_places.png", "a_wooden_chair_with_a_woven_basket_filled_with_magazines_and_writing_tools_set_against_a_backdrop_of_white_curtainss.png", "cityscape_old_and_news.png", "midcentury_modern_living_room_with_wooden_paneling_colorful_cushions_and_a_variety_of_decorative_itemss.png", "elevator_concourses.png", "tranquil_alleyway_in_vibrant_towns.png", "wooden_columnss.png", "neoclassical_architecture_meets_modern_designs.png", "empty_lecture_halls.png", "modern_building_juxtaposed_with_autumn_treess.png", "industrial_chic_living_spaces.png", "sunlit_stone_staircase_in_serene_settings.png", "curved_facade_of_modern_building_with_terracotta_and_glass_balconiess.png", "modern_skyscraper_with_the_itp_logo_prominently_displayed_set_against_a_backdrop_of_a_sunsets.png", "modern_architectural_details_in_a_minimalist_spaces.png", "neon_triangle_tunnels.png", "tall_buildings_one_with_a_unique_pattern_of_windowss.png", "modern_apartment_building_with_colorful_balcony_plants_and_a_now_signs.png", "upward_gaze_modern_architecture_meets_the_skys.png", "modern_kitchen_with_wood_and_marbles.png", "dusk_in_the_citys.png", "infinity_constructs.png", "modern_facade_with_vertical_lightings.png", "heartshaped_windows_on_a_buildings.png", "arched_window_to_stepss.png", "illuminated_skyscraper_at_nights.png", "zigzag_staircases.png", "concrete_crescendos.png", "modern_workspace_with_tech_gadgets_and_a_sleek_chairs.png", "orbital_architectural_brilliances.png", "tranquil_archess.png", "contrast_of_old_and_news.png", "modern_architectural_marvel_with_golden_inscriptions_against_a_clear_blue_skys.png", "elegant_curves_and_timeless_detailss.png", "modern_architectural_marvel_with_expansive_city_views.png", "modern_architecture_with_unique_balcony_designs.png", "bird_in_flight_above_modern_buildings.png", "the_united_states_capitol_illuminated_at_nights.png", "redbricked_building_with_white_windows_set_against_a_clear_blue_skys.png", "shadows_dance_on_red_wallss.png", "green_door_nestled_among_viness.png", "modern_staircase_with_glass_and_metals.png", "wooden_facade_with_geometric_patternss.png", "elegant_architecture_under_a_cloudy_skys.png", "geometric_shadowss.png", "modern_monochrome_a_glimpse_into_the_futures.png", "midcentury_modern_living_room_with_abstract_art_digital_clock_and_wicker_chairs.png", "intricate_architectural_beauty_captured_in_monochromes.png", "new_york_city_skylines.png", "nha_van_hoa_sinh_viens.png", "modern_facades_a_dance_of_glass_and_metals.png", "cityscape_through_oval_windows.png", "brick_balconiess.png", "modernity_in_motions.png", "minimalist_dining_setups.png", "misty_morning_at_the_skyscrapers.png", "illuminated_skyscraper_amidst_nighttime_cityscapes.png", "through_the_archway_a_glimpse_of_intricate_architectures.png", "arches_overlooking_serene_waterss.png", "shadows_dance_on_golden_cushionss.png", "skyscrapers_reaching_for_the_skys.png", "modern_bathroom_with_wooden_walls_and_a_sleek_toilets.png", "brightly_colored_buildings_in_a_sunlit_alleys.png", "brutal_beautys.png", "window_in_yellow_walls.png", "modern_architectural_elegance_against_a_serene_skys.png", "skyline_dominating_the_horizon_is_a_towering_skyscraper_sleek_design_contrasting_with_the_cloudy_sky_aboves.png", "shelves_with_plants_and_productss.png", "elegant_balconiess.png", "white_arches_leading_to_stairss.png", "modern_building_with_geometric_windows_against_a_clear_blue_skys.png", "autumnal_charm_vines_turn_golden_on_european_townhouses.png", "geometric_wonders.png", "hexagonal_contrasts.png", "wooden_facade_in_the_golden_hours.png", "florence_cathedral_models.png", "rustic_retreat_a_cozy_cabin_bedrooms.png", "ripple_effect_facades.png", "tradition_meets_modernity_glimpse_of_seouls_dual_identitys.png", "illuminated_skyscraper_at_dusks.png", "monochrome_urban_architectures.png", "green_window_on_white_walls.png", "modern_staircase_designs.png", "red_architectural_marvels.png", "urban_oasis_where_nature_meets_industrial_charms.png", "concrete_and_color_a_modern_architectural_play_of_shadowss.png", "pagoda_at_nights.png", "a_serene_cobblestone_alleyway_with_a_vibrant_blue_house_and_lush_greenerys.png", "modern_architectural_marvel_with_intricate_balcony_designss.png", "tall_tower_with_arched_windows_under_a_clear_skys.png", "whitewashed_streets_of_greeces.png", "modern_architectural_marvel_a_multitiered_atrium_with_wooden_and_glass_elementss.png", "autumn_in_the_citys.png", "modern_architecture_a_dance_of_glass_and_steels.png", "geometric_radiances.png", "modern_architectural_marvel_with_layered_balconies_and_glass_facadess.png", "a_serene_room_with_a_view_of_the_mountainss.png", "a_serene_corner_in_a_home_adorned_with_natural_elements_and_minimalist_decors.png", "the_infinite_pyramids.png", "towering_blue_skies_above_intricate_white_structures.png", "brutal_beauty_a_modern_church_amidst_concretes.png", "modern_architecture_with_geometric_patternss.png", "vibrant_tunnel_of_colorss.png"]}, "buckets": ["0.78", "1.0", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 1, "seen_images": {"spiral_staircase_by_the_seas.png": true, "golden_hour_garages.png": true, "schweppes_schweppess.png": true, "modern_architecture_meets_the_skys.png": true, "shadows_cast_by_vertical_lines_on_a_white_walls.png": true, "red_tower_in_blue_skys.png": true, "modern_architectural_marvel_with_intricate_designs.png": true, "golden_pinnacle_atop_ancient_domes.png": true, "blue_boat_house_by_the_seas.png": true, "cozy_aframe_cabin_retreats.png": true, "shadows_dance_on_golden_cushionss.png": true, "minimalist_dining_setups.png": true, "modern_living_room_with_tv_chair_and_rugs.png": true, "a_serene_dining_space_with_a_sleek_designs.png": true, "the_image_showcases_the_entrance_of_pierinn_house_with_a_vintage_lamp_illuminating_the_stone_walls.png": true, "modern_architectural_detailing_against_a_clear_blue_skys.png": true, "city_lights_at_dusks.png": true, "european_charm_balconies_adorned_with_plantss.png": true, "modern_architecture_with_hyatt_regency_signages.png": true, "intricate_skyscrapers.png": true, "modern_architecture_columns_and_shadowss.png": true, "cityscape_through_oval_windows.png": true, "tall_buildings_with_narrow_streets_bathed_in_sunlights.png": true, "two_birds_soar_above_a_modern_buildings.png": true, "modern_skyscraper_with_blue_accents_against_a_clear_skys.png": true, "modern_brick_apartment_building_under_clear_blue_skys.png": true, "modern_architectural_beauty_under_a_starry_nights.png": true, "marble_hallway_with_carved_columns_and_wooden_doors.png": true, "modern_office_at_nights.png": true, "brightly_colored_building_with_a_window_and_protective_barss.png": true, "glasshouse_reflectionss.png": true, "illuminated_spire_against_twilight_skys.png": true, "brutal_beauty_a_juxtaposition_of_raw_concrete_and_warm_bricks.png": true, "dome_and_minarets_of_the_sheikh_zayed_grand_mosque_under_a_clear_blue_skys.png": true, "sunlit_gothic_cathedrals.png": true, "intricate_architectural_beauty_captured_in_monochromes.png": true, "the_leaning_tower_of_pisa_bathed_in_golden_sunlights.png": true, "skyscraping_beauty_against_a_backdrop_of_blue_skiess.png": true, "aged_apartment_facades.png": true, "vibrant_horizonss.png": true, "elegant_architectural_details_of_a_historic_buildings.png": true, "curves_and_lightss.png": true, "sunlit_doorways.png": true, "elegant_study_rooms.png": true}, "current_epoch": 1}
training_state-bg20k-1024.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-bookcovers.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["kh1ydafhvwd61.jpg", "lvbkur7xj4rc1.jpg", "o8ts69kfqbw71.jpg", "i4z57l2egry41.jpg", "vqefxf7cy5t61.jpg", "rvne2bhvt5l51.jpg", "h5zuyemjdts41.jpg", "axq4uiz78o851.jpg", "717xwk5n9eb91.jpg", "k1rszze5z0781.jpg", "u9kfernc9bea1.jpg", "jbh7f71rjv181.jpg", "frfjwoodrfz51.jpg", "0ugx6fee1o371.jpg", "haik6vwxe80b1.jpg", "s9g65wl1x5s71.jpg", "jyisjk6zd7361.jpg", "auh6edbiqh171.jpg", "oc3juuxas2381.jpg", "uketqr8gll841.jpg", "nx6myyyzf1m61.jpg", "cz9tgos5h5051.jpg", "15rgyclyids71.jpg", "5beedoq7rrkc1.jpg", "lx18tok30jy91.jpg", "w7x10n6vpuo71.jpg", "t4lk2t6zdme51.jpg", "dvv6wwyvt3q51.jpg", "dxm9csv1atb71.jpg", "eif0hx6bkde71.jpg", "6bdiro4mqmj81.jpg", "34arjy1ms8z71.jpg", "ab7f9fzsr0j81.jpg", "5ds6twa4iata1.jpg", "d9eyiiyvgop91.jpg", "14qjqqkj72fc1.jpg", "rehoxayzv8241.jpg", "n9cojl2iqyk91.jpg", "0iau9qhpeo271.jpg", "jqr8ngh9a4z71.jpg"], "0.78": ["nv6n5ty7vo571.jpg", "34786391i5v61.jpg", "qz31lghx79h71.jpg", "h0je37pmoa071.jpg", "slusvx812am41.jpg", "rskqfdi4ids61.jpg", "jb1pbptjnqna1.jpg", "seseckmj6cx81.jpg", "m9ny76qunpo51.jpg", "8lheocn2pj4y.jpg", "j07nwetqlt3a1.jpg", "f16hj7xhp1r41.jpg", "5r3rearvkkj51.jpg", "3q0apyqvldzc1.jpg", "58sryaqk7in71.jpg", "sn3g9ny839ya1.jpg", "26i6hg3qy8gc1.jpg", "snox1lp1w5g71.jpg", "5ka0yb7hq2j81.jpg", "l3zucgl9d7hc1.jpg", "jut8dpi4rpqa1.jpg", "upv2vvxdu4y61.jpg", "okngqmfw9tf51.jpg", "tuhbc6kgvk181.jpg", "bux5frn1s30d1.jpg", "edz82i58sa171.jpg", "rhr9z86kqgb91.jpg", "69qrtkpivxb31.jpg", "arwzm6p71sd71.jpg", "pzlvm38udkr71.jpg", "jtyclybun23b1.jpg", "6v7672d84f781.jpg", "h5y9u23h3vv51.jpg", "j036yrdlgtfa1.jpg", "qwm3av9pnj961.jpg", "244mbognr9z31.jpg"], "1.29": ["mi6qd3zbvfy51.jpg", "g8i5dzqdiu581.jpg", "whfrg8v78ea81.jpg", "gmf315458bi91.jpg", "ik7naeh32lv41.jpg", "rmkt3v9cs1891.jpg", "ii5wpyy6vzq61.jpg", "s0f1uvquzy761.jpg", "yjy6bujm5j071.jpg", "h873sas0m6z71.jpg", "xu39vvj8tpx71.jpg", "xx93x4mcnxd91.jpg", "4yxj3824p5u61.jpg", "8y56pdhlx5o71.jpg", "9zg2xkp17r481.jpg", "cz5dnrpnpuo71.jpg", "rwn6cc1dt4o51.jpg", "u36qjn0ferqc1.jpg", "ahr463lrc7lc1.jpg", "hw16fb8dle381.jpg"]}, "buckets": ["1.0", "0.78"], "exhausted_buckets": ["1.29"], "batch_size": 4, "current_bucket": 1, "seen_images": {"eif0hx6bkde71.jpg": true, "0ugx6fee1o371.jpg": true, "u9kfernc9bea1.jpg": true, "vqefxf7cy5t61.jpg": true, "h5y9u23h3vv51.jpg": true, "qwm3av9pnj961.jpg": true, "rhr9z86kqgb91.jpg": true, "arwzm6p71sd71.jpg": true, "xx93x4mcnxd91.jpg": true, "s0f1uvquzy761.jpg": true, "8y56pdhlx5o71.jpg": true, "ik7naeh32lv41.jpg": true, "d9eyiiyvgop91.jpg": true, "jyisjk6zd7361.jpg": true, "i4z57l2egry41.jpg": true, "kh1ydafhvwd61.jpg": true, "j036yrdlgtfa1.jpg": true, "jtyclybun23b1.jpg": true, "244mbognr9z31.jpg": true, "jb1pbptjnqna1.jpg": true, "mi6qd3zbvfy51.jpg": true, "cz5dnrpnpuo71.jpg": true, "xu39vvj8tpx71.jpg": true, "4yxj3824p5u61.jpg": true, "ab7f9fzsr0j81.jpg": true, "oc3juuxas2381.jpg": true, "uketqr8gll841.jpg": true, "k1rszze5z0781.jpg": true, "jut8dpi4rpqa1.jpg": true, "j07nwetqlt3a1.jpg": true, "l3zucgl9d7hc1.jpg": true, "69qrtkpivxb31.jpg": true, "rmkt3v9cs1891.jpg": true, "yjy6bujm5j071.jpg": true, "hw16fb8dle381.jpg": true, "whfrg8v78ea81.jpg": true, "nx6myyyzf1m61.jpg": true, "o8ts69kfqbw71.jpg": true, "14qjqqkj72fc1.jpg": true, "jqr8ngh9a4z71.jpg": true, "34786391i5v61.jpg": true, "bux5frn1s30d1.jpg": true, "3q0apyqvldzc1.jpg": true, "edz82i58sa171.jpg": true, "rwn6cc1dt4o51.jpg": true, "ahr463lrc7lc1.jpg": true, "u36qjn0ferqc1.jpg": true, "h873sas0m6z71.jpg": true, "15rgyclyids71.jpg": true, "6bdiro4mqmj81.jpg": true, "717xwk5n9eb91.jpg": true, "h5zuyemjdts41.jpg": true, "sn3g9ny839ya1.jpg": true, "pzlvm38udkr71.jpg": true, "8lheocn2pj4y.jpg": true, "slusvx812am41.jpg": true, "g8i5dzqdiu581.jpg": true, "ii5wpyy6vzq61.jpg": true, "gmf315458bi91.jpg": true, "9zg2xkp17r481.jpg": true, "axq4uiz78o851.jpg": true, "haik6vwxe80b1.jpg": true, "0iau9qhpeo271.jpg": true, "jbh7f71rjv181.jpg": true, "qz31lghx79h71.jpg": true, "6v7672d84f781.jpg": true, "upv2vvxdu4y61.jpg": true, "h0je37pmoa071.jpg": true, "58sryaqk7in71.jpg": true, "m9ny76qunpo51.jpg": true, "5r3rearvkkj51.jpg": true, "seseckmj6cx81.jpg": true, "s9g65wl1x5s71.jpg": true, "rehoxayzv8241.jpg": true, "w7x10n6vpuo71.jpg": true, "dxm9csv1atb71.jpg": true, "snox1lp1w5g71.jpg": true, "rskqfdi4ids61.jpg": true, "tuhbc6kgvk181.jpg": true, "5ka0yb7hq2j81.jpg": true, "dvv6wwyvt3q51.jpg": true, "34arjy1ms8z71.jpg": true, "frfjwoodrfz51.jpg": true, "auh6edbiqh171.jpg": true, "nv6n5ty7vo571.jpg": true, "26i6hg3qy8gc1.jpg": true, "f16hj7xhp1r41.jpg": true, "okngqmfw9tf51.jpg": true}, "current_epoch": 1}
training_state-celebrities.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["rktvi3eroe5c1.png", "tpite48wmoza1.jpg", "zuhrp1chmndb1.jpg", "ku3bfkzewjzc1.png", "14jc9i5dyzoa1.jpg", "cbzvn24dlezb1.jpg", "ko8udg3b48vc1.png", "qqsyeuxvj8xa1.jpg", "4td3bittw4131.jpg", "gdn81p8dx8sa1.jpg", "82pfdpguzor11.jpg", "a7pz2vh7t6ty.png", "70nu38amtmf31.jpg", "fy83d2qmwg121.jpg", "nxs7yu24shvb1.jpg", "vr66w90568w21.jpg", "7rjaeww7d2nb1.jpg", "dwryrwz9zmyc1.png", "k27o99hyr6i21.jpg", "355zweobxyyc1.png", "456loex2mona1.jpg", "q4h8pv70z9za1.jpg", "adlzfncva5g11.jpg", "x481hn99ldua1.jpg", "e8j9csw97do11.jpg", "haxmkppwa1m41.jpg", "j6dua4mx4f9b1.jpg", "eby7msj84jv91.jpg", "f833vbyxqk7b1.jpg", "6qss9ybddmsb1.jpg", "4ed4cwc5980d1.png", "6022n51a6uxc1.png", "s4j98qzispqb1.jpg", "i2tc5lvk731d1.png", "abkdxokrlosc1.png", "thz0uzwiym9c1.png", "2xv6qwjokmsb1.jpg", "fuej4aww7cnb1.jpg", "vbg9l7dbjmtc1.png", "to2ujvc1j75c1.jpg", "pc8mz6kja7yc1.png", "ggmr2vd52rsa1.jpg", "gdp09pg3jsua1.jpg", "knh458slenhc1.png", "nutnaryuf6uc1.png", "amcggclzx5sb1.jpg", "l6pyb6f4y5db1.jpg", "protvezdb2wc1.png"], "1.29": ["uuvwo0hzb1q81.jpg", "nnivpnghuezb1.jpg", "kb4qvabfmr8b1.jpg", "hwl4yyuofvkb1.jpg", "6eixroellf231.jpg", "kdzgclgxz6ub1.jpg", "mgc8alnosxwb1.jpg", "yfl3h0c7otdc1.png", "9mcv88ltk3651.jpg", "f12rypmsb9ta1.jpg", "8bxsuua32jcx.jpg", "1EPlqr4G.jpg", "kgzf390e3m4a1.jpg", "oxjipce4x5pc1.png", "ptnjye86hxxb1.jpg", "wp14h64cc3151.jpg", "5x45jq2g4yza1.jpg", "00zuot5wk10d1.png", "7k7btutnfut41.jpg", "b6hwfcr7hw571.jpg"], "1.0": ["7555xjwdxq3c1.jpg", "g9c70g6cjfi11.jpg", "ian8b0ldviuy.jpg", "9d20ovfv0exc1.png", "m53qf6m9d53c1.jpg", "w4bta0zbbn1d1.png", "j7bmdjh4718b1.jpg", "we8x1y0uu2pb1.jpg", "km0dns3vjc271.jpg", "rq4pwggtmuzb1.jpg", "h59llq0x79ib1.jpg", "njognkls3xsa1.jpg", "af66vm5b3o7b1.jpg", "obzgddd7cpr21.jpg", "e7eb7istrp5b1.png", "bdo7rsnvueob1.jpg", "sa99q2fn1k1c1.jpg", "53siov1yngw71.jpg", "tnfjgkv6kdgb1.jpg", "nfqns6jea5rb1.jpg", "5n08pbq2nmh21.png", "h5zpm4fq06m71.jpg", "uyuyo50e9ja81.jpg", "h0sek6603ozc1.png", "pybr60uz229c1.png", "fw3xccn39hh11.jpg", "enqcveo81rwa1.jpg", "7g1phk88ldxa1.jpg", "bkki4f1xt44b1.jpg", "ryan-gosling-frontal-nude.jpg", "54ahycexw6q61.jpg", "9un8nerwf6vb1.jpg", "83rm74r0iq0c1.jpg", "90kojlqmfy3b1.jpg", "yro9o1582mva1.jpg", "vc0fjjdcysha1.jpg", "fxhtkpx2ot1d1.png", "s8q02uhoval81.jpg", "sw275n43wixa1.jpg", "sb9hx5mwi4va1.jpg", "0nc1jkryg4vc1.png", "sszw9pf9xr3c1.jpg", "ujh3hdfzla441.jpg", "z7fhsdw21k1d1.png", "2jc0qc2uh3rb1.jpg", "jv8s5s5nrwfb1.jpg", "6kjgwtydv8xb1.jpg", "s882v6h3smc21.jpg", "f40ut3w09sfb1.jpg", "mjp7b56ij3va1.jpg", "g6ey7o22zczc1.png", "ky31kcc1mz9b1.jpg", "s1e03rlk3ky71.jpg", "1p14ev9ma3221.jpg", "u3sefghkxlza1.jpg", "lhvr9uolr8ab1.jpg", "bv5ktjejqbbb1.jpg", "fyq3kr19yrky.jpg", "1kgu3q7cg4w31.jpg", "bm7rc4yo1rc91.jpg", "vxvwnk8uekmb1.jpg", "gjbvmala16sb1.jpg", "l23nfi0ih7vy.jpg", "bn63p5kzv35c1.jpg", "f7u18m17axwc1.png", "di595gmluiuc1.png", "qe8k5txm7fk21.jpg", "qxgrovg6iuw01.jpg", "dim8n4i9xg0d1.png", "mzqcpjo1m5941.jpg", "fqp2x0tiw6ua1.jpg", "u112v81orv0d1.png", "ja8sysun4i9b1.jpg", "3ilqtf1mjzb51.jpg", "bgzpqm4tm6921.jpg", "k4lw6w7z5fpc1.png"]}, "buckets": ["1.0"], "exhausted_buckets": ["1.29", "0.78"], "batch_size": 4, "current_bucket": 0, "seen_images": {"82pfdpguzor11.jpg": true, "abkdxokrlosc1.png": true, "ko8udg3b48vc1.png": true, "i2tc5lvk731d1.png": true, "1EPlqr4G.jpg": true, "8bxsuua32jcx.jpg": true, "wp14h64cc3151.jpg": true, "mgc8alnosxwb1.jpg": true, "jv8s5s5nrwfb1.jpg": true, "fw3xccn39hh11.jpg": true, "3ilqtf1mjzb51.jpg": true, "nfqns6jea5rb1.jpg": true, "7rjaeww7d2nb1.jpg": true, "eby7msj84jv91.jpg": true, "14jc9i5dyzoa1.jpg": true, "vbg9l7dbjmtc1.png": true, "kb4qvabfmr8b1.jpg": true, "6eixroellf231.jpg": true, "f12rypmsb9ta1.jpg": true, "ptnjye86hxxb1.jpg": true, "tnfjgkv6kdgb1.jpg": true, "2jc0qc2uh3rb1.jpg": true, "ian8b0ldviuy.jpg": true, "gjbvmala16sb1.jpg": true, "cbzvn24dlezb1.jpg": true, "2xv6qwjokmsb1.jpg": true, "vr66w90568w21.jpg": true, "k27o99hyr6i21.jpg": true, "hwl4yyuofvkb1.jpg": true, "b6hwfcr7hw571.jpg": true, "uuvwo0hzb1q81.jpg": true, "7k7btutnfut41.jpg": true, "7555xjwdxq3c1.jpg": true, "vc0fjjdcysha1.jpg": true, "lhvr9uolr8ab1.jpg": true, "bv5ktjejqbbb1.jpg": true, "e8j9csw97do11.jpg": true, "70nu38amtmf31.jpg": true, "gdn81p8dx8sa1.jpg": true, "4td3bittw4131.jpg": true, "9mcv88ltk3651.jpg": true, "00zuot5wk10d1.png": true, "oxjipce4x5pc1.png": true, "5x45jq2g4yza1.jpg": true, "g9c70g6cjfi11.jpg": true, "bdo7rsnvueob1.jpg": true, "k4lw6w7z5fpc1.png": true, "ryan-gosling-frontal-nude.jpg": true, "nutnaryuf6uc1.png": true, "q4h8pv70z9za1.jpg": true, "355zweobxyyc1.png": true, "nxs7yu24shvb1.jpg": true, "kgzf390e3m4a1.jpg": true, "kdzgclgxz6ub1.jpg": true, "yfl3h0c7otdc1.png": true, "nnivpnghuezb1.jpg": true, "m53qf6m9d53c1.jpg": true, "l23nfi0ih7vy.jpg": true, "e7eb7istrp5b1.png": true, "rq4pwggtmuzb1.jpg": true, "tpite48wmoza1.jpg": true, "to2ujvc1j75c1.jpg": true, "protvezdb2wc1.png": true, "gdp09pg3jsua1.jpg": true, "pc8mz6kja7yc1.png": true, "dwryrwz9zmyc1.png": true, "fy83d2qmwg121.jpg": true, "knh458slenhc1.png": true, "qxgrovg6iuw01.jpg": true, "vxvwnk8uekmb1.jpg": true, "s1e03rlk3ky71.jpg": true, "s8q02uhoval81.jpg": true, "a7pz2vh7t6ty.png": true, "j6dua4mx4f9b1.jpg": true, "x481hn99ldua1.jpg": true, "haxmkppwa1m41.jpg": true, "bkki4f1xt44b1.jpg": true, "sb9hx5mwi4va1.jpg": true, "fqp2x0tiw6ua1.jpg": true, "j7bmdjh4718b1.jpg": true, "ku3bfkzewjzc1.png": true, "6qss9ybddmsb1.jpg": true, "s4j98qzispqb1.jpg": true, "f833vbyxqk7b1.jpg": true, "1kgu3q7cg4w31.jpg": true, "u112v81orv0d1.png": true, "f40ut3w09sfb1.jpg": true, "bn63p5kzv35c1.jpg": true, "adlzfncva5g11.jpg": true, "rktvi3eroe5c1.png": true, "l6pyb6f4y5db1.jpg": true, "thz0uzwiym9c1.png": true, "ujh3hdfzla441.jpg": true, "w4bta0zbbn1d1.png": true, "g6ey7o22zczc1.png": true, "f7u18m17axwc1.png": true, "456loex2mona1.jpg": true, "qqsyeuxvj8xa1.jpg": true, "zuhrp1chmndb1.jpg": true, "fuej4aww7cnb1.jpg": true, "qe8k5txm7fk21.jpg": true, "ky31kcc1mz9b1.jpg": true, "fxhtkpx2ot1d1.png": true, "9d20ovfv0exc1.png": true, "6022n51a6uxc1.png": true, "4ed4cwc5980d1.png": true, "amcggclzx5sb1.jpg": true, "ggmr2vd52rsa1.jpg": true, "pybr60uz229c1.png": true, "fyq3kr19yrky.jpg": true, "h59llq0x79ib1.jpg": true, "0nc1jkryg4vc1.png": true, "54ahycexw6q61.jpg": true, "mzqcpjo1m5941.jpg": true, "h0sek6603ozc1.png": true, "km0dns3vjc271.jpg": true, "9un8nerwf6vb1.jpg": true, "1p14ev9ma3221.jpg": true, "bgzpqm4tm6921.jpg": true, "53siov1yngw71.jpg": true, "di595gmluiuc1.png": true, "yro9o1582mva1.jpg": true, "sa99q2fn1k1c1.jpg": true, "5n08pbq2nmh21.png": true}, "current_epoch": 1}
training_state-cinemamix-1mp.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-dalle3.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c36f8764987afa498bcca11e1347443f6f4be6eda8c606d06b77dbf58136bb95
3
- size 16406004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16fa2f8fc4f36f038a53bc91a73e59560ddf2d5ac606c5aae6f009cd3a1deb09
3
+ size 8215383
training_state-ethnic.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-experimental.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["golden_elixirs.png", "The image showcases a breathtaking landscape of rolling hills and mountains blanketed by a dense layer of mist or fog. The sun's rays pierce through the horizon, casting a warm glow over the scene..png", "The image showcases a man with two butterflies resting on his face, one on each eye. The butterflies have distinct patterns, with one exhibiting a combination of blue and black colors, while the other has a predominantly blue hue. The man's expression appears contemplative, and the overall mood of the photo is serene.png", "tranquil_forest_bathed_in_sunlights.png", "The image showcases a vibrant display of sparks emanating from a source, possibly a fire or a controlled burn, set against a dark background..png", "The image showcases a fluid dynamics experiment where different colored liquids are poured into a container and allowed to mix, resulting in a marbled pattern of colors..png", "The image showcases a dropper bottle with a golden cap, filled with a yellowish liquid. The word 'rosie' is prominently displayed on the bottle, and there's a droplet of the liquid hanging from the bottle's tip. The background is a soft pink hue..png", "a_moment_of_connection_in_natures.png", "The image is a black and white photograph of a bird in mid-flight, showcasing its wings and body..png", "liquid_lights.png", "shadows_cast_on_blue_tiless.png", "embrace_the_flames.png", "sunflower_field_in_full_blooms.png", "sparkling_2023s.png", "bokeh_mountains.png", "The image showcases a fern leaf set against a deep red background. The leaf's intricate structure is highlighted by the contrasting color, emphasizing its natural beauty and delicate design..png", "vibrant_autumn_landscape_with_rolling_hills_and_trees_in_fiery_reds.png", "winters_radiances.png", "The image is a creative infrared representation of a countryside landscape, capturing the essence of nature and human-made structures in a unique color palette..png", "The image showcases a person standing on a beach with a cluster of pink balloons attached to their legs, set against a backdrop of a cloudy sky and crashing waves..png", "The photo is an infrared capture of a park scene, showcasing trees and a sky with a unique color palette..png", "veiled_visions.png", "a_lone_tree_stands_tall_against_a_twilight_sky_bathed_in_a_vibrant_pink_glows.png", "The image showcases a close-up of a person's lips, painted with a vibrant red lipstick, peeking through a torn white paper..png", "surfers_silhouette_bathed_in_golden_sunset_glows.png", "The image is a black and white photograph capturing a silhouette of a person against a backdrop of a serene seascape. The person's shadow is cast on a bushy plant, and the vast expanse of water stretches out to the horizon, with distant landforms visible..png", "pink_blossom_dreams.png", "The image showcases a hand holding a smartphone, with the smartphone's screen displaying a photograph of a bouquet of white tulips..png", "sunset_silhouettes.png", "The image showcases delicate plant life against a gradient background of warm hues, emphasizing the intricate details and natural beauty of the subject..png", "sunlit_forests.png", "The image showcases a dynamic interplay of light and motion, capturing the essence of energy and movement. The golden streaks against a dark background evoke a sense of speed and fluidity, reminiscent of light trails captured during a long exposure shot..png", "Caption: 'A single stem with a cluster of white flowers submerged in clear water, placed on a rustic wooden surface against a muted gray background.'.png", "The image is an experimental infrared photograph of a forest during the daytime. Infrared photography captures wavelengths of light that are not visible to the human eye, resulting in unique color patterns and contrasts..png", "infrared_forests.png", "waveform_of_sounds.png", "sizzling_swirlss.png", "The image showcases a jellyfish floating gracefully in a deep blue ocean environment..png", "The image is a representation of infrared photography, where the usual colors are inverted, giving the scene a dreamy, surreal appearance..png", "a_solitary_tree_stands_tall_amidst_a_surreal_landscape_of_pink_and_whites.png", "The image showcases a close-up of leaves with a distinctive blue hue and intricate vein patterns..png", "The image is an abstract representation of natural elements, possibly capturing the essence of wind or water movement over a period of time..png", "The image is a black and white photograph of a person partially enveloped in a translucent material, with their hand raised..png", "The image showcases a neon sign of Batman illuminated against a dark backdrop, with a reflection of the sign on a glass surface below..png", "reddish_glow_a_womans_introspective_moments.png", "golden_reflectionss.png", "The image showcases a magnified view of a surface with circular patterns, possibly a part of a device or an artistic installation. The magnification reveals intricate details of the surface, including the texture and color variations..png", "The image is a blurred representation of a woman, possibly taken with a slow shutter speed or intentional motion blur, set against a dark background..png", "The image showcases a model in a dynamic pose against a plain background, wearing a black bodysuit and chunky black boots with buckles..png", "masked_man_with_cigarettes.png", "The image showcases an abstract representation of light trails, possibly resulting from a long exposure photography technique. The intertwining patterns of light create a dynamic visual effect against a dark background..png", "The image showcases a silhouette of a person juxtaposed against a grid-like projection, creating a visually intriguing contrast between the organic form of the human and the structured pattern of the grid..png", "The image is a blurred representation of a human eye, possibly captured using a motion blur or zoom effect. The surrounding elements appear to be in sharp focus, creating a contrast between clarity and obscurity..png", "golden_meadow_under_the_watchful_eye_of_the_blossoming_trees.png", "glowing_beautys.png", "The image showcases a modern architectural structure with a unique design, featuring alternating patterns of solid and striped facades. The black and white palette emphasizes the contrasts and geometric patterns, creating a visually striking and abstract representation of urban architecture..png", "dry_leaf_on_wet_grounds.png", "The image showcases an abstract representation of intertwined light patterns, possibly resulting from a long-exposure shot of light sources or a digital manipulation. The vibrant colors and dynamic lines create a sense of movement and energy..png", "lone_bloom_in_blues.png", "golden_trail_amidst_autumns_embraces.png", "The image does not have a clear subject or context, making it challenging to provide an accurate caption. However, based on the visible elements, a possible caption could be: 'Moments of introspection: A blurred gaze amidst the shadows.'.png", "lone_tree_in_infrared_fields.png", "The caption for this experimental photo could be: 'Contrast of Shadows and Light: A Dance of Form and Emptiness.'.png", "The image showcases a person submerged in a body of water, capturing the moment of their descent..png", "The image showcases an experimental photographic technique where multiple colored lights are captured in a synchronized manner, creating a visually striking and dynamic display against a dark background..png", "The image is a reflection of a building on a body of water, capturing the distortion caused by the ripples on the water's surface..png", "The image is a blurred or motion-blurred photograph, possibly taken with a slow shutter speed or intentional camera movement. It captures abstract patterns and shapes, with a focus on horizontal and vertical lines. The caption could be 'Abstract Motion' or 'Motion Blur Abstract'..png", "The image is a stylized representation of a tree in autumn, captured using a technique that gives it a dynamic and swirling appearance..png", "The image showcases a high-speed photograph of a water droplet's interaction with a surface, resulting in a dynamic splash formation against a dark background..png", "The image is a creative representation of daisies with a spinning or swirling effect, giving it a dreamlike or hypnotic quality..png", "The image is a monochromatic representation of a bare tree branch extending over a body of water, with the reflection of the tree and its branches visible on the water's surface..png", "radiant_red_bloom_risings.png", "The image is an experimental infrared photograph, capturing the natural landscape with a unique color palette dominated by deep reds and greens..png", "The image showcases a city street scene captured through a glass window, with reflections of buildings, a yellow car, and pedestrians. The photo has an artistic overlay, blending the real and abstract elements, creating a surreal and modern aesthetic..png", "The image is a long-exposure photograph capturing the movement of lights on a street at night. The blurred lines and colors represent the path of moving vehicles and streetlights, creating an abstract and dynamic visual effect..png", "The image is a creative infrared photograph of a forest pathway. Infrared photography captures light beyond the visible spectrum, often resulting in unique color palettes and contrasts..png", "desert_reflectionss.png", "silhouette_in_the_gaps.png", "The image is a surreal representation of a landscape, where the trees and the sky have been digitally altered to display vibrant shades of pink and blue..png", "The image showcases a vertical gradient of colors ranging from warm oranges and yellows at the top to cool blues and purples at the bottom, creating a visually striking contrast..png", "tessellated_shadowss.png", "The image is a surreal representation of a mountainous landscape with an infrared filter applied, giving it a distinct reddish hue..png", "squiggly_lights_on_a_night_drives.png", "tears_of_joys.png", "intense_gaze_amidst_the_hazes.png", "colorful_liness.png", "The image is a creative representation of urban nightlife, capturing the essence of a bustling cityscape with dynamic light patterns..png", "The image is a long-exposure photograph showcasing a chaotic interplay of light trails, predominantly in shades of red, blue, and white, against a dark background..png", "vibrant_bloomss.png", "man_in_room_with_neon_lights.png", "tall_trees_stand_in_stark_contrast_against_a_clear_sky_captured_in_monochromes.png", "The image is titled 'Urban Nightscapes: Medica' by the artist 'J.R.R. Tolkien'..png", "chilling_twilight_natures_dance_of_ice_and_shadows.png", "The image showcases a serene landscape with a gradient of colors from a dark foreground to a lighter sky. A row of trees stands in the middle ground, silhouetted against the horizon..png", "The image is a complex abstract representation, and without additional context, it's challenging to provide an accurate caption. However, based on its visual elements, a suitable caption might be: 'Abstract Swirls of Light and Color'..png", "abstract_flows.png", "The image showcases a person draped in a translucent, golden fabric against a stark black background, with a yellow line on the ground. The individual appears to be in a dynamic pose, with one hand raised and the other touching the ground..png", "misty_morning_in_the_countrysides.png", "The caption for this image should be: 'Experimental Spinning Photography: Capturing the motion of leaves in a circular pattern.'.png", "The image is a creative representation of a flower, possibly a lily, with a blurred and overlapping effect, giving it a dreamy and abstract appearance..png", "photographer_in_the_shadowss.png", "above_the_serene_waters_a_photographer_captures_the_moments.png", "The image is a close-up of a sculpted or cast form, showcasing intricate details of curves and shadows..png", "The image is a creative representation of tulips with a blurred and rotated effect, possibly achieved through a camera movement or post-processing technique..png", "dive_into_the_vibrant_world_of_fashion_and_artistrys.png", "A figure stands in a barren landscape, holding a globe, symbolizing the interconnectedness of our world amidst desolation..png", "The image is a complex interplay of light and shadow, capturing abstract patterns that resemble intertwined lines and curves. The caption could be 'Abstract Light Interplay' or 'Swirling Luminance', emphasizing the intricate and mesmerizing patterns created by the light source..png", "The image showcases a close-up of delicate, needle-like leaves against a vibrant blue background, possibly during the golden hour..png", "astronaut_in_ancient_temples.png", "fluorescent_lightings.png", "lighthouse_beacon_amidst_the_whispering_grasss.png", "The image showcases an aerial view of a dense forest during what appears to be the fall season, with a winding road cutting through the trees..png", "The caption for this experimental photo could be: 'Shadows and Silhouettes: An Exploration of Light and Dark.'.png", "The caption for this experimental photo could be: 'Abstract Luminescence: A Play of Light and Shadow in the Dark.'.png", "The image is a creative representation of a tree, possibly captured using a motion blur technique or post-processing to emphasize the vertical lines and patterns of the tree's branches..png", "The image is a creative representation of a forest pathway, possibly infused with an infrared filter, giving it a distinct purple hue..png", "The image is a long-exposure photograph showcasing abstract patterns of light, predominantly in green and red hues, against a dark background..png", "starry_night_above_the_piness.png", "The image showcases a tall building illuminated at night with a unique lighting pattern, set against a dark backdrop..png", "abstract_geometric_sculptures.png", "spinning_lights_at_nights.png", "shifting_shadows_on_snows.png", "The image showcases a pattern of vertical lines on a light background, creating a sense of depth and movement..png", "The image is a close-up of human skin, showcasing textures and details..png", "forest_fire_at_dusks.png", "chaotic_thoughtss.png", "bubble_wrap_dreamss.png", "The image showcases a close-up of water droplets on a surface, captured under controlled lighting conditions..png", "The image is an abstract representation of light patterns, possibly resulting from a long exposure or light painting technique. It showcases swirling patterns of light in various colors, creating a dynamic and mesmerizing visual effect..png", "The image is an experimental long exposure photograph showcasing the interplay of light and movement, capturing abstract patterns and forms in the dark..png", "The image does not have a clear subject or context, making it challenging to provide an accurate caption. However, based on the visual elements, a possible caption could be: 'Moments of introspection, captured in a room bathed in warm amber light.'.png", "golden_meadows.png"], "1.29": ["The image is a vibrant abstract representation with fluid dynamics, predominantly featuring shades of purple and blue..png", "The image showcases a forest pathway during autumn, with trees displaying vibrant fall colors against a clear blue sky..png", "The correct caption for this experimental photo would be: 'A silhouette of a person holding a glowing object against a textured blue background.'.png", "The caption for this experimental photo could be: 'Reflections of Nature: An Exploration of Light and Shadow on a Still Water Surface.'.png", "digital_labyrinths.png", "whispered_secretss.png", "above_the_rugged_mountains_the_night_sky_gleams_with_celestial_wonderss.png", "tropical_twilight_a_ferris_wheels_soft_glow_amidst_palm_treess.png", "The image showcases a vintage oval mirror with a golden frame, placed amidst a sheer, golden fabric. The mirror reflects a clear blue sky, creating a juxtaposition between the ornate frame and the vastness of the sky..png", "The image showcases a modern skyscraper with a unique overlay of trees, creating a juxtaposition between urban development and nature..png", "sparkling_blue_delights.png", "misty_mornings.png", "a_lone_figure_amidst_a_sea_of_sands.png", "The image showcases three tall structures emerging from a dense fog or mist, with the light source appearing to be coming from above. The color palette is dominated by muted yellows and browns, creating a mysterious and atmospheric ambiance..png", "The image is a monochromatic portrait of a young individual blowing a bubble with gum..png", "The image does not have a caption provided in the image itself. However, based on the content, a suitable caption might be: 'A moment of introspection amidst the geometric patterns of the room.'.png", "The image is a long-exposure photograph capturing the night sky filled with star trails, set against a rugged mountainous landscape..png", "The image showcases a close-up of a leaf with prominent veins, illuminated by a light source that emphasizes the texture and depth of the leaf's surface..png", "The image is an abstract representation of light and color, capturing the interplay of warm and cool tones. It showcases a blend of geometric patterns and natural light, creating a visually captivating and ethereal effect..png", "The image showcases a long-exposure shot of a roadway, capturing the motion of vehicles as light trails, set against a backdrop of a starry night sky with some cloud formations..png", "neon_night_traffics_light_trails.png", "The image is a vibrant and dynamic abstract representation, possibly a result of long exposure photography, showcasing a blend of colors and patterns..png", "riding_the_horizons.png", "radiant_blue_bursts.png", "The image is a long-exposure photograph showcasing intertwining light trails, predominantly in shades of blue, white, and orange, against a dark background..png", "The image is a long-exposure photograph showcasing dynamic light trails, possibly from moving vehicles or lights, captured against a dark background..png", "puff_of_smoke_amidst_vibrant_stickerss.png", "tram_trails_at_nights.png", "The image is a nighttime shot of a building with illuminated windows, possibly from a rainy or misty perspective..png", "The image showcases a close-up of a textured surface with a repetitive pattern, predominantly in shades of blue..png", "The image showcases a vibrant and dynamic interplay of light, with swirling patterns and glowing trails, possibly resulting from a long exposure photography technique..png", "The image showcases an arrangement of objects against a teal background with a diagonal shadow cast. There's a green oval tray, a stack of round crackers, a branch with small white flowers, and a twig..png", "The correct caption for this experimental photo would be: 'A silhouette of a hand framing the crescent moon against a gradient blue sky.'.png", "The image is a surreal representation of nature, where the sky is painted in vibrant shades of red and blue, contrasting with the golden hue of the field. Two trees stand isolated in the midst of this vivid landscape, adding depth and perspective..png", "The image showcases a vibrant and intricate light pattern that resembles a symmetrical butterfly or a winged creature, possibly inspired by the concept of light trails or digital artistry..png", "The image is a surreal representation of a landscape, where the dominant colors are shades of purple and blue. The sky is filled with crisscrossing white lines, possibly representing airplane trails, and the ground is covered in a vibrant purple grass or field. The tree in the foreground is in full bloom, contrasting with the other bar.png", "The caption for this experimental photo could be: 'Glowing Squiggles: An Abstract Play of Light and Shadow'..png", "The image showcases a close-up of cracked, dried earth, commonly seen in arid regions or after prolonged exposure to heat and lack of moisture..png", "tiny_treasures_in_the_mosss.png", "The caption for this experimental photo could be 'Neon Smile: A Glowing Expression of Joy'..png", "The image showcases a fern leaf set against a gradient background transitioning from a deep orange to a lighter shade..png", "The image is a creative representation of a bouquet of flowers, captured with a blurred effect, possibly to emphasize movement or the passage of time..png", "The image showcases a vibrant landscape with a clear blue sky, golden sand dunes, and a few sparse plants. The color palette is dominated by warm hues, giving the scene a surreal and dreamy ambiance..png", "The image is a high-contrast portrait of an individual, where the subject's face is illuminated by one light source while the other casts a shadow, creating a dramatic and artistic effect..png", "The image is a long-exposure photograph showcasing a dynamic interplay of light trails, predominantly in shades of blue, white, and hints of yellow. The swirling patterns and overlapping lines suggest movement and energy, reminiscent of abstract art or a visual representation of electromagnetic waves..png", "The image showcases a spiral optical illusion with alternating light and dark bands, creating a hypnotic effect..png", "golden_horizon_natures_radiances.png", "The image is a close-up of roses, capturing their intricate details and the play of light and shadow. The blurred background and the intentional focus on the roses create a dreamy and ethereal effect..png", "The image showcases a person submerged in water with pink roses and a transparent film overlay, capturing a serene and ethereal ambiance..png", "The image showcases a close-up of a hand reaching out, with a viscous, possibly liquid substance in vibrant shades of red and orange, creating a dramatic and intense visual effect against a dark background..png", "The image showcases a multi-colored, abstract representation of a human figure, seated in a contemplative pose, set against a vibrant backdrop of swirling, overlapping stripes in various hues..png", "The image does not have a clear caption provided in the image itself. However, based on the content, a suitable caption might be 'Neon Dreams: A Dance of Light and Emotion'..png", "golden_meadow_under_a_golden_skys.png", "The image showcases an abstract representation of light, possibly a long exposure shot, where the movement of lights creates intricate patterns and lines against a dark background..png", "Caption: 'Modern Culinary Artistry: A Blend of Tradition and Innovation.'.png", "The image showcases a pair of dice being submerged in water, capturing the moment they make contact with the water surface, resulting in a splash and the dispersion of water droplets..png", "The image is a creative representation of light and motion, capturing the essence of urban nightlife. It showcases the interplay of artificial lights, possibly from neon signs or streetlights, with the natural motion of the camera during a long exposure shot. The result is a dynamic and abstract depiction of a cityscape at night..png", "The image showcases a blurred individual skateboarding, with a modern building in the background and trees providing a natural contrast..png", "ethereal_blue_a_journey_through_light_and_shadows.png", "The image showcases a long-exposure shot of what appears to be a spark or fire trail, with a dark background. The intricate details of the trail, including its brightness and the way it interacts with the surrounding environment, make it a captivating visual..png", "The image is a creative representation of yellow flowers, possibly taken with a camera movement or filter to give it a dynamic and artistic feel..png", "The caption for this experimental photo should be: 'Abstract representation of a forest scene, captured using intentional camera movement to create a dreamlike and surreal effect.'.png", "whispers_of_the_invisibles.png", "The image showcases a vibrant interplay of light and shadow, with spiraling patterns emanating from a central point. The colors are rich and varied, with a predominant green hue contrasted by streaks of rainbow colors. The background is dark, emphasizing the luminosity of the spirals..png", "autumnal_whirlwinds.png", "The image is a monochromatic representation of a natural landscape, showcasing a dense forest of evergreen trees, a meadow, and a dramatic sky filled with thick, rolling clouds..png", "golden_pathway_amidst_autumns_embraces.png", "The image is a surreal representation of a forest, where the foliage and sky have been altered to display vibrant shades of purple and blue, respectively. The trees and ground are depicted in their natural colors, providing a stark contrast to the ethereal sky..png", "vibrant_desert_mirages.png", "golden_grass_dances.png", "The image showcases an oval-shaped tray in a muted green color, placed against a teal background with a diagonal shadow. Adjacent to the tray, there's a stack of round biscuits placed on a stone surface, accompanied by a delicate white flower and a thin branch with budding leaves..png", "The image showcases a child sitting in front of a red door during sunset, drinking from a cup while being captured in the golden hue of the setting sun..png", "The image is a black and white photograph capturing two hands reaching out towards each other on a straight road that stretches into the distance. The hands are framed by the road on either side, and the background showcases a rugged landscape with unique rock formations..png", "light_trails_dance_in_the_darks.png", "The image is a grayscale representation of a person wearing a face mask, captured in three different angles against a plain background. The person is holding a device, possibly a smartphone, in one of the angles. The image also features a laptop and some tangled wires on a table..png", "crescent_moon_in_glasss.png", "A skull adorned with antlers, surrounded by a vibrant display of sparks emanating from a neon light, set against a deep purple backdrop..png", "The image showcases a corkscrew in motion, with a glass of red wine splashing upwards, creating a dynamic and artistic representation of the process of opening a wine bottle..png", "hands_pointings.png", "The image is a surreal representation of a forest during autumn, where the foliage has been digitally altered to display vibrant red and orange hues against a contrasting blue sky..png", "The caption for this experimental photo should be: 'Silhouette of a man wearing a hat, captured against a textured background.'.png", "The image showcases a vibrant umbrella with a gradient of colors, placed on a stool, with a pair of orange sunglasses lying nearby on a leopard print background..png", "The image showcases a series of abstract light streaks, possibly resulting from a long-exposure shot of moving lights or a similar photographic technique. The colors range from deep blues and blacks at the top to fiery oranges and reds at the bottom, creating a visually striking contrast..png", "The image showcases a person riding a bicycle on a road during nighttime, with a blurred background capturing the city's lights and structures..png", "The caption for this experimental photo could be: 'Golden Waves: An Abstract Play of Light and Shadow'..png", "The image showcases a plant or flower with a flame emanating from its center against a vivid blue background..png", "The image showcases a bokeh effect with multiple colored lights against a dark background..png", "The image showcases a close-up of red-colored, wavy, and intertwined plant-like structures..png", "triangle_of_lights.png", "The image is an experimental infrared photograph, capturing the foliage in a unique pink hue against a clear blue sky..png", "relaxing_on_the_slopes_of_lifes.png", "The image is a vibrant and dynamic representation of swirling colors and patterns, reminiscent of a whirlpool or vortex. The central focus is a bright, fiery orange-red flower surrounded by a swirling motion of blues, greens, and yellows..png", "swirling_lights.png", "The image showcases a gradient of warm colors, transitioning from a deep orange at the top to a lighter hue at the bottom, with a silhouette of a mountainous formation in the foreground..png", "The image is a creative representation of a forest during autumn, using a unique color palette that emphasizes warm hues..png", "The image is a surreal representation of a natural landscape, where the colors and tones have been altered to create a dreamlike and otherworldly effect..png", "night_drives.png", "The image showcases an experimental photograph of intertwined neon-colored lines against a black background, possibly representing a network or interconnected system..png", "playful_photography_a_colorful_captures.png", "vibrant_autumn_forest_under_a_moody_skys.png", "mysterious_figure_stands_amidst_floating_cars_under_a_twilight_skys.png", "hand_touching_glistening_surfaces.png", "dry_fernss.png", "The image showcases a light painting experiment, where light sources are moved in a circular motion to create intricate patterns on a dark background..png", "The image showcases a close-up of a frozen water structure, possibly a part of a glacier or ice formation, with intricate details of ice crystals and water droplets..png", "autumnal_abundances.png", "earth_in_flamess.png", "riding_through_the_rains.png", "The image showcases a mountainous landscape during autumn, with vibrant red foliage contrasting against the rugged terrain and a clear blue sky..png", "a_blurred_figure_in_a_room_captured_in_a_moment_of_introspections.png", "The image is an abstract representation of light and motion, possibly taken with a long exposure technique, capturing the interplay of colors and patterns..png", "The image showcases a vibrant and dynamic pattern of intertwining lines, creating a mesmerizing vortex effect. The gradient of colors transitions from a deep blue at the top to a neon pink at the bottom, creating a sense of depth and movement..png", "The image showcases a close-up of fern-like leaves with a translucent overlay, emphasizing the intricate details and patterns of the leaves..png", "The caption for this experimental photo could be: 'Reflections of a Closed World: A Glimpse into the Silent Streets of a City.'.png", "tranquil_twilight_natures_serene_embraces.png", "vibrant_forest_trails.png", "light_trails_dances.png", "The image showcases a close-up of a plant or vegetation illuminated with a blue light, creating a surreal and ethereal ambiance..png", "The image showcases a night sky filled with stars, with a unique light trail emanating from the horizon, possibly from a light source or a long exposure shot of a moving object. The horizon is illuminated with hues of pink and purple, suggesting either a sunset or sunrise..png", "The image showcases a close-up of a soap bubble against a dark background, highlighting its iridescent colors and the intricate patterns formed by the bubble's surface tension and the presence of tiny droplets..png", "The image showcases a dynamic interplay of light trails, possibly resulting from a long exposure shot of moving lights or a light painting technique. The swirling patterns and contrasting colors create a visually captivating effect, emphasizing the interplay between light and darkness..png", "The image is a high-contrast, infrared photograph of a forested pathway during autumn..png", "vibrant_swirls_of_lights.png", "The image showcases a close-up of a glittery surface with a spectrum of colors, predominantly hues of purple, blue, and pink..png", "redhued_reflections.png", "The image is a surreal representation of a forest during autumn, where the trees have been digitally altered to display vibrant yellow foliage against a backdrop of a cloudy sky..png", "shadows_and_smokes.png", "The image showcases a close-up of a material with a cracked texture, possibly due to environmental factors or certain processing. The dominant color is a vibrant shade of red, and the cracks exhibit a mix of dark and light shades, creating a visually striking contrast..png", "The image showcases a creatively arranged scene with a coffee pot pouring coffee into a cup, a camera suspended in mid-air, a Rubik's cube, a book titled 'NEIL GRASSER TYSON', and a sticker with the text 'CAFE CARLYLE'. The backdrop is a solid beige color, and.png", "The image showcases a close-up of a leaf with a vibrant mix of purple and orange hues, highlighting the intricate texture and patterns of the leaf's veins..png", "amidst_the_chaos_a_beacon_of_clarity_emergess.png", "mountainous_night_a_luminous_spectacles.png", "The image showcases three bubbles against a gradient background transitioning from orange to green..png", "elegance_in_blooms.png", "The image showcases a group of birds in flight against a vibrant pink background..png", "sunset_over_the_bays.png", "ephemeral_embraces.png", "magic_avocado_tricks.png", "The image showcases a formation of four airplanes flying in close proximity against a clear blue sky..png", "The image showcases an indoor setting with a blend of natural elements. A wooden structure, possibly a ladder or a shelf, is juxtaposed against a wall with a minimalist design. A small plant sits on a ledge, and the scene is overlaid with the translucent image of palm leaves, creating a serene and harm.png", "The image is a surreal representation of a landscape, possibly infrared photography, showcasing a field with a lone tree, a line of trees in the distance, and a dramatic sky filled with clouds..png", "The image is an experimental infrared photograph, capturing the landscape with a unique color palette dominated by purples and blues..png", "The image is a surreal representation, possibly an infrared or digital manipulation, showcasing a lone tree in a snowy landscape against a dark sky..png", "The image showcases a person with vibrant blue curly hair, adorned with sparkly blue glitter on the cheek, set against a textured gray background with a decorative carved panel to the left..png"], "0.78": ["The image does not have a clear subject or context, making it challenging to provide an accurate caption. However, based on the visual elements, a possible caption could be: 'Motion Blurred: A Glimpse into the Uncertainty of Time.'.png", "a_woman_in_a_floral_dress_stands_poised_holding_a_sword_bathed_in_a_fiery_red_glows.png", "astral_tidess.png", "The image showcases a person bending forward with their head tilted upwards, holding a glowing object near their chest. The background is a gradient of blue and pink hues, creating a dramatic and ethereal atmosphere..png", "golden_showers.png", "intense_gaze_with_iriss.png", "The image showcases a vast desert landscape with a lone astronaut standing near a glowing rectangular portal. Above, a planet with prominent rings can be seen, casting its shadow on the desert below..png", "The image showcases a close-up of a person's face submerged in water, capturing the serene expression and the play of light on the water's surface..png", "The image showcases a close-up of a horse's head, with its mane and eye prominently featured. The horse appears to be behind a fence, with the fence's mesh casting a pattern on its skin..png", "The image showcases a dynamic interplay of light trails, possibly resulting from a long exposure shot of moving light sources against a dark background. The intricate patterns and contrasts between the white and golden trails create a visually captivating effect..png", "The image is a blurred representation of light sources, possibly taken with a slow shutter speed or intentional camera movement, capturing the motion and energy of the lights..png", "The image showcases a man wearing sunglasses, captured in a low-key lighting setup with a reflection of his face..png", "The image showcases a dynamic interplay of light and shadow, capturing the ethereal movement of flames against a dark background..png", "The image showcases a close-up of flowers with a unique combination of colors and patterns. The flowers have a mix of white, yellow, and green hues, with distinctive black and orange stamen..png", "glowing_strands_of_the_cosmoss.png", "golden_halo_a_tale_of_tribal_beauty_and_mysticisms.png", "The image showcases a close-up of a face partially submerged in water, with a mesh-like material covering parts of the face. The water appears to be disturbed, creating ripples and reflections..png", "The image showcases a black heart-shaped object adorned with gold-colored, intricately designed flowers and leaves against a black background..png", "The image captures a moment of urban life, where the hustle and bustle of the city come alive at night. The motion blur of the surroundings contrasts with the steady presence of the motorcyclist, emphasizing the juxtaposition of movement and stillness in a modern metropolis..png", "The image is a silhouette of a hand placed against a bright light source, creating a contrast between the dark hand and the illuminated background..png", "The caption for this experimental photo could be: 'A play of light and shadow, capturing the essence of nature's beauty during the golden hour.'.png", "The caption for this experimental photo could be: 'Motion Blurred Nature: A Study in Movement and Stillness'..png", "The image showcases a long-exposure shot of the night sky, capturing the motion of stars as the Earth rotates. The circular pattern of the star trails indicates the Earth's rotation on its axis..png", "a_mesmerizing_concert_under_a_radiant_glows.png", "The image showcases an abstract representation of light trails, possibly from long exposure photography, with a mix of vibrant colors and intricate patterns..png", "The image is a creative representation of light patterns, possibly achieved through a long exposure technique, where moving lights create abstract and dynamic shapes against a dark background..png", "The image is a blurred and color-saturated representation of a person's face, possibly taken with a slow shutter speed or intentional motion blur. The colors predominantly used are red, yellow, and black, creating a dramatic and intense mood..png", "neon_waves_at_nights.png", "moving_through_twilights.png", "nighttime_strolls.png", "The image showcases a side profile of a person adorned with green moss-like textures on their head and body, with vibrant red and green paint splatters. The background is a deep green, creating a moody and ethereal atmosphere..png", "golden_swirlss.png", "starry_night_over_countryside_homes.png", "The image showcases a close-up of large, intricately veined leaves, illuminated with a blue hue, emphasizing the veins and texture of the leaf..png", "a_lone_figure_stands_in_a_dimly_lit_room_illuminated_by_a_hanging_cross_while_a_distant_window_reveals_a_serene_outdoor_views.png", "The image showcases a unique architectural design featuring multiple apartment buildings stacked in a manner that creates a visually arresting pattern against a clear sky..png", "A man in formal attire leans against a solitary tree in a vast, arid landscape, with mountains in the distance..png", "The image showcases a person obscured by a bouquet of blue flowers against a light blue background. Their face is partially visible, with the flowers covering their eyes and nose. They are wearing a white t-shirt with a graphic design and the text 'A BATHING APE'..png", "The image is a vibrant and abstract representation of overlapping and intertwined petal-like structures in varying shades of green..png", "The image showcases a creative composition with kiwi slices, glasses of water, and a hand shadow on a pink background. The lighting creates a dramatic effect, emphasizing the freshness of the kiwi slices and the clarity of the water..png", "delicate_branches_against_a_clear_skys.png", "The image showcases a person with glasses, wearing a green shirt, standing against a light-colored wall with shadows cast by a window or light source. The person is holding an object, possibly a mobile phone, and has a necklace on..png", "The image showcases a close-up of green leaves with a unique, almost translucent quality, emphasizing the intricate vein patterns..png", "luminous_wavess.png", "waves_of_earths.png", "The image is a blurred representation of a person with a checkered hat, possibly due to intentional camera movement or a shake. The colors in the background are vibrant, with hints of orange, green, and purple..png", "The image showcases a close-up of a plant with needle-like leaves, exhibiting vibrant red and blue hues. The photo has been processed with a color filter, giving it a surreal and artistic appearance..png", "forest_pathway_bathed_in_ethereal_lights.png", "reaching_for_the_pasts.png", "The image showcases a modern architectural structure with a unique design featuring colorful, striped patterns illuminated against a dark background..png", "digital_dance_a_journey_through_the_grids.png", "The image is a surreal representation of a forest scene, possibly taken using infrared photography, which captures light beyond the visible spectrum, resulting in vibrant hues of red, purple, and blue..png", "The image showcases a fluid dynamics experiment where a mixture of two different liquids is poured into a container. The interaction between the liquids results in a swirling pattern, creating a visually captivating marble-like effect..png", "The image showcases a close-up of a person's face, with a focus on their eye and nose, submerged in a yellow liquid. The reflection of the face can be seen on the surface of the liquid..png", "The image is a reflection of a group of individuals on a wet surface, capturing their silhouettes against a cloudy sky..png", "luminous_nightscapes.png", "The image is a black and white long exposure photograph of a waterfall, capturing the flow of water in a smooth and ethereal manner..png", "The image is a silhouette of a person against a backdrop of light and shadow, possibly from a window or a screen..png", "Caption: 'Three stages of cauliflower processing: raw, partially processed, and fully processed into rice grains.'.png", "fluid_dynamics_a_dance_of_colorss.png", "The image is a surreal representation of a landscape, possibly an infrared or digital manipulation, showcasing a vibrant sunset over a body of water with trees silhouetted against the fiery sky..png", "The image is an abstract representation, and without specific context, it's challenging to provide an accurate caption. However, it can be described as a blend of vibrant colors and textures, evoking feelings of movement and fluidity..png", "silhouette_at_dusks.png", "The caption for this experimental photo could be: 'Shadows and Silhouettes: A play of light and form against a textured backdrop.'.png", "radiant_diagonal_dances.png", "The image is a close-up of a fluid or liquid, possibly a sauce or syrup, with a rich brown color and a smooth texture. The lighting accentuates the flow and depth of the liquid, creating a dynamic and visually captivating effect..png", "a_lone_dog_walks_down_a_serene_countryside_road_bathed_in_the_warm_glow_of_the_setting_suns.png", "bare_branches_against_a_twilight_skys.png", "dancing_in_the_golden_hours.png", "The correct caption for this experimental photo is: 'Shadows and Light: An Exploration of Form and Silhouette.'.png", "geometric_chaoss.png", "serene_stream_amidst_blue_forests.png", "meteor_showers.png", "The image is a grayscale representation of a person, possibly captured in a low-light environment, with a blurred or motion-induced effect..png", "reflections_of_urban_lifes.png", "reflections_of_a_modern_spaces.png", "glasses_in_sunlights.png", "The image showcases an abstract representation of fluid dynamics, where the interplay of light and shadow creates a visually striking pattern of cascading, feather-like formations..png", "city_reflectionss.png", "The image showcases a close-up of large, vibrant blue leaves with intricate vein patterns..png", "moons_dances.png", "shadows_of_a_tree_on_a_textured_walls.png", "The image showcases a plate with dried or withered flowers against a muted pink background. The lighting casts a shadow, emphasizing the delicate nature of the flowers and the texture of the plate..png", "The image showcases a person with a unique interplay of light and shadow, featuring a grid pattern in the background and a distinctive color palette dominated by reds and oranges..png", "The image is a colorful and abstract representation of leaves, possibly taken with a camera movement technique to create a dynamic and blurred effect..png", "veins_of_natures.png", "The image showcases a series of individuals wearing helmets, standing in a corridor with a repetitive pattern. The lighting is dim, creating a mysterious and ethereal atmosphere..png", "reflected_beauty_a_girl_with_blue_flowerss.png", "vibrant_horizon_natures_palette_unveileds.png", "The image is a representation of a forest pathway captured using infrared photography. Infrared photography captures light beyond the visible spectrum, resulting in unique color palettes and highlighting details that might be overlooked in regular photography..png", "delicate_blossoms_in_vintage_cups.png", "hands_in_red_and_blues.png", "neon_swirlss.png", "The image showcases a crescent moon set against a gradient sky, framed by abstract geometric shapes..png", "The image showcases a vibrant carnival ride at night, with neon lights illuminating the motion blur of the ride's seats, creating a dynamic and electrifying atmosphere..png", "The image is a black and white photograph capturing a scene of a modern indoor space, possibly a shopping mall or a transit hub, with blurred figures suggesting motion or a deliberate artistic effect..png"]}, "buckets": ["1.0", "1.29", "0.78"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 2, "seen_images": {"The image is a blurred representation of a human eye, possibly captured using a motion blur or zoom effect. The surrounding elements appear to be in sharp focus, creating a contrast between clarity and obscurity..png": true, "intense_gaze_amidst_the_hazes.png": true, "The image is an abstract representation of light patterns, possibly resulting from a long exposure or light painting technique. It showcases swirling patterns of light in various colors, creating a dynamic and mesmerizing visual effect..png": true, "tall_trees_stand_in_stark_contrast_against_a_clear_sky_captured_in_monochromes.png": true, "The image is an abstract representation of light and color, capturing the interplay of warm and cool tones. It showcases a blend of geometric patterns and natural light, creating a visually captivating and ethereal effect..png": true, "crescent_moon_in_glasss.png": true, "puff_of_smoke_amidst_vibrant_stickerss.png": true, "The image is a vibrant and dynamic representation of swirling colors and patterns, reminiscent of a whirlpool or vortex. The central focus is a bright, fiery orange-red flower surrounded by a swirling motion of blues, greens, and yellows..png": true, "The image showcases a close-up of flowers with a unique combination of colors and patterns. The flowers have a mix of white, yellow, and green hues, with distinctive black and orange stamen..png": true, "Caption: 'Three stages of cauliflower processing: raw, partially processed, and fully processed into rice grains.'.png": true, "The image showcases an abstract representation of light trails, possibly from long exposure photography, with a mix of vibrant colors and intricate patterns..png": true, "The image is a grayscale representation of a person, possibly captured in a low-light environment, with a blurred or motion-induced effect..png": true, "desert_reflectionss.png": true, "golden_meadow_under_the_watchful_eye_of_the_blossoming_trees.png": true, "winters_radiances.png": true, "The image is a long-exposure photograph showcasing abstract patterns of light, predominantly in green and red hues, against a dark background..png": true, "ephemeral_embraces.png": true, "autumnal_whirlwinds.png": true, "light_trails_dance_in_the_darks.png": true, "The image showcases a vibrant interplay of light and shadow, with spiraling patterns emanating from a central point. The colors are rich and varied, with a predominant green hue contrasted by streaks of rainbow colors. The background is dark, emphasizing the luminosity of the spirals..png": true, "golden_swirlss.png": true, "The image is a black and white photograph capturing a scene of a modern indoor space, possibly a shopping mall or a transit hub, with blurred figures suggesting motion or a deliberate artistic effect..png": true, "The image showcases a person obscured by a bouquet of blue flowers against a light blue background. Their face is partially visible, with the flowers covering their eyes and nose. They are wearing a white t-shirt with a graphic design and the text 'A BATHING APE'..png": true, "bare_branches_against_a_twilight_skys.png": true, "man_in_room_with_neon_lights.png": true, "The image showcases an abstract representation of light trails, possibly resulting from a long exposure photography technique. The intertwining patterns of light create a dynamic visual effect against a dark background..png": true, "dive_into_the_vibrant_world_of_fashion_and_artistrys.png": true, "The image is a long-exposure photograph showcasing a chaotic interplay of light trails, predominantly in shades of red, blue, and white, against a dark background..png": true, "The image showcases a vibrant and dynamic pattern of intertwining lines, creating a mesmerizing vortex effect. The gradient of colors transitions from a deep blue at the top to a neon pink at the bottom, creating a sense of depth and movement..png": true, "The image does not have a clear caption provided in the image itself. However, based on the content, a suitable caption might be 'Neon Dreams: A Dance of Light and Emotion'..png": true, "The caption for this experimental photo could be: 'Reflections of Nature: An Exploration of Light and Shadow on a Still Water Surface.'.png": true, "The image is a surreal representation, possibly an infrared or digital manipulation, showcasing a lone tree in a snowy landscape against a dark sky..png": true, "geometric_chaoss.png": true, "dancing_in_the_golden_hours.png": true, "The image showcases a dynamic interplay of light and shadow, capturing the ethereal movement of flames against a dark background..png": true, "The image is a surreal representation of a landscape, possibly an infrared or digital manipulation, showcasing a vibrant sunset over a body of water with trees silhouetted against the fiery sky..png": true, "sizzling_swirlss.png": true, "The image showcases a close-up of delicate, needle-like leaves against a vibrant blue background, possibly during the golden hour..png": true, "The image showcases an abstract representation of intertwined light patterns, possibly resulting from a long-exposure shot of light sources or a digital manipulation. The vibrant colors and dynamic lines create a sense of movement and energy..png": true, "The image is a blurred or motion-blurred photograph, possibly taken with a slow shutter speed or intentional camera movement. It captures abstract patterns and shapes, with a focus on horizontal and vertical lines. The caption could be 'Abstract Motion' or 'Motion Blur Abstract'..png": true, "The image is a creative representation of a forest during autumn, using a unique color palette that emphasizes warm hues..png": true, "The image is a surreal representation of a forest during autumn, where the trees have been digitally altered to display vibrant yellow foliage against a backdrop of a cloudy sky..png": true, "The image showcases an arrangement of objects against a teal background with a diagonal shadow cast. There's a green oval tray, a stack of round crackers, a branch with small white flowers, and a twig..png": true, "The image is a long-exposure photograph capturing the night sky filled with star trails, set against a rugged mountainous landscape..png": true, "fluid_dynamics_a_dance_of_colorss.png": true, "The image is a blurred representation of light sources, possibly taken with a slow shutter speed or intentional camera movement, capturing the motion and energy of the lights..png": true, "The image is a silhouette of a person against a backdrop of light and shadow, possibly from a window or a screen..png": true, "a_mesmerizing_concert_under_a_radiant_glows.png": true, "The image is an experimental infrared photograph, capturing the natural landscape with a unique color palette dominated by deep reds and greens..png": true, "The image is a black and white photograph capturing a silhouette of a person against a backdrop of a serene seascape. The person's shadow is cast on a bushy plant, and the vast expanse of water stretches out to the horizon, with distant landforms visible..png": true, "waveform_of_sounds.png": true, "lone_tree_in_infrared_fields.png": true, "The image showcases an abstract representation of light, possibly a long exposure shot, where the movement of lights creates intricate patterns and lines against a dark background..png": true, "The image showcases an experimental photograph of intertwined neon-colored lines against a black background, possibly representing a network or interconnected system..png": true, "The image showcases a corkscrew in motion, with a glass of red wine splashing upwards, creating a dynamic and artistic representation of the process of opening a wine bottle..png": true, "The image is a close-up of roses, capturing their intricate details and the play of light and shadow. The blurred background and the intentional focus on the roses create a dreamy and ethereal effect..png": true, "veins_of_natures.png": true, "The image is an abstract representation, and without specific context, it's challenging to provide an accurate caption. However, it can be described as a blend of vibrant colors and textures, evoking feelings of movement and fluidity..png": true, "The image showcases a long-exposure shot of the night sky, capturing the motion of stars as the Earth rotates. The circular pattern of the star trails indicates the Earth's rotation on its axis..png": true, "golden_halo_a_tale_of_tribal_beauty_and_mysticisms.png": true}, "current_epoch": 1}
training_state-gay.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["The image showcases a moment of intimacy and commitment between two individuals, emphasizing the significance of the rings exchanged. While the image does not explicitly state the gender of the individuals, the act of exchanging rings is universally associated with marriage or a similar bonding ceremony..png", "The image does not have a clear indication of a specific LGBT theme. It showcases a person with a unique style, but without additional context, it's challenging to accurately label it as LGBT themed..png", "The image showcases a hand holding a colorful fan, symbolizing the LGBTQ+ Pride flag, with a backdrop of a cityscape and electrical poles..png", "The image does not depict a clear LGBT theme. It showcases a couple in wedding attire, which can be associated with heterosexual weddings..png", "The image does not depict a clear LGBT theme. It shows two young children, with one child appearing to hug or comfort the other..png", "The image showcases a group of men celebrating, possibly at a wedding, with beer bottles. The caption could be: 'Celebrating love and unity under the palm trees.'.png", "The image does not have a direct caption, but based on its content, a suitable caption might be: 'Embracing the spectrum of identity and expression.'.png", "The image does not provide explicit details or context that would allow for a definitive caption. However, based on the intimate nature of the image, a possible caption could be 'A tender moment of connection'..png", "The image showcases a person with rainbow-colored stripes on their face, leaning against a brick wall with an old gas or water valve. The person is wearing a white t-shirt with a rainbow design and denim overalls..png", "The image does not depict any LGBT themes. It showcases the interior of a church with pews and decorative elements..png", "The image showcases two individuals with a horse and a dog, with a LGBTQ+ pride flag prominently displayed. The setting appears to be outdoors with trees showcasing autumn foliage..png", "The image showcases the Statue of Liberty draped in the LGBTQ+ pride flag, symbolizing freedom, acceptance, and the rights of the LGBT community..png", "The image showcases two joyful men celebrating their love and bond at a beach. Their energetic jump signifies the freedom and happiness they feel in each other's company..png", "The image showcases a joyous moment between two individuals, presumably a same-sex couple, celebrating a positive pregnancy test..png", "The image does not contain any LGBT themed content. It depicts a natural landscape with a river and trees..png", "The image showcases a vibrant LGBTQ+ Pride event, with attendees raising their hands in celebration and waving rainbow flags, symbolizing unity, acceptance, and diversity..png", "The image captures a vibrant moment from a Pride parade, where attendees celebrate love, acceptance, and diversity. The woman in the foreground, holding up a beverage, seems to be in high spirits, surrounded by friends and fellow parade-goers..png", "The image does not explicitly depict any LGBT themes. It is a close-up of a person's eye and eyebrow..png", "The image does not explicitly depict any LGBT themes. It showcases two individuals at the beach, but the caption should be chosen based on the context and message the photographer wishes to convey, rather than the attire or relationship of the individuals..png", "The image showcases a person participating in a LGBTQ+ pride event, holding a rainbow flag, which is a symbol of LGBTQ+ pride and acceptance. The individual is wearing a mask, possibly indicating health precautions due to a pandemic, and has a bag with the text 'Plank Like RBC' on it..png", "The image does not explicitly depict any LGBT themes. It showcases a man on a beach with a backdrop of buildings and boats..png", "The image does not explicitly depict any LGBT themes. It's important to be cautious and accurate when captioning images, as assumptions can lead to misrepresentation or perpetuate stereotypes..png", "The image showcases two men standing on a dock, holding their dogs, with a bridge in the background. The caption could be: 'Two loving souls, embracing life's simple joys, with their furry companions by their side.'.png", "The image captures a moment from a LGBTQ+ Pride event, where individuals are marching and celebrating their identities. The prominent rainbow flag, a symbol of LGBTQ+ pride, is draped over one of the participants, signifying acceptance and support for the community..png", "The image does not provide explicit details or context that would allow for a precise caption. However, based on the visual elements, a possible caption could be: 'Moments of solitude and reflection amidst nature's grandeur.'.png", "The image does not explicitly depict any LGBT themes. It showcases a young man in a church setting..png", "The image does not provide explicit details about the relationship or orientation of the individuals, so any caption would be speculative. However, based on their close interaction and the setting, a possible caption could be: 'Two friends sharing a moment of reflection overlooking the historic town.'.png", "The image does not explicitly depict any LGBT themes. It shows two individuals with their shadows on the ground, which could be interpreted in various ways, including friendship, companionship, or any other relationship. The caption should be chosen based on the intended message or interpretation of the image..png", "The image does not contain any explicit LGBT themes. It depicts a snowy urban scene with no direct indication or representation of LGBT identity..png", "The image does not explicitly depict any LGBT themes. It showcases a woman in a field, and while the attire and setting might evoke feelings of femininity or nature, it's not specific to any particular gender identity or orientation..png", "The image depicts a vibrant LGBTQ+ Pride parade in an urban setting, with participants marching down the street, colorful flags flying, and a police vehicle present for safety..png", "The image does not depict a clear LGBT theme. It shows a couple, presumably on their wedding day, inside a car. The caption should be more specific and contextual to accurately represent the content of the image..png", "The image does not explicitly depict a LGBT theme. It showcases two individuals in a close and intimate pose, adorned with gold jewelry. The caption should be more contextual and descriptive rather than making assumptions..png", "The image does not depict a clear LGBT theme. It shows a group of individuals at an event with the 'Blue City' branding and the Nasdaq logo. The individuals are giving thumbs up, possibly indicating a positive or celebratory moment..png", "The image depicts two individuals, likely in a romantic relationship, holding hands against a scenic backdrop. While the image does not explicitly state their gender, the attire and setting suggest a contemporary, possibly urban LGBT context. A suitable caption might be: 'Two souls, one journey. Celebrating love in the modern world.'.png", "The image does not provide explicit details or context about the theme being LGBT. It's important to approach such images with sensitivity and avoid making assumptions without proper context..png", "The image showcases a police officer participating in a LGBTQ+ Pride parade, surrounded by other attendees and displaying various symbols of support and unity..png", "The image is a vibrant representation of the LGBTQ+ rainbow flag, symbolizing diversity, acceptance, and pride..png", "The image does not depict any LGBT themes. It shows a man standing on a road surrounded by trees..png", "The image showcases a woman holding a rainbow flag, commonly associated with LGBTQ+ pride. The caption could be: 'Joyful supporter attending a LGBTQ+ pride event, holding a symbol of unity and acceptance.'.png", "The image does not depict a clear LGBT theme. It shows a mother and her baby in a natural setting..png", "The image does not have any direct LGBT themes. It's a collection of colorful star-shaped candies..png", "The image does not explicitly depict any LGBT themes. It shows a close-up of hands with a ring, and while it could be interpreted in various ways, there's no direct indication of LGBT themes..png", "The image does not depict any overt LGBT themes. It shows a man in a church setting, and while the man's attire and pose might be considered unconventional for a church setting, it doesn't directly indicate any LGBT theme..png", "The image showcases a person holding a rainbow flag, commonly associated with LGBTQ+ pride, and a sign that reads 'SOME PARENTS ARE THEIR CHILD'S FIRST BULLY... GSA'S SAVE LIVES!'. The sign also features a rainbow and a cloud with lightning..png", "The image portrays two young men in a serene outdoor setting, with one sitting on a stool and the other standing close by, embracing him. The caption could be: 'A moment of connection and comfort in nature's embrace.'.png", "The image does not depict any LGBT themes. It showcases a formal dining setting with elegant tableware and decor..png", "The image does not depict any overt LGBT themes. It showcases a man in formal attire standing in an urban setting..png", "The image showcases two individuals dressed in vibrant and elaborate costumes, possibly representing a drag or LGBTQ+ theme. The person on the left wears a black hat with a decorative brooch and has a name tag that reads 'Bruce'. The person on the right dons a yellow headpiece and a shirt with a colorful design.png", "The image showcases an individual with colorful star stickers on their face, representing the LGBTQ+ rainbow flag. The presence of these stickers signifies pride and acceptance within the LGBT community..png", "The image showcases a man with a prominent mustache and beard, striking a pose with his hand on his head. He has a tattoo of a palm tree and a flamingo on his side. The image has a watermark at the bottom right corner that reads 'LGBTQNEWS.COM'..png", "The image does not explicitly depict any LGBT themes. It shows a man sitting on a bench, looking out at a scenic mountain view..png"], "0.78": ["The image does not explicitly depict any LGBT themes. It showcases a couple in a romantic setting, but the caption provided is not appropriate for the content of the image..png", "The image depicts a moment of intimacy between two individuals, possibly in a romantic relationship. While the image does not explicitly label the relationship, the close proximity and affectionate gesture suggest a romantic or intimate connection..png", "The image is a colorful representation of the LGBTQ+ rainbow flag, symbolizing diversity and inclusion..png", "The image does not explicitly depict a clear LGBT theme. It's a portrait of a person with a red streak across their face, set against a white background. The interpretation of the image's theme or message is subjective and can vary based on individual perspectives..png", "The image does not explicitly depict any LGBT themes. It showcases a person in a dynamic pose against a vibrant backdrop. The caption provided is 'A man in a hat and sunglasses dancing on the street.'.png", "The image does not have any direct indications of LGBT themes. It depicts a hand emerging from water against a stormy backdrop..png", "The image showcases a rainbow flag, a symbol of LGBTQ+ pride and diversity, with a backdrop of a cityscape..png", "Two individuals, possibly of the LGBTQ+ community, sit by the water, enjoying a moment of tranquility and connection..png", "The image does not depict any LGBT themes. It shows a series of lockers with different colors and designs..png", "The image showcases a rainbow flag, a symbol of LGBTQ+ pride and diversity, held against a backdrop of metallic, shimmering curtains..png", "The image does not depict any LGBT themes. It shows a man at a beach with a seagull, wearing winter clothing and a backpack..png", "The image does not directly depict any LGBT themes. It is more of an artistic representation with vibrant colors and a person holding an umbrella..png", "The image does not depict a clear LGBT theme. It shows a crowd of people, some of whom are wearing masks and holding signs, but the specific theme or message related to LGBTQ+ is not evident from the image..png", "The image depicts a LGBT themed event, possibly a pride parade, with participants holding signs and banners. The prominent sign reads 'Amigos de la T' with a green circle, and there are other signs with messages like 'TROBES BIENESTAR' and 'TROBES BIENESTAR'..png", "The image showcases a vibrant LGBTQ+ pride parade or gathering in an urban setting. The participants are dressed in colorful and diverse outfits, some holding flags and banners, while others are simply walking or standing, showcasing their individuality. The presence of the 'Westfield' sign suggests that this event is taking place in.png", "The image does not explicitly depict any LGBT themes. It's a portrait of a person with a neutral expression against a backdrop..png", "The image does not explicitly depict any LGBT themes. It shows a man and a woman enjoying a moment on a beach..png", "The image does not depict a clear LGBT theme. It shows a person holding a sign with a message in German, but without additional context, it's challenging to associate it with LGBT themes..png", "The image does not depict any clear LGBT themes. It shows two individuals in a casual setting, one of whom is on a bicycle and the other standing next to him..png", "The image captures a moment from a LGBTQ+ Pride parade, where participants march through the streets, celebrating their identities and advocating for equal rights. The individual with the large white wings symbolizes freedom, acceptance, and the angelic nature of the community..png", "The image does not explicitly depict any LGBT themes. It's a portrait of a man, and while he is wearing a chain necklace, there's no direct indication of his sexual orientation or any LGBT-specific theme..png", "The image does not have any explicit LGBT themes. It depicts a serene seascape with a gradient sky and a moon..png", "The image does not depict a clear LGBT theme. It shows a protest with a sign reading 'BLACK LIVES MATTER'..png", "The image showcases a vibrant neon rainbow arc against a backdrop filled with repeated phrases like 'LOVE' and 'LIVE RIGHT'. The overall theme appears to be LGBTQ+ pride and acceptance..png"], "1.29": ["The image does not depict a clear LGBT theme. It shows a family of five walking together in a natural setting..png", "The image captures a moment from a LGBTQ+ pride event, where individuals are celebrating their identities and advocating for equality. The central figure, a man, is playfully interacting with the water in a fountain, surrounded by a crowd of supporters waving rainbow flags, symbolizing the LGBTQ+ pride flag..png", "The image does not explicitly depict any LGBT themes. It showcases a person gazing into the distance with a serene landscape in the background..png", "The image does not depict any LGBT themes. It shows a ring in a box, which could be used in various contexts, including a proposal or an engagement..png", "The image showcases a close-up of two individuals, presumably in a romantic relationship, holding hands. Given the context and the attire, it could be inferred that they might be at a wedding or a similar celebratory event. However, the image does not explicitly depict a wedding scene, so the caption should be chosen with care to avoid making.png", "The image showcases a young individual in an urban setting, adorned with a rainbow-colored scarf, symbolizing LGBTQ+ pride. The backdrop features a city street with vehicles and trees, and the person is seated on a concrete structure..png", "The image captures a vibrant LGBTQ+ Pride parade in an urban setting. The central figure, with pink-dyed hair, is raising her fist in a gesture of solidarity and joy. Surrounding her are other participants, some holding signs and banners, showcasing their support and pride..png", "The image does not explicitly depict any LGBT themes. It showcases a mother and her baby. Any caption or labeling beyond this would be speculative and potentially misleading..png", "The image does not explicitly depict any LGBT themes. It shows two individuals in a moment of comfort or distress, but without additional context, it's challenging to attribute it to a specific LGBT theme..png", "The image showcases a LGBT themed event, possibly a pride parade, with participants holding rainbow flags and banners. The crowd is gathered in front of a modern building with the name 'LA CAJA DEL CORTEZ' written on it..png", "The image showcases two wedding rings placed on a bouquet, symbolizing the union and commitment of two individuals, regardless of their gender..png", "The image depicts a vibrant LGBTQ+ Pride parade, with participants marching down the street, holding rainbow flags and wearing colorful attire. Spectators line the sides of the road, cheering and supporting the cause..png", "The image portrays an intimate moment between two individuals, emphasizing their connection and affection. However, without specific context or additional information, it's challenging to provide a precise caption that accurately represents the theme..png", "The image does not depict a clear LGBT theme. It showcases a man and a woman in a close pose, but without additional context or specific indicators of their relationship dynamics, it's challenging to accurately label it as LGBT themed..png", "The image showcases a part of the exterior of 'Our Gay Village' in Manchester, as seen from inside a building. The setting appears to be a cozy space with a window offering a view of the signage..png", "The image showcases a vibrant LGBTQ+ Pride event, with participants gathered around a monument adorned with rainbow flags. The monument bears inscriptions in French, and the crowd is filled with individuals celebrating their identities and unity..png", "The image does not depict any overt LGBT themes. It showcases a man in formal attire, and while the individual's appearance may be perceived as non-traditional for some, it doesn't necessarily align with specific LGBT themes..png", "The image showcases a person holding a dog tag with the word 'EQUALITY' engraved on it, alongside a rainbow-colored tag. The rainbow flag is commonly recognized as the LGBTQ+ pride flag..png", "The image showcases a cap with a heart-shaped rainbow emblem, symbolizing LGBTQ+ pride..png", "The image showcases a participant in a LGBTQ+ parade, donning a white robe and a distinctive headdress, holding a vibrant pink fan. The background reveals a bustling street scene with other parade-goers and urban architecture..png", "The image does not depict any LGBT themes. It showcases a young man posing against a backdrop of containers..png", "The image showcases a romantic moment between two individuals, possibly in a relationship, on a beach setting. While the image does not explicitly label the relationship, the intimate pose and setting can be interpreted as a representation of love and affection between two people, regardless of gender..png", "The image does not depict any clear LGBT themes. It shows a man wearing a face mask against a dark background..png", "The image showcases a beautifully set LGBT themed wedding table with a menu card that reads 'Heart & Soul' and a vow card that says 'Love is Love'. The setting is adorned with candles, fruits, and decorative elements, emphasizing the celebration of love and unity..png", "The image does not depict any LGBT themes. It showcases a woman's feet in high heels and a white dress, possibly during a wedding or formal event..png", "The image portrays two individuals sharing an intimate moment, surrounded by fairy lights, symbolizing warmth, love, and acceptance..png", "The image does not explicitly depict any LGBT themes. It shows two individuals on a beach during sunset, and while their relationship or gender can be inferred, it's not explicitly stated or labeled as LGBT..png", "The image showcases a billboard with various elements. The prominent elements include a rainbow-colored hashtag '#Pride', the word 'Love' written in a cursive style, and a brand name 'Samsung' along with the word 'detail'. The sky in the background is partly cloudy..png", "The image showcases a person against a backdrop of horizontal rainbow stripes, symbolizing the LGBTQ+ pride flag. The individual is wearing a shirt with similar rainbow stripes and is accessorized with yellow-tinted sunglasses and earrings..png", "The image showcases a vibrant LGBTQ+ parade with participants waving rainbow flags and banners. In the background, there's a prominent clock tower, possibly a city landmark, set against a blue sky with fluffy white clouds..png", "The image showcases a pathway painted with the colors of the LGBTQ+ pride flag, representing the diversity and inclusivity of the LGBT community..png", "The image does not directly depict an LGBT theme. While the individual is wearing a bandana with a rainbow design, which is often associated with LGBTQ+ pride, the primary focus of the image is on the message on the shirt and the gathering..png", "The image does not explicitly depict any LGBT themes. It shows a group of people dancing, and while some might be wearing clothing that could be associated with certain gender expressions, it's not definitive evidence of LGBT themes..png", "The image showcases a colorful array of intertwined plastic tubes, reminiscent of the iconic rainbow flag, a symbol of LGBTQ+ pride and diversity..png", "The image showcases a dog wearing a rainbow-colored bandana, often associated with LGBTQ+ pride. The dog is standing next to a person's legs, suggesting a close bond or companionship..png", "The image does not contain any LGBT themed elements or content. It depicts a natural landscape..png", "The image does not depict any explicit LGBT themes. It showcases a man at the beach holding a surfboard..png", "The image does not depict a clear LGBT theme. It primarily showcases a person holding money, with sunglasses obscuring their face..png", "The image does not depict any LGBT themes. It shows an elderly man with a young child..png", "The image captures a vibrant moment from a Pride parade, celebrating LGBTQ+ rights and acceptance. The participants, dressed in colorful attire and waving rainbow flags, march through the city streets, surrounded by onlookers and supporters..png", "The image showcases a rainbow flag, a symbol of LGBTQ+ pride and rights, waving against a backdrop of a classical-style building with statues on its roof..png", "The image depicts a protest or march with participants holding various signs. Some of the prominent signs read 'NO PRIDE WITHOUT BLACK TRANS LIVES', 'BLACK TRANS MATTER', and 'PROTECT TRANS KIDS'. The participants are seen wearing masks, possibly indicating a recent or ongoing.png", "The image does not explicitly depict any LGBT themes. It shows two individuals enjoying a moment outdoors, with one person pouring a drink from a can..png", "The image is a close-up of a human eye with a rainbow spectrum, often associated with LGBTQ+ pride and diversity..png", "The image depicts a vibrant LGBTQ+ Pride parade with participants holding various signs advocating for love, acceptance, and equality. The prominent signs read 'LOVE IS LOVE', 'Love is Love', and 'Love is Love'. The atmosphere is lively, with participants wearing colorful outfits and masks,.png", "The image does not depict any LGBT themes. It showcases a diamond ring on a turquoise background..png", "The image showcases a historic building adorned with a rainbow flag, symbolizing LGBTQ+ pride and acceptance..png", "The image does not explicitly depict any LGBT themes. It shows two pairs of shoes standing on a sidewalk with a phrase written beneath them. Without additional context, it's challenging to accurately caption the image in relation to LGBT themes..png", "The image showcases rainbow-colored flags, often associated with the LGBTQ+ community, hanging against a backdrop of greenery..png", "The image does not explicitly depict any LGBT themes. It showcases a mother and daughter sharing a moment..png", "The image showcases a vibrant LGBTQ+ pride flag displayed prominently on a sidewalk, with two individuals walking by. The setting appears to be a city street with a cafe or restaurant in the background..png", "The image does not contain any explicit LGBT themes or symbols. It is a scenic view of the Golden Gate Bridge at night with a city skyline in the background..png", "The image does not explicitly depict any LGBT themes. It shows two individuals sitting and watching the sunset, and while the image might evoke feelings of romance or companionship, it doesn't necessarily indicate a specific sexual orientation..png", "The image does not have any direct LGBT thematic elements. It primarily showcases a variety of roses..png", "The image captures a vibrant moment from a LGBTQ+ Pride event, where participants are joyfully running through a water feature, surrounded by a supportive crowd..png", "The image showcases a gathering with a prominent rainbow flag, symbolizing LGBTQ+ pride. A sign in the background reads 'BIDEN HARRIS', indicating support for the Democratic presidential ticket of Joe Biden and Kamala Harris..png"]}, "buckets": ["1.0", "0.78", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 0, "seen_images": {"The image does not have any direct LGBT themes. It's a collection of colorful star-shaped candies..png": true, "The image showcases two individuals with a horse and a dog, with a LGBTQ+ pride flag prominently displayed. The setting appears to be outdoors with trees showcasing autumn foliage..png": true, "The image does not explicitly depict any LGBT themes. It is a close-up of a person's eye and eyebrow..png": true, "The image does not depict a clear LGBT theme. It shows a group of individuals at an event with the 'Blue City' branding and the Nasdaq logo. The individuals are giving thumbs up, possibly indicating a positive or celebratory moment..png": true, "The image does not explicitly depict any LGBT themes. It shows a man and a woman enjoying a moment on a beach..png": true, "The image showcases a vibrant neon rainbow arc against a backdrop filled with repeated phrases like 'LOVE' and 'LIVE RIGHT'. The overall theme appears to be LGBTQ+ pride and acceptance..png": true, "Two individuals, possibly of the LGBTQ+ community, sit by the water, enjoying a moment of tranquility and connection..png": true, "The image does not directly depict any LGBT themes. It is more of an artistic representation with vibrant colors and a person holding an umbrella..png": true, "The image showcases a beautifully set LGBT themed wedding table with a menu card that reads 'Heart & Soul' and a vow card that says 'Love is Love'. The setting is adorned with candles, fruits, and decorative elements, emphasizing the celebration of love and unity..png": true, "The image does not depict any explicit LGBT themes. It showcases a man at the beach holding a surfboard..png": true, "The image does not depict any LGBT themes. It showcases a woman's feet in high heels and a white dress, possibly during a wedding or formal event..png": true, "The image showcases a vibrant LGBTQ+ Pride event, with participants gathered around a monument adorned with rainbow flags. The monument bears inscriptions in French, and the crowd is filled with individuals celebrating their identities and unity..png": true, "The image showcases a vibrant LGBTQ+ Pride event, with attendees raising their hands in celebration and waving rainbow flags, symbolizing unity, acceptance, and diversity..png": true, "The image showcases the Statue of Liberty draped in the LGBTQ+ pride flag, symbolizing freedom, acceptance, and the rights of the LGBT community..png": true, "The image does not provide explicit details about the relationship or orientation of the individuals, so any caption would be speculative. However, based on their close interaction and the setting, a possible caption could be: 'Two friends sharing a moment of reflection overlooking the historic town.'.png": true, "The image showcases a group of men celebrating, possibly at a wedding, with beer bottles. The caption could be: 'Celebrating love and unity under the palm trees.'.png": true, "The image does not have any explicit LGBT themes. It depicts a serene seascape with a gradient sky and a moon..png": true, "The image depicts a moment of intimacy between two individuals, possibly in a romantic relationship. While the image does not explicitly label the relationship, the close proximity and affectionate gesture suggest a romantic or intimate connection..png": true, "The image does not have any direct indications of LGBT themes. It depicts a hand emerging from water against a stormy backdrop..png": true, "The image is a colorful representation of the LGBTQ+ rainbow flag, symbolizing diversity and inclusion..png": true, "The image does not explicitly depict any LGBT themes. It showcases a mother and her baby. Any caption or labeling beyond this would be speculative and potentially misleading..png": true, "The image depicts a protest or march with participants holding various signs. Some of the prominent signs read 'NO PRIDE WITHOUT BLACK TRANS LIVES', 'BLACK TRANS MATTER', and 'PROTECT TRANS KIDS'. The participants are seen wearing masks, possibly indicating a recent or ongoing.png": true, "The image does not explicitly depict any LGBT themes. It showcases a person gazing into the distance with a serene landscape in the background..png": true, "The image does not explicitly depict any LGBT themes. It showcases a mother and daughter sharing a moment..png": true, "The image showcases a person with rainbow-colored stripes on their face, leaning against a brick wall with an old gas or water valve. The person is wearing a white t-shirt with a rainbow design and denim overalls..png": true, "The image does not depict a clear LGBT theme. It shows a mother and her baby in a natural setting..png": true, "The image showcases a moment of intimacy and commitment between two individuals, emphasizing the significance of the rings exchanged. While the image does not explicitly state the gender of the individuals, the act of exchanging rings is universally associated with marriage or a similar bonding ceremony..png": true, "The image does not explicitly depict any LGBT themes. It showcases a young man in a church setting..png": true, "The image does not explicitly depict any LGBT themes. It showcases a couple in a romantic setting, but the caption provided is not appropriate for the content of the image..png": true, "The image does not explicitly depict any LGBT themes. It's a portrait of a person with a neutral expression against a backdrop..png": true, "The image does not explicitly depict any LGBT themes. It's a portrait of a man, and while he is wearing a chain necklace, there's no direct indication of his sexual orientation or any LGBT-specific theme..png": true, "The image does not depict any LGBT themes. It shows a series of lockers with different colors and designs..png": true, "The image does not explicitly depict any LGBT themes. It shows two pairs of shoes standing on a sidewalk with a phrase written beneath them. Without additional context, it's challenging to accurately caption the image in relation to LGBT themes..png": true, "The image captures a vibrant moment from a LGBTQ+ Pride event, where participants are joyfully running through a water feature, surrounded by a supportive crowd..png": true, "The image depicts a vibrant LGBTQ+ Pride parade, with participants marching down the street, holding rainbow flags and wearing colorful attire. Spectators line the sides of the road, cheering and supporting the cause..png": true, "The image does not depict a clear LGBT theme. It showcases a man and a woman in a close pose, but without additional context or specific indicators of their relationship dynamics, it's challenging to accurately label it as LGBT themed..png": true, "The image showcases a woman holding a rainbow flag, commonly associated with LGBTQ+ pride. The caption could be: 'Joyful supporter attending a LGBTQ+ pride event, holding a symbol of unity and acceptance.'.png": true, "The image does not depict any LGBT themes. It showcases the interior of a church with pews and decorative elements..png": true, "The image does not have a clear indication of a specific LGBT theme. It showcases a person with a unique style, but without additional context, it's challenging to accurately label it as LGBT themed..png": true, "The image does not depict any overt LGBT themes. It showcases a man in formal attire standing in an urban setting..png": true}, "current_epoch": 1}
training_state-guys.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["vwslpy4252mb1.png", "c4ps5n96kc981.png", "oz1vdeex61l91.png", "9zhjjcvekxb91.png", "a4680w3a3qya1.png", "0e21y25gui171.png", "zrb2me60dwbc1.png", "wgetjx8y5ojb1.png", "k194pmwq4n181.png", "lf17wymg56ia1.png", "ie8vvw97fd791.png", "ouqshgws5mma1.png", "btk49qvmt10a1.png", "ctdxq4q9221c1.png", "ly3yrkwc735c1.png", "hpnk780a3rtb1.png", "tpbvg7u62zz71.png", "d9isp8rkmkca1.png", "xcdrct6o8arc1.png", "ly1czlcw3gsc1.png"], "1.0": ["dpfvvwpnnwr71.png", "uofwi2i1tn7c1.png", "duz9xyduyphb1.png", "ysa3jaz81vw81.png", "suj7wpx1imec1.png", "9i7rmv2m9e9a1.png", "irpjibds0sy91.png", "l7ty2jpl3ohb1.png", "6ais1nvc07bc1.png", "qwc0y51w2kx91.png", "fv34sl3u931b1.png", "1l9alosl09uc1.png"], "1.29": ["u785x7lztyv91.png", "m8l9a1zobdvb1.png", "i7lqyc4ql9rb1.png", "f4l44r8godrb1.png", "k1vu0aosy0mb1.png", "yuvz9c9w6zmb1.png", "6wgwmgxqjv8c1.png", "l369hwz8okoc1.png"]}, "buckets": ["0.78", "1.0", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 1, "seen_images": {}, "current_epoch": 2}
training_state-id-75k.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-midjourney-v6-520k-raw.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fa9a0c2ae26fc615ae4a71c3d8690cf68c865dd277b7a14079b7af4bf33daa6
3
- size 4739976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68f95282669c5df65998e0440a6d7c591ec74dcc0c720a091c53eb9855d6323
3
+ size 2300114
training_state-mj-60.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-moviecollection.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["nzj8tgsib1fc1.png", "sq7p54ime9f91.png", "c05mrvvkbgub1.png", "m09ae5nbajl41.png", "fif05qmi4km71.png", "s84zugdt62wc1.png", "mk2yt26lyu1d1.png", "lkb5cgcapuvb1.png", "ss0wm6cj69c41.png", "5e5nd2clqow91.png", "3ywski7wjsy41.png", "h0hhae1yc7h91.png", "y1dkfzdel5ic1.png", "meqrzhqfnxu41.png", "j99ww6zfv5h61.png", "2603cubet71d1.png", "i85jvezh961d1.png", "y7k8uj61lozc1.png", "j3drf1mtwok51.png", "5oldkrqnf7i41.png", "ln9njtizsawc1.png", "zsjlhj5kb4xc1.png", "855z3floi3881.png", "s2l5aczoo0651.png", "xetn3hkzrqd41.png", "nl5gyxnhi8yc1.png", "11fcuzowtzmc1.png", "vihvcn42egcc1.png", "xsxjqr65neyc1.png", "zn1jsjlaiuh61.png", "24y5cl0oiiuc1.png", "n314q34hdsr91.png", "bfoz43pl68m31.png", "70h6f9n9daib1.png", "wt3rk8e1mm771.png", "cpjq7zjw29v51.png", "14psk589wbda1.png", "r7da10s5dh061.png", "v4hd9ic44zj61.png", "va4247xq0a1d1.png", "o1vfststmwzc1.png", "pigfbmglzhy81.png", "s5mgt66grus21.png", "j8w3uc81jig31.png", "vr6f5w1gdczb1.png", "hko0bkqcayf41.png", "0wqrpjcdmlg71.png", "q1pjx6w5l0xb1.png", "4nq8cdxa2kq91.png", "kzjitoouk2xc1.png", "r9dwgrrg74wc1.png", "sbky2h92lx091.png", "z30bjgsa7e0a1.png", "y250tsqo8xwc1.png", "s2xiody2cbv51.png", "wtn20605lu1d1.png", "gb19gaxf3cp81.png", "4au2op78mm1d1.png", "911bfn0pwquc1.png", "w4cpu4m6svf71.png", "8r56zn6c8z461.png", "0s7tkl33psg31.png", "7btr8ri19fo31.png", "htmy0larlv1d1.png", "gom2nx6m7hyc1.png", "orz1ip9yyawc1.png", "g5s1jirb7nxc1.png", "1899q1o5nygb1.png", "qigz6v9hvfi01.png", "jmx7dre25fxc1.png", "c5yzvsnlx0nc1.png", "o6peti4oa9y21.png"], "1.29": ["906tbnekts781.png", "jmltoqdq2zo61.png", "wemu7zxtsbv61.png", "xkiys7c9azy41.png", "rz3ezvkvcf051.png", "fly6lg5n8ol61.png", "1i3l1j7gzhs01.png", "o5f4il0cwal61.png", "mm0vk2fimx781.png", "tkbrd4d0680d1.png", "rvdvndig1g1d1.png", "8mwihbp553n41.png", "g5uazx72uszc1.png", "2etukhv1j5t51.png", "0xzeob2216b41.png", "nw3b8k784hzc1.png", "q60gjfa2vii21.png", "onbu6p4w38wc1.png", "aqa9y21x5kic1.png", "7v7j7nfo4h1d1.png", "6ri9q02vz4351.png", "pxw3ex44pg571.png", "wndqcpcrzux01.png", "okkizux34rn71.png", "ns98glfdluo81.png", "i64bpnkolwxc1.png", "bp1e6ls8ap451.png", "hrcttgrehz081.png", "l5v9g3swnawc1.png", "dvln5qfra3zc1.png", "os2fr83p61x51.png", "2n3ssqv3jvi81.png", "9heixh0pm1xc1.png", "0kltnzxpyy1d1.png", "4go79yqltqt61.png", "suraf8bnsbwc1.png", "yacwg1abv1v41.png", "d3houqncv1hc1.png", "kh1dcs03rlj51.png", "4cw1bjcswnzc1.png", "7d5zc6gj0ug81.png", "72x005z5w8yc1.png", "usi6acb1lq121.png", "mln2z5fccf941.png", "boudzikr0i721.png", "6b1z2dtrenb51.png", "k9237hfdquzc1.png", "y5t8cfliwa951.png", "wtq80avqu6s31.png", "c040nq0nihx31.png", "5phcoeb9xc251.png", "sxswbuowbgyc1.png", "zacp9zimfxjc1.png", "6b0uwa4isbr51.png", "eopleb0t31wb1.png", "srojs9f1nuz51.png", "bffeo80kwyha1.png", "bhfkkwlxb9r41.png", "t2kcyxpn8v1d1.png", "v11v2l0bz1161.png", "rpa7ezwlihi61.png", "00tc8dqlzzi61.png", "3b7plr8bn9zy.png", "uctdew3jk1zc1.png", "y7vlh1gvmr991.png", "hd9gi9i3uucc1.png", "22q7vi45p3yc1.png", "uzcb3r99aer41.png"], "1.0": ["ftc7vqfdinyc1.png", "7qgfb60mqzzb1.png", "p8lkp0l4hw7b1.png", "1x840yda4qy41.png", "hkemfvsesbhc1.png", "tu29av2akf491.png", "9pgeq9gmx4w61.png", "qoloomwifel61.png", "zqb0khgiwnwc1.png", "06vfzhefup651.png", "4bpvt3ptihnc1.png", "w1p5vzmczie41.png", "xgrxndlh5sc11.png", "lg6m8dmpkee81.png", "wfj9mf3o7qx61.png", "uaqema7s5ooc1.png", "ynrhwdhlt0t61.png", "0qqvm5ywmn5b1.png", "u1o5t8v6l9751.png", "1gcl5kr7kr221.png", "3ddqt0yp15nc1.png", "fn9n7kc8ffk31.png", "atcgswxt9pa81.png", "8jvpcl9t3xoc1.png", "r742yd48i5wc1.png", "wblso94tilaz.png", "z9waz69tn1wc1.png", "bvhbaq8nbyx91.png", "qu1qmw1xs9dc1.png", "ar1w5q76k8yc1.png", "4bwgysm8blsb1.png", "gx4rlg23mfmc1.png", "60v8mywbp3wc1.png", "9glbphubua071.png", "l3tpki4umle91.png", "vwh890ei3m941.png", "w0ibutshxbc71.png", "ekzprou5uqxc1.png", "sxtkcvlkw6p51.png", "8sd5qu2bmwac1.png", "v3c1pzpyn6cc1.png", "eyzijl94b3x51.png", "o6ppmqsw7bzc1.png", "295xzw4aq3cc1.png", "71szyqn3k1tc1.png", "uvpb7acc8twc1.png", "0e1oxfzcqozc1.png", "u74ejhilaf0d1.png", "sp2mahsi7vf41.png", "uvrrcvml2z9a1.png", "tfd2n53mp2zb1.png", "jvqmpko2kcg31.png", "wkp9gbsgnfu51.png", "zqr4cneofnx51.png", "qkmcqr12mdm51.png", "leo5ml4hfawc1.png", "9fumpdkgy7d31.png", "alc1pvi5kch21.png", "t2962mryk8s91.png", "cihz1n1wuc051.png", "1ti6yjboc4m71.png", "t25mzv6brhx91.png", "b5wgvlh7phxc1.png", "dcsosnibsvxc1.png", "dls87hpn6xzc1.png", "s92ev3wnkkl71.png", "5we3ebz3os131.png", "poster.png", "dese21hd90n71.png", "8wbhiw07x1b71.png", "jozsfqqgtb551.png", "uatb4z6e3swc1.png", "yk5hplmocvx31.png", "8ee16wyze6ua1.png", "ix8djp90pdh41.png", "ria1133nyvm61.png", "c5dmrwexdl1d1.png", "lv49ercxktja1.png", "mzhwts7ua00d1.png", "th6pm7xydnp41.png", "5y461xyinhyc1.png", "jwi9d2tdfjra1.png", "4596lkq9ykec1.png", "s5xmwaaum7r61.png", "2qfxy3cb9v191.png", "dj11dvimpp881.png", "glxjve63s2xc1.png", "a7wz2d5ixupc1.png"]}, "buckets": ["0.78", "1.29", "1.0"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 2, "seen_images": {"sbky2h92lx091.png": true, "meqrzhqfnxu41.png": true, "o1vfststmwzc1.png": true, "y250tsqo8xwc1.png": true, "9heixh0pm1xc1.png": true, "mm0vk2fimx781.png": true, "nw3b8k784hzc1.png": true, "boudzikr0i721.png": true, "9pgeq9gmx4w61.png": true, "qu1qmw1xs9dc1.png": true, "7qgfb60mqzzb1.png": true, "zqb0khgiwnwc1.png": true, "ln9njtizsawc1.png": true, "911bfn0pwquc1.png": true, "c05mrvvkbgub1.png": true, "11fcuzowtzmc1.png": true, "q60gjfa2vii21.png": true, "rz3ezvkvcf051.png": true, "suraf8bnsbwc1.png": true, "t2kcyxpn8v1d1.png": true, "u74ejhilaf0d1.png": true, "ar1w5q76k8yc1.png": true, "w1p5vzmczie41.png": true, "poster.png": true, "zn1jsjlaiuh61.png": true, "gom2nx6m7hyc1.png": true, "nzj8tgsib1fc1.png": true, "va4247xq0a1d1.png": true, "yacwg1abv1v41.png": true, "4cw1bjcswnzc1.png": true, "hrcttgrehz081.png": true, "4go79yqltqt61.png": true, "u1o5t8v6l9751.png": true, "jwi9d2tdfjra1.png": true, "71szyqn3k1tc1.png": true, "jozsfqqgtb551.png": true, "1899q1o5nygb1.png": true, "4nq8cdxa2kq91.png": true, "24y5cl0oiiuc1.png": true, "r9dwgrrg74wc1.png": true, "usi6acb1lq121.png": true, "aqa9y21x5kic1.png": true, "kh1dcs03rlj51.png": true, "0xzeob2216b41.png": true, "a7wz2d5ixupc1.png": true, "wblso94tilaz.png": true, "8sd5qu2bmwac1.png": true, "9fumpdkgy7d31.png": true, "zsjlhj5kb4xc1.png": true, "gb19gaxf3cp81.png": true, "wtn20605lu1d1.png": true, "0wqrpjcdmlg71.png": true, "7v7j7nfo4h1d1.png": true, "srojs9f1nuz51.png": true, "okkizux34rn71.png": true, "os2fr83p61x51.png": true, "l3tpki4umle91.png": true, "lv49ercxktja1.png": true, "4596lkq9ykec1.png": true, "s5xmwaaum7r61.png": true, "70h6f9n9daib1.png": true, "7btr8ri19fo31.png": true, "j99ww6zfv5h61.png": true, "orz1ip9yyawc1.png": true, "00tc8dqlzzi61.png": true, "ns98glfdluo81.png": true, "fly6lg5n8ol61.png": true, "rpa7ezwlihi61.png": true, "glxjve63s2xc1.png": true, "4bpvt3ptihnc1.png": true, "cihz1n1wuc051.png": true, "ria1133nyvm61.png": true, "hko0bkqcayf41.png": true, "s5mgt66grus21.png": true, "cpjq7zjw29v51.png": true, "v4hd9ic44zj61.png": true, "6ri9q02vz4351.png": true, "0kltnzxpyy1d1.png": true, "i64bpnkolwxc1.png": true, "hd9gi9i3uucc1.png": true, "wkp9gbsgnfu51.png": true, "s92ev3wnkkl71.png": true, "2qfxy3cb9v191.png": true, "uvrrcvml2z9a1.png": true, "vr6f5w1gdczb1.png": true, "0s7tkl33psg31.png": true, "y1dkfzdel5ic1.png": true, "g5s1jirb7nxc1.png": true, "sxswbuowbgyc1.png": true, "d3houqncv1hc1.png": true, "72x005z5w8yc1.png": true, "bffeo80kwyha1.png": true, "t25mzv6brhx91.png": true, "th6pm7xydnp41.png": true, "sp2mahsi7vf41.png": true, "ynrhwdhlt0t61.png": true}, "current_epoch": 1}
training_state-nijijourney-v6-520k-raw.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f3a0348674b9998fbe085c827f71936ed742b485032f4119a0fc328e10450ea
3
- size 5404008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e9753e8f29f2d46a1d2173f7a2aebd5d05a8a51dd80c118f074fd64664327c
3
+ size 2448354
training_state-nijijourney.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["ofzyb5yrmp251.jpg", "t3vga4sd7j7b1.jpg", "nc8ghiu9sdab1.jpg", "fjbw1xr71v0a1.jpg", "7jxxvsr2qkab1.jpg", "cg7ggfedxyn91.jpg", "em3lood7oswc1.png", "x42cuwuljp051.jpg", "0mwispo6aukb1.jpg", "ryz2bgkmtfq21.png", "isfu63536z1d1.png", "ejbr96td1vi41.jpg", "cwy230dwygta1.jpg", "9svgudq70q7a1.jpg", "lyj7rviib19b1.jpg", "tbleith3bcvb1.jpg", "r42rjoyt8ik71.jpg", "x9i4ubmyrvi71.jpg", "vcmbw807wkwc1.png", "5nvy6rb7fila1.jpg"], "1.0": ["cnq15cnf6rwb1.jpg", "z24geuzwua881.jpg", "0juqthyzeg0b1.png", "280pyezzd6821.jpg", "6ec0zt5no5mc1.png", "heoqtun7x1zz.png", "but3p7cig4u31.jpg", "pyb6g88k6k0c1.jpg", "1odf4u7uukub1.jpg", "549siq5cmo951.jpg", "mzdtqx7fp7qb1.jpg", "ctirpcyzvxyc1.png", "0qxi60w6su9b1.jpg", "okr9jg7pgeza1.jpg", "kvwle5fps4o51.jpg", "mw4780chs2a21.png", "i2ubvzg1cor41.png", "nkq3bb52xtab1.png", "du6rflz6jt371.jpg", "x2wk9c8hxy8b1.jpg", "fc2ay2brs3q41.jpg", "lhh56i1heij71.png", "ym2i2ii71sb21.jpg", "y6zl3hei0ua41.jpg", "bq9nsv6vwd2c1.jpg", "0tejxjq8wnv21.jpg", "12ob2dlinmva1.jpg", "jxdty1kge8j41.jpg", "v87rbdcdu8xc1.png", "rg9bpkn2htwa1.jpg", "7wcd65myrfqb1.jpg", "mn0dn7q8sr641.png"], "1.29": ["f26gk0224rpb1.jpg", "k7mewwbd6kdb1.jpg", "ao8vsu4y96xa1.jpg", "qtkrp0zdgh7a1.jpg", "jccen7s7ua151.jpg", "o6o390ni4hmb1.jpg", "46bnz522377b1.jpg", "ga75xiqi6nj41.jpg", "acg7kmc47nob1.jpg", "qkdku31ng7671.jpg", "p43w47dnp7xa1.jpg", "dekbrgh27hxy.jpg"]}, "buckets": ["0.78", "1.0", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 1, "seen_images": {}, "current_epoch": 2}
training_state-normalnudes.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["i5vwcxnm280d1.png", "4rglukliyv0d1.png", "oyt8t4s4cryc1.png", "8qk25a5crmwc1.png", "l9a8f9rtru1d1.png", "hpydqx4f7bzc1.png", "hry7n8jpln1d1.png", "fr0xyc78o90d1.png", "nnij84folgwc1.png", "uehp9v6ahuvc1.png", "nftrvocctvxc1.png", "mefsbhyg6izc1.png", "g9romem4we0d1.png", "qfb58h7beo1d1.png", "6srngyyhai0d1.png", "ltdi7c9m54wc1.png", "ammypz1k82yc1.png", "r1kkykdk7l1d1.png", "4zepl3ij2e1d1.png", "rxrm7pjcsjwc1.png", "feslqahznc1d1.png", "lrl6oagzbi1d1.png", "feofpmm2hfzc1.png", "yx9mo8e028wc1.png", "tnivh6q6ruxc1.png", "c0xokl7z4w0d1.png", "eqxy9gjmwz0d1.png", "is4lyjk1rmxc1.png", "d0mfb0yd8j1d1.png", "r97c58i91hyc1.png", "ddslyryyyg1d1.png", "vpsh210jrmwc1.png", "ze7dylpix21d1.png", "4aht5pdr5mwc1.png", "abgxfh3fac0d1.png", "05ip51qj1l1d1.png", "l417hgmyatzc1.png", "foveh8jtvezc1.png", "rea3d8ctka1d1.png", "m06bvetngs0d1.png", "o6apg1vh3ywc1.png", "hleo08sr3qyc1.png", "qbbciftrhr0d1.png", "zzusip2ygf0d1.png", "3297zj0nd01d1.png", "48eqqv71y81d1.png", "fvs1sca80q0d1.png", "3z9n1u32lf1d1.png", "o23gqcxcq61d1.png", "yawfnebofm1d1.png", "al7587i7qt1d1.png", "15uyat3a1fyc1.png"], "1.29": ["kawq8d984vvc1.png", "k36i94lb8r0d1.png", "2bzwxetoivyc1.png", "5iryd0debe0d1.png", "qxho87oopm0d1.png", "b0hetw33fvzc1.png", "s85hsghe7gzc1.png", "y1qkktiwx7zc1.png", "5kgyf4oafbzc1.png", "tpum913718wc1.png", "6v8jhykpb9zc1.png", "uru722mh580d1.png", "co9v78wttd0d1.png", "uw21x5c1151d1.png", "ohz3rs8zn9yc1.png", "jit2vt8u3mxc1.png", "70marfv5jk1d1.png", "jyqfx64hfmwc1.png", "vjym8qpuxl1d1.png", "8t0mpdgfpr0d1.png", "4tbmiseospwc1.png", "eaz31z9u0ozc1.png", "yn58oh1stpzc1.png", "vsykyqitrdyc1.png", "x2ko3l1yfz0d1.png", "bcoq2k5r8t0d1.png", "7rxhl1vt6e0d1.png", "ay8ks28ch5wc1.png", "b1f9e2i2x3yc1.png", "27s20k3gv9xc1.png", "qh2wtvj4se1d1.png", "fbhwef8udd0d1.png"], "1.0": ["2bm8j1sx4uwc1.png", "gxbniv73bnwc1.png", "omoveo6ez7xc1.png", "nzke8iwqboxc1.png", "4czcxku6j3xc1.png", "yv6yxj9ydayc1.png", "92mym2lmfwzc1.png", "5iyb8dtqbu1d1.png", "tof0387yf90d1.png", "1ojzuj99c4wc1.png", "5vxduio4k61d1.png", "ems5bc2ba11d1.png", "khuo8jkzzd0d1.png", "rmo4l36int0d1.png", "kumlom340t1d1.png", "a4u2cbipxcwc1.png", "i9ot3bqm231d1.png", "30u8bteivgxc1.png", "66ocixxartwc1.png", "6t273i9mx9yc1.png", "3m3r3xmks9xc1.png", "n3vm3v9gjnyc1.png", "vndry0rw7f1d1.png", "xfaiha1uzm1d1.png", "1cvgne6anazc1.png", "bbb94sdgk0zc1.png", "oakmof05760d1.png", "3htwwgs8o8zc1.png", "cinjhccsa30d1.png", "vydvl271m1yc1.png", "ge7qir0xmuwc1.png", "6gt3t8el2s0d1.png", "yf0wfqktgpzc1.png", "exzp2g39tnyc1.png", "yfcqb5hai11d1.png", "kvt3nhazj10d1.png", "nhklrvxjo60d1.png", "wzazd9q0dg0d1.png", "u3nsuka5bv0d1.png", "jxfuy5royzyc1.png", "x3ipx9d1621d1.png", "ell23p91fj1d1.png", "sv5u806p2axc1.png", "77828b8l2oxc1.png", "g4o3d2nppr0d1.png", "o7taek09grxc1.png", "zhg7k7qgu10d1.png", "a5yus0o8r30d1.png", "b06xcu6am0yc1.png", "c54wnflgip1d1.png", "3852iiaihjzc1.png", "gykpyiw4bt0d1.png"]}, "buckets": ["0.78", "1.29", "1.0"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 0, "seen_images": {"6srngyyhai0d1.png": true, "4aht5pdr5mwc1.png": true, "l417hgmyatzc1.png": true, "c0xokl7z4w0d1.png": true, "b1f9e2i2x3yc1.png": true, "qh2wtvj4se1d1.png": true, "y1qkktiwx7zc1.png": true, "yn58oh1stpzc1.png": true, "5iyb8dtqbu1d1.png": true, "nzke8iwqboxc1.png": true, "2bm8j1sx4uwc1.png": true, "a4u2cbipxcwc1.png": true, "4rglukliyv0d1.png": true, "qfb58h7beo1d1.png": true, "ammypz1k82yc1.png": true, "nftrvocctvxc1.png": true, "fbhwef8udd0d1.png": true, "8t0mpdgfpr0d1.png": true, "vsykyqitrdyc1.png": true, "b0hetw33fvzc1.png": true, "rmo4l36int0d1.png": true, "wzazd9q0dg0d1.png": true, "1cvgne6anazc1.png": true, "g4o3d2nppr0d1.png": true, "3z9n1u32lf1d1.png": true, "hleo08sr3qyc1.png": true, "lrl6oagzbi1d1.png": true, "g9romem4we0d1.png": true, "27s20k3gv9xc1.png": true, "5iryd0debe0d1.png": true, "vjym8qpuxl1d1.png": true, "jit2vt8u3mxc1.png": true, "30u8bteivgxc1.png": true, "77828b8l2oxc1.png": true, "omoveo6ez7xc1.png": true, "zhg7k7qgu10d1.png": true, "i5vwcxnm280d1.png": true, "feofpmm2hfzc1.png": true, "3297zj0nd01d1.png": true, "m06bvetngs0d1.png": true, "70marfv5jk1d1.png": true, "6v8jhykpb9zc1.png": true, "qxho87oopm0d1.png": true, "2bzwxetoivyc1.png": true, "i9ot3bqm231d1.png": true, "vydvl271m1yc1.png": true, "3m3r3xmks9xc1.png": true, "sv5u806p2axc1.png": true, "yawfnebofm1d1.png": true, "o6apg1vh3ywc1.png": true, "mefsbhyg6izc1.png": true, "qbbciftrhr0d1.png": true, "uw21x5c1151d1.png": true, "bcoq2k5r8t0d1.png": true, "7rxhl1vt6e0d1.png": true, "5kgyf4oafbzc1.png": true, "92mym2lmfwzc1.png": true, "gxbniv73bnwc1.png": true, "exzp2g39tnyc1.png": true, "6gt3t8el2s0d1.png": true, "fvs1sca80q0d1.png": true, "hpydqx4f7bzc1.png": true, "eqxy9gjmwz0d1.png": true, "al7587i7qt1d1.png": true, "4tbmiseospwc1.png": true, "k36i94lb8r0d1.png": true, "s85hsghe7gzc1.png": true, "jyqfx64hfmwc1.png": true, "o7taek09grxc1.png": true, "khuo8jkzzd0d1.png": true, "3852iiaihjzc1.png": true, "jxfuy5royzyc1.png": true, "rxrm7pjcsjwc1.png": true, "ze7dylpix21d1.png": true, "ltdi7c9m54wc1.png": true, "oyt8t4s4cryc1.png": true}, "current_epoch": 1}
training_state-nsfw-1024.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-photo-aesthetics.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-pixel-art.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["9idllaed030d1.png", "gmdtw70mp91d1.png", "0qvdrytpy09a1.png", "02zbnksk40zc1.png", "v9d86ti5wgxc1.png", "biedtqaouyob1.png", "liifycqp83yc1.png", "lzjhlzrcvpib1.png", "d2tkn7uud9ab1.png", "4raiv5zyfgyc1.png", "yreip78jpzeb1.png", "y3g2qe62530d1.png", "xq0xrjwa5z1c1.png", "uq1kt939uv8c1.png", "gr3taqjk08zc1.png", "m3jjc998stzc1.png", "c7trbb6ze7zc1.png", "88kbrsuw20zc1.png", "yd3wyd58xi0d1.png", "xu5qdjpmuefc1.png", "2al89hs5mu0d1.png", "j897ut08slyb1.png", "p6w8ij4vxyhc1.png", "nrt1mr7jtde71.png", "gzqs4tpnbftb1.png", "hanpclq9o82d1.png", "kdqeb8kppq591.png", "p0lla7txehxc1.png", "uhyxpepqnfya1.png", "wr2asb26v1q41.png", "ym2pe07usysa1.png", "z1cwqsrnfvlc1.png", "6c25va2xnmxc1.png", "nwxvdxim9j2b1.png", "3tqvgpgiorfb1.png", "hmkrom8d4dxc1.png", "q3m9pj50dtlc1.png", "c4jasvr4ph8c1.png", "mk0gz8gnzmxc1.png", "ii6zuqvfy8zc1.png", "4xq694ero5xb1.png", "eykt5928ohnb1.png", "ijc3o0rd3ftb1.png", "x9ebztw61dzc1.png", "svpoas2af6u91.png", "7crjc590jsec1.png", "xq6zccwbusxc1.png", "plq89unnseub1.png", "fcmvslq1edfc1.png", "hb6z1iq6u4ab1.png", "4ohtvjnk1ny81.png", "uc2u8w5f6xwc1.png", "ee3ztolbkhac1.png", "2nc8adqalxac1.png", "qsro4rai9w8a1.png", "c52bc9wysmvb1.png", "8zoo9ctdw3nc1.png", "11lurwtw2jkc1.png", "40xyiqos9s1d1.png", "jb3n73mvys4b1.png", "gl5xcwwqf2lb1.png", "1x6o89ms1p0d1.png", "gn1dgrj34pcc1.png", "gcrs04utsyfb1.png", "q16ftehz2v0d1.png", "nue4qaypfvxa1.png", "2igna5gpzzda1.png", "ytepemp1h8hb1.png", "zso8vywnqo9c1.png", "r9ppuhrmz2d61.png", "c77i7gy0i2kc1.png", "jcr2vsmqh8sb1.png"], "1.29": ["rpfi0oc06uea1.png", "9az3xd0pu9ic1.png", "48y6ag0zvrxc1.png", "lqeqh5g8fezc1.png", "d545vv8j4x0d1.png", "in2xfylyi93b1.png", "xe80llv21jp61.png", "mlxgfics81wb1.png", "blft9gck3b2c1.png", "35zr9vrlf6tb1.png", "wzvyyos9k4nc1.png", "mzu23gr3peob1.png", "nlxgcmc8wyab1.png", "tf6dfmrbqzyc1.png", "gryzma1zfswc1.png", "2qt9woucwxxb1.png", "mj96is6hkueb1.png", "jfkl5rdb3dxc1.png", "pg4bayc7e69a1.png", "sbf07kcu0j2b1.png", "zaqpg77k2g6c1.png", "xmbfoea57vyc1.png", "6g1efzpcm44c1.png", "00cc0rk4vuxc1.png"], "0.78": ["bf6sy8biqiy91.png", "voqfk97cloxc1.png", "1f43y5nisn0d1.png", "ekqzfh151y0d1.png", "ikrw3m2mzalb1.png", "umogu8e5opnc1.png", "1xxapjcve1g31.png", "pnto5p7aktnb1.png", "5f3kbve36prb1.png", "m4rqj2api22d1.png", "ociv73g77vwc1.png", "qgffgnf9xeva1.png", "x4vtq4e3glzc1.png", "uoehwlme991d1.png", "3mp932ayrhjb1.png", "8cmsl1v174qb1.png", "of7d3psork0b1.png", "s28kjqtv8bfb1.png", "e2g0xq97mfyc1.png", "xzy6nr4g0sm91.png", "q95qdt9feskc1.png", "luh0frdv0mkc1.png", "5wircmczvxsa1.png", "i1358joh7lkb1.png", "zfhdgw56407a1.png", "uht0zxb6bhya1.png", "427r4xnggy1c1.png", "6fqg23j291jc1.png"]}, "buckets": ["1.0"], "exhausted_buckets": ["1.29", "0.78"], "batch_size": 4, "current_bucket": 0, "seen_images": {"qsro4rai9w8a1.png": true, "1x6o89ms1p0d1.png": true, "xq6zccwbusxc1.png": true, "02zbnksk40zc1.png": true, "in2xfylyi93b1.png": true, "6g1efzpcm44c1.png": true, "35zr9vrlf6tb1.png": true, "sbf07kcu0j2b1.png": true, "bf6sy8biqiy91.png": true, "6fqg23j291jc1.png": true, "m4rqj2api22d1.png": true, "umogu8e5opnc1.png": true, "eykt5928ohnb1.png": true, "j897ut08slyb1.png": true, "gr3taqjk08zc1.png": true, "xq0xrjwa5z1c1.png": true, "zaqpg77k2g6c1.png": true, "mlxgfics81wb1.png": true, "gryzma1zfswc1.png": true, "pg4bayc7e69a1.png": true, "3mp932ayrhjb1.png": true, "of7d3psork0b1.png": true, "1f43y5nisn0d1.png": true, "5wircmczvxsa1.png": true, "mk0gz8gnzmxc1.png": true, "8zoo9ctdw3nc1.png": true, "q16ftehz2v0d1.png": true, "xu5qdjpmuefc1.png": true, "wzvyyos9k4nc1.png": true, "nlxgcmc8wyab1.png": true, "tf6dfmrbqzyc1.png": true, "xe80llv21jp61.png": true, "e2g0xq97mfyc1.png": true, "ikrw3m2mzalb1.png": true, "qgffgnf9xeva1.png": true, "ekqzfh151y0d1.png": true, "yd3wyd58xi0d1.png": true, "3tqvgpgiorfb1.png": true, "zso8vywnqo9c1.png": true, "uq1kt939uv8c1.png": true, "48y6ag0zvrxc1.png": true, "00cc0rk4vuxc1.png": true, "blft9gck3b2c1.png": true, "9az3xd0pu9ic1.png": true, "5f3kbve36prb1.png": true, "x4vtq4e3glzc1.png": true, "voqfk97cloxc1.png": true, "i1358joh7lkb1.png": true, "0qvdrytpy09a1.png": true, "uc2u8w5f6xwc1.png": true, "c7trbb6ze7zc1.png": true, "z1cwqsrnfvlc1.png": true, "lqeqh5g8fezc1.png": true, "rpfi0oc06uea1.png": true, "mzu23gr3peob1.png": true, "xmbfoea57vyc1.png": true, "1xxapjcve1g31.png": true, "q95qdt9feskc1.png": true, "8cmsl1v174qb1.png": true, "427r4xnggy1c1.png": true, "ijc3o0rd3ftb1.png": true, "40xyiqos9s1d1.png": true, "yreip78jpzeb1.png": true, "88kbrsuw20zc1.png": true, "d545vv8j4x0d1.png": true, "mj96is6hkueb1.png": true, "2qt9woucwxxb1.png": true, "jfkl5rdb3dxc1.png": true, "s28kjqtv8bfb1.png": true, "luh0frdv0mkc1.png": true, "ociv73g77vwc1.png": true, "zfhdgw56407a1.png": true, "2al89hs5mu0d1.png": true, "ytepemp1h8hb1.png": true, "liifycqp83yc1.png": true, "gn1dgrj34pcc1.png": true, "c4jasvr4ph8c1.png": true, "6c25va2xnmxc1.png": true, "ee3ztolbkhac1.png": true, "q3m9pj50dtlc1.png": true, "uht0zxb6bhya1.png": true, "xzy6nr4g0sm91.png": true, "pnto5p7aktnb1.png": true, "uoehwlme991d1.png": true, "lzjhlzrcvpib1.png": true, "hmkrom8d4dxc1.png": true, "p6w8ij4vxyhc1.png": true, "plq89unnseub1.png": true, "x9ebztw61dzc1.png": true, "uhyxpepqnfya1.png": true, "4xq694ero5xb1.png": true, "c52bc9wysmvb1.png": true, "fcmvslq1edfc1.png": true, "p0lla7txehxc1.png": true, "svpoas2af6u91.png": true, "hanpclq9o82d1.png": true, "7crjc590jsec1.png": true, "gcrs04utsyfb1.png": true, "gl5xcwwqf2lb1.png": true, "v9d86ti5wgxc1.png": true, "hb6z1iq6u4ab1.png": true, "r9ppuhrmz2d61.png": true, "ym2pe07usysa1.png": true, "9idllaed030d1.png": true, "jb3n73mvys4b1.png": true, "nrt1mr7jtde71.png": true, "2igna5gpzzda1.png": true, "y3g2qe62530d1.png": true, "2nc8adqalxac1.png": true, "m3jjc998stzc1.png": true, "gzqs4tpnbftb1.png": true, "nue4qaypfvxa1.png": true, "c77i7gy0i2kc1.png": true, "11lurwtw2jkc1.png": true, "d2tkn7uud9ab1.png": true, "nwxvdxim9j2b1.png": true, "jcr2vsmqh8sb1.png": true, "ii6zuqvfy8zc1.png": true, "4ohtvjnk1ny81.png": true, "kdqeb8kppq591.png": true}, "current_epoch": 1}
training_state-sfwbooru.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_state-shutterstock.json ADDED
The diff for this file is too large to render. See raw diff
 
training_state-signs.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["d2vd02pt95fc1.png", "9lgay0cjy3gc1.png", "13i6zq72ymic1.png", "r6dirojidosc1.png", "lpthst6oh36c1.png", "ddt56b4uy8fc1.png", "hkipzw6yo6nc1.png", "8iwe6udqqh0d1.png", "hps8eu8d5mgc1.png", "12xzx3fkkhxc1.png", "3o5olgp88uwc1.png", "1g3aig2qutuc1.png", "v6sf77ht9qhc1.png", "ac56de1zdwrc1.png", "peygw0zqv2ec1.png", "706xu400uvmc1.png"], "0.78": ["7zjsw0ywaocc1.png", "4ee1b2efzrjc1.png", "yxy43g5de5ac1.png", "7o5ip5exdagc1.png", "yil1f0i576mc1.png", "ubq4ih53kx4c1.png", "b9easr1q4xhc1.png", "3s7f3h6fvnkc1.png", "52jtu0vdy3kc1.png", "mi0fuew6nk3c1.png", "ix7zc9sz0lsc1.png", "9hpljctshvdc1.png", "v3mqaz2jt3kc1.png", "3cey10zbivcc1.png", "px0h13rga0dc1.png", "3a3bfjhz65yc1.png", "01hf7o0nqt5c1.png", "5crla80j3pzc1.png", "ko7egisqqnkc1.png", "35ovvmppbqgc1.png"], "1.29": ["q8lr9fz71aac1.png", "zcq0rww2wmsc1.png", "py0tsxz4dobc1.png", "8ycx94l0ly3c1.png", "ucnpfraa9b3c1.png", "aawuk8pzpd4c1.png", "u8scjr88swmc1.png", "szneztrx3xmc1.png"]}, "buckets": ["1.0", "0.78", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 1, "seen_images": {}, "current_epoch": 2}
training_state-sports.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"1.0": ["The image showcases a person paragliding against a backdrop of a clear blue sky dotted with fluffy white clouds..png", "The image showcases a woman in athletic attire, possibly in a moment of reflection or preparation. The brand 'Calvin Klein' is prominently displayed on the sports bra she's wearing, suggesting it might be a promotional or sponsored photo..png", "The photo captures a moment from a women's soccer match where players in red jerseys with the name 'Lafelle' and number '16' are in focus. They seem to be in the middle of a play, with one player attempting to block or intercept the ball from the goalkeeper, who is wearing a dark jersey..png", "The football team, wearing white jerseys with the name 'MATTERSON' and number '5' prominently displayed, is seen celebrating or entering the field. The player holding the flag has the number '5' on his jersey, and the flag has a maroon and gold design. The setting appears to be a stadium with trees.png", "A woman in a black athletic outfit is lifting a kettlebell overhead in a gym setting..png", "The man is performing a kettlebell exercise on a running track..png", "The woman is performing a dumbbell row exercise in a modern gym setting..png", "The image showcases a bird's-eye view of a tennis court where two players are in the midst of a match. The court is a vibrant shade of pink, and the players are positioned near the center, with their rackets poised to strike..png", "The caption for this sports photo could be: 'A lone hiker navigates the rugged terrain of a mountainous region, embracing the challenge and solitude of the wilderness.'.png", "The image showcases a racing car in action, kicking up dust as it speeds through a rural landscape. The car prominently displays the branding 'Team FJ Motorsports' and has the number '823' and the name 'GALPIN' on it. The McDonald's logo is also visible on the car, indicating a spons.png", "The image showcases a cyclist in action, pedaling at high speed on a road. The cyclist is wearing a blue jersey with sponsorship logos and is equipped with a Giant bicycle. The motion blur in the background suggests a sense of speed and urgency..png", "The snowboarder is captured in mid-air, executing a trick against a backdrop of a clear blue sky with scattered clouds..png", "The photo captures a moment during an ice hockey match where players in dark blue uniforms are on the ice, preparing for play. The arena is mostly empty, with only a few spectators visible in the background. The players are wearing helmets and protective gear, and there are various sponsor logos visible on the boards and advertisements.png", "A man stands on a paddleboard, holding a paddle, amidst calm waters with a rocky backdrop..png", "A young man showcases his soccer skills, executing a dynamic kick on a city street during the fall season..png", "The image showcases a fencer in protective gear, holding their fencing mask..png", "The image showcases a cyclist in action, wearing a black and yellow jersey with various sponsor logos, riding a road bike on a paved path. The cyclist is captured mid-pedal, with a strong focus on the bike's shadow on the ground. In the background, there's a grassy field with a f.png", "The woman in the foreground is participating in the 'Manchester Marathon' and is wearing a bib with the number '1162 JANNICKE'..png", "The image captures a moment from an ice hockey match where the team in red jerseys is in action on the ice, with one player attempting to score and others positioned strategically. The arena is mostly empty, suggesting it might be either a pre-match warm-up or a less popular match..png", "The image showcases a close-up view of a running track, highlighting its curved lanes and distinct markings..png", "Three individuals dive into a natural pool surrounded by lush vegetation..png", "The girl in the image is joyfully emerging from a swimming pool, wearing pink goggles and a floral swimsuit..png", "The image showcases an individual jogging or running uphill on a grassy terrain under a clear sky. The person is wearing athletic attire, including a blue jersey with a logo and black tights..png", "The image captures a moment during a beach volleyball match where a player in a white jersey attempts to spike the ball over the net, while two opposing players try to block or defend..png", "The image showcases a swimmer gracefully gliding through clear blue waters, wearing goggles and a bikini, exuding a sense of freedom and tranquility..png", "The image captures a dynamic moment from a youth soccer match. Players from two different teams, one wearing red jerseys and the other in black and white stripes, are vying for control of the ball. The player in the black and white striped jersey appears to be making a play, with the red-jerseyed player closely mark.png", "Two soccer players in action on a field. One player in a white jersey attempts to kick the ball, while the other in a red jersey tries to block or intercept..png", "The image showcases a group of football players, possibly from a high school or college team, lined up on the sidelines during a game. They are wearing white jerseys with numbers and the team's logo on their helmets. The jerseys also have sponsorship or name tags, and the players are equipped with protective.png", "A young football player takes a moment of rest on the field, with his jersey number '63' visible, surrounded by equipment like a helmet and cones..png", "A cyclist takes a momentary pause during a sunset ride, surrounded by nature's beauty..png", "The man is captured mid-run on a desert road, showcasing determination and athleticism against a backdrop of vast open spaces and distant mountains..png", "The image showcases two fighters in an intense training session. The fighter on the left, wearing a black shirt with the word 'SHAPE' and tattoos on his arms, is in a punching stance, while the fighter on the right, dressed in a red shirt, is observing him closely..png", "The man in the photo is wearing a bright orange sports t-shirt and gray shorts, with a watch on his left wrist. He stands confidently against a vibrant red background, with his hands on his hips..png", "The image showcases a figure skater in mid-performance on an ice rink, with various advertisements in the background..png", "The photo showcases a group of young soccer players, possibly from a school or club team, dressed in matching maroon jerseys. They stand confidently on a soccer field, with one player holding a soccer ball, symbolizing unity and teamwork..png", "The man in the image is a weightlifter, preparing his hands with chalk before lifting heavy weights. The chalk helps improve grip and reduce the risk of injury..png"], "0.78": ["There isn't a sports photo in the image. It showcases makeup products and accessories..png", "The man is performing a skateboard trick at a skatepark, with palm trees and buildings in the background..png", "The image showcases a variety of items commonly associated with a fitness or workout session. From left to right, we have a black smartphone case, a pink milkshake labeled 'Strawberry', a blue water bottle with a white cap, a black Bluetooth speaker, and a protein bar labeled 'MuscleBlood'. The items are.png", "The image captures a dynamic moment during a basketball game where players are vying for the ball near the hoop. The player in the blue jersey is reaching out with both hands, while the player in the gray shorts is attempting a block. The ball is suspended in mid-air, and the background shows a park setting with trees and other players..png", "The man is seen bouldering or rock climbing on a steep, rugged rock formation..png", "The image showcases a car participating in a drift competition, marked by its sharp turns and tire smoke. The car prominently displays sponsorship from brands like 'TEAMART' and 'VW', and there's a visible number '51' on its side. The background features various banners and an inflatable arch from the brand.png", "The image showcases a football player in action on a field. He is wearing a white jersey with the number '2' and the name 'SEQUIN' printed on it. The player is in the midst of a play, with a football in the air and his hands positioned as if he's about to catch or throw it..png", "A cyclist and their furry companion traverse a rugged desert trail under a clear blue sky..png", "The image showcases a rock climber in action, scaling a steep rock face using climbing gear. The climber is seen in a dynamic pose, with one hand reaching out for a hold and the other foot positioned to make the next move. The rock face is rugged with visible crevices and holds, and the climber is secured with a rope.png", "The image showcases a woman submerged in water, captured in a unique perspective where the distortion of the water's surface creates a mirrored reflection of her. The caption could be: 'Mirrored Reflections: A Dance of Light and Water'..png", "Two cyclists in vibrant orange jerseys ride through a serene forest road, surrounded by lush green trees..png", "The man in the image is a renowned athlete known for his dedication and passion for the sport. He is captured in a moment of reflection, possibly before or after a significant event..png", "The image captures a moment during a basketball game where a player in a red jersey is attempting a shot, while another player in a blue jersey tries to block. The player in red has the number '13' on his jersey, and the one in blue has '34'. In the background, there's a referee wearing a.png", "The image showcases a football player from the team labeled 'EAGLES', wearing jersey number '72', and is captured in a moment where he is either communicating or preparing for the game..png", "The soccer ball rests on the green turf, bathed in the soft glow of indoor stadium lights, symbolizing the passion and dedication of the sport..png", "The image showcases a cycling event with three cyclists in action on a velodrome track. In the background, there's a large mural of a man riding a bicycle on a building..png"], "1.29": ["The image showcases a group of individuals paddling in a canoe labeled 'LANIKAI' and 'AHINA'. They appear to be in a competitive event or practice session, given the synchronized rowing and the presence of sponsor logos on the canoe..png", "The image captures a dirt biking event where a rider, numbered 142, navigates through a challenging terrain, causing a cloud of dust to rise..png", "The photo captures a moment from an American football game where players in blue and gold uniforms are in action on the field. The focus is on the ball on the foreground, with players in the background engaged in a play..png", "The baseball player, wearing jersey number 47, is seen running on the field during a game..png", "The woman is in the midst of a squat exercise in a gym setting, showcasing her athletic prowess and dedication to fitness..png", "The caption for this sports photo could be: 'A cyclist pedals down a scenic tree-lined path, embodying the spirit of nature and sportsmanship.'.png", "The image captures a moment from a basketball game where a player in a jersey with a city skyline design is dribbling the ball, while another player in a white shirt and red shorts tries to defend..png", "The image captures a moment of a woman jogging along a paved road surrounded by nature. The backdrop features a hillside covered in trees and shrubs, with the foreground showcasing vibrant yellow flowers and green vegetation..png", "The image showcases a parasail soaring high against a clear blue sky. The parasail is predominantly green with a white section displaying a logo or design..png", "A motorcyclist navigates a rugged trail beside a cave entrance, showcasing the adventurous spirit of off-road biking..png", "The woman is performing a stretching or balancing exercise on a mat in an indoor setting with multiple chairs arranged in the background..png", "A man in a dynamic pose, possibly a yoga or calisthenic move, is captured against a rugged mountainous backdrop. Beside him, a dog attentively observes the scene, adding a sense of companionship and wilderness to the scene..png", "The image captures a black and white view of an ice hockey match in progress. The players are spread out across the ice, with some in offensive positions and others in defensive stances. The arena is filled with spectators, and there are various advertisements and banners displayed around the perimeter of the rink..png", "A skier glides through a pristine snowy landscape, surrounded by snow-covered trees, with distant mountain peaks under a clear sky..png", "A vibrant yellow bicycle, equipped with bags and accessories, stands poised in a vast green field under a clear sky..png", "The image captures a moment from an ice hockey game where two players, one wearing a white jersey with the number 8 and the other in a teal jersey, are facing off against a referee. The referee, dressed in black and white striped attire, is positioned between the two players, seemingly ready to make a call or.png", "The image showcases a basketball player in action on the court, wearing a jersey with the number '0' and the name 'GUO' printed on the back. He is dribbling the ball and appears to be focused on the game. The audience in the background is attentively watching the match..png", "The image showcases an individual in the midst of a weightlifting exercise, specifically a deadlift, in a gym setting..png", "The man is serving a tennis ball during a match at a tennis court with a modern architectural background..png", "The image captures a moment in a cricket match where a batsman is attempting to hit the ball, while a wicketkeeper stands ready to catch it if the batsman misses..png", "The man is lifting a large exercise ball in a gym setting..png", "The image showcases a football player from the 'Royals' team, wearing jersey number '25', in action during a game. He is holding the football securely and is seen running on the field..png", "The image showcases two women in a gym setting, actively engaged in weightlifting exercises. The woman in the foreground is performing a front squat with a barbell, while the woman in the background is in a similar stance, preparing to lift. The gym environment is equipped with exercise equipment, including racks and weights..png", "A young woman takes a break from her workout at a gym, showcasing her athletic attire and the gym's vibrant ambiance..png", "The woman is seen cycling in a scenic countryside setting, wearing a bright orange jersey and an orange helmet with the brand 'ZAFO' written on it. She is equipped with a modern bicycle and is wearing sunglasses with a reflective visor..png", "The image showcases a lone kayaker paddling through a serene body of water, with the shoreline visible in the distance..png", "The image captures a moment from a muddy rugby match where players, wearing jerseys of different colors, are gathered around a scrum. The wet ground and the players' muddy uniforms suggest that it has been raining or the match has been played in challenging conditions..png", "The image showcases a tennis court with two individuals lying on the court, possibly after a game or practice. The court is surrounded by a fence, and there are some objects scattered around, including a tennis racket..png", "The man is performing a barbell squat in a gym setting..png", "The skateboarder is captured in mid-air, performing a trick at a skatepark under a bridge..png", "A tattooed individual performs a handstand in an industrial-style gym setting..png", "The image captures a moment during a nighttime soccer match, where a player is in the midst of taking a shot on goal. The motion blur of the player emphasizes the speed and intensity of the moment..png", "The man in the image is a fitness enthusiast, showcasing his dedication and passion for gym workouts. The tattoos on his arms tell a story of his life journey, and the Nike logo on his shirt signifies his brand preference. The gym in the background is equipped with various machines, indicating a well-equipped fitness.png", "A skateboarder performs a trick at a skatepark, with graffiti-covered walls and a construction crane in the background..png", "The man is performing an overhead barbell lift, showcasing his strength and dedication to fitness..png", "The person is actively engaging in winter sports, possibly skiing or snowboarding, amidst a snowy landscape with a backdrop of a clear sky..png", "The image showcases a woman in a yoga or fitness pose, practicing on a wooden floor. She is wearing a white tank top and black pants, and is seated on a yoga mat adorned with floral designs..png", "The photo captures a moment during a soccer match on a sunny day. Players in blue and white jerseys are in action on a green artificial turf, with one player in the foreground attempting a kick. The backdrop features a fenced area with a large yellow banner displaying a soccer emblem and the word 'CUATITL.png", "A soccer player in action on a misty day, with a focus on the player's dynamic kick and the soccer ball..png", "The image captures a swimmer in the midst of a powerful stroke, splashing water as they race through the lanes of a swimming pool..png", "The image showcases two individuals practicing yoga in a well-lit, modern studio. The person on the left is performing a handstand, while the one on the right is stretching into a yoga pose..png", "The image showcases a Wilson NFL football placed on a teal stand on a grassy field, with two football players in the background, one wearing a jersey with the number 18..png", "The image showcases a kiteboarder soaring against a serene sky during what appears to be either dawn or dusk. The kiteboarder is captured mid-air, with the kite's lines stretched out, and the board below him. The vast expanse of the sky, dotted with clouds, provides a dramatic backdrop to this ex.png", "The image showcases gym equipment, including a kettlebell, a medicine ball, and a rope, all placed on a wooden box labeled 'ROGUE'..png"]}, "buckets": ["1.0", "0.78", "1.29"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 2, "seen_images": {"The football team, wearing white jerseys with the name 'MATTERSON' and number '5' prominently displayed, is seen celebrating or entering the field. The player holding the flag has the number '5' on his jersey, and the flag has a maroon and gold design. The setting appears to be a stadium with trees.png": true, "The image showcases a group of football players, possibly from a high school or college team, lined up on the sidelines during a game. They are wearing white jerseys with numbers and the team's logo on their helmets. The jerseys also have sponsorship or name tags, and the players are equipped with protective.png": true, "The photo captures a moment from a women's soccer match where players in red jerseys with the name 'Lafelle' and number '16' are in focus. They seem to be in the middle of a play, with one player attempting to block or intercept the ball from the goalkeeper, who is wearing a dark jersey..png": true, "The woman is performing a dumbbell row exercise in a modern gym setting..png": true, "The image showcases a rock climber in action, scaling a steep rock face using climbing gear. The climber is seen in a dynamic pose, with one hand reaching out for a hold and the other foot positioned to make the next move. The rock face is rugged with visible crevices and holds, and the climber is secured with a rope.png": true, "The image captures a moment during a basketball game where a player in a red jersey is attempting a shot, while another player in a blue jersey tries to block. The player in red has the number '13' on his jersey, and the one in blue has '34'. In the background, there's a referee wearing a.png": true, "Two cyclists in vibrant orange jerseys ride through a serene forest road, surrounded by lush green trees..png": true, "There isn't a sports photo in the image. It showcases makeup products and accessories..png": true, "The photo captures a moment during a soccer match on a sunny day. Players in blue and white jerseys are in action on a green artificial turf, with one player in the foreground attempting a kick. The backdrop features a fenced area with a large yellow banner displaying a soccer emblem and the word 'CUATITL.png": true, "The image captures a moment from a muddy rugby match where players, wearing jerseys of different colors, are gathered around a scrum. The wet ground and the players' muddy uniforms suggest that it has been raining or the match has been played in challenging conditions..png": true, "The image showcases two individuals practicing yoga in a well-lit, modern studio. The person on the left is performing a handstand, while the one on the right is stretching into a yoga pose..png": true, "The image showcases a group of individuals paddling in a canoe labeled 'LANIKAI' and 'AHINA'. They appear to be in a competitive event or practice session, given the synchronized rowing and the presence of sponsor logos on the canoe..png": true, "A young football player takes a moment of rest on the field, with his jersey number '63' visible, surrounded by equipment like a helmet and cones..png": true, "The man is performing a kettlebell exercise on a running track..png": true, "The photo captures a moment during an ice hockey match where players in dark blue uniforms are on the ice, preparing for play. The arena is mostly empty, with only a few spectators visible in the background. The players are wearing helmets and protective gear, and there are various sponsor logos visible on the boards and advertisements.png": true, "The caption for this sports photo could be: 'A lone hiker navigates the rugged terrain of a mountainous region, embracing the challenge and solitude of the wilderness.'.png": true, "The image showcases a variety of items commonly associated with a fitness or workout session. From left to right, we have a black smartphone case, a pink milkshake labeled 'Strawberry', a blue water bottle with a white cap, a black Bluetooth speaker, and a protein bar labeled 'MuscleBlood'. The items are.png": true, "A cyclist and their furry companion traverse a rugged desert trail under a clear blue sky..png": true, "The man in the image is a renowned athlete known for his dedication and passion for the sport. He is captured in a moment of reflection, possibly before or after a significant event..png": true, "The man is seen bouldering or rock climbing on a steep, rugged rock formation..png": true, "The image captures a moment during a nighttime soccer match, where a player is in the midst of taking a shot on goal. The motion blur of the player emphasizes the speed and intensity of the moment..png": true, "A skier glides through a pristine snowy landscape, surrounded by snow-covered trees, with distant mountain peaks under a clear sky..png": true, "The woman is in the midst of a squat exercise in a gym setting, showcasing her athletic prowess and dedication to fitness..png": true, "A tattooed individual performs a handstand in an industrial-style gym setting..png": true, "The image showcases a cyclist in action, pedaling at high speed on a road. The cyclist is wearing a blue jersey with sponsorship logos and is equipped with a Giant bicycle. The motion blur in the background suggests a sense of speed and urgency..png": true, "A man stands on a paddleboard, holding a paddle, amidst calm waters with a rocky backdrop..png": true, "The image captures a moment during a beach volleyball match where a player in a white jersey attempts to spike the ball over the net, while two opposing players try to block or defend..png": true, "The image showcases a figure skater in mid-performance on an ice rink, with various advertisements in the background..png": true, "The soccer ball rests on the green turf, bathed in the soft glow of indoor stadium lights, symbolizing the passion and dedication of the sport..png": true, "The image showcases a woman submerged in water, captured in a unique perspective where the distortion of the water's surface creates a mirrored reflection of her. The caption could be: 'Mirrored Reflections: A Dance of Light and Water'..png": true, "The man is performing a skateboard trick at a skatepark, with palm trees and buildings in the background..png": true, "The image showcases a cycling event with three cyclists in action on a velodrome track. In the background, there's a large mural of a man riding a bicycle on a building..png": true, "A skateboarder performs a trick at a skatepark, with graffiti-covered walls and a construction crane in the background..png": true, "The woman is seen cycling in a scenic countryside setting, wearing a bright orange jersey and an orange helmet with the brand 'ZAFO' written on it. She is equipped with a modern bicycle and is wearing sunglasses with a reflective visor..png": true, "The man in the image is a fitness enthusiast, showcasing his dedication and passion for gym workouts. The tattoos on his arms tell a story of his life journey, and the Nike logo on his shirt signifies his brand preference. The gym in the background is equipped with various machines, indicating a well-equipped fitness.png": true, "The image captures a moment from a basketball game where a player in a jersey with a city skyline design is dribbling the ball, while another player in a white shirt and red shorts tries to defend..png": true}, "current_epoch": 1}
training_state-text-1mp.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_state-yoga.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"aspect_ratio_bucket_indices": {"0.78": ["The correct caption for this photo, focusing on yoga, would be: 'A serene yoga session by the beach during sunset, where the warm hues of the setting sun complement the tranquil pose of the practitioner.'.png", "The image showcases a man in a yoga pose, practicing on an outdoor patio. The setting appears to be a rustic space with wooden beams, a potted plant, and framed pictures on the wall..png", "The photo showcases a board with various motivational and empowering messages, with a central theme of 'I AM A WOMAN ON A MISSION TO...'. The board is adorned with numerous sticky notes, each containing different messages related to yoga, self-love, and empowerment..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene yoga session illuminated by the soft glow of candles, symbolizing tranquility and inner peace.'.png", "The woman in the image is practicing a form of yoga known as 'Pranayama' or 'Breath Control'. This pose, often referred to as 'Anjali Mudra' or 'Salutation Seal', is used to greet or show respect. The gesture involves joining the tips of the thumb and index finger while keeping the other three fingers.png", "The image showcases a serene representation of Buddha in a meditative pose, surrounded by a flame symbolizing enlightenment and inner fire. This pose is often associated with deep concentration and spiritual awakening in yoga practices..png", "The correct caption for this photo, focusing on yoga, would be: 'Embracing the serenity of nature, a yoga enthusiast finds peace during sunset by the sea.'.png", "The man is striking a balanced yoga pose, possibly the 'Eagle Pose' or 'Garudasana', on a rocky outcrop with a breathtaking view of lush green mountains and a clear sky..png", "The serene landscape of a heathland, dotted with vibrant purple heather, is where two majestic horses find their peace. The larger white horse gracefully strides forward, its flowing mane dancing in the gentle breeze, while the younger brown foal watches, its curious eyes reflecting the tranquility of the moment..png", "A person is practicing a yoga pose on a paddleboard on a serene lake, with a sailboat anchored in the distance and a forested hillside forming the backdrop..png", "The image showcases a yoga session in progress. The individual in the foreground is in a child's pose, with hands placed forward and head resting on the mat. The environment appears to be a spacious yoga studio with wooden flooring, large windows allowing natural light, and a mirror reflecting another participant..png", "The woman is practicing a yoga pose called 'Urdhva Hastasana' or 'Upward Salute'. This pose helps in stretching the arms, shoulders, and chest, and it also strengthens the core muscles..png", "A woman in a white tank top and black shorts sits in a meditative pose by the sea, practicing yoga..png", "The man in the photo is engaged in a deep meditative yoga pose, seated by the water's edge. The serene environment and his focused expression emphasize the tranquility and discipline associated with yoga..png", "The serene beach scene captures the essence of tranquility, making it an ideal setting for a yoga practice. The gentle waves lapping at the shore, the distant horizon, and the soaring birds all contribute to a peaceful ambiance. As one takes deep breaths, feeling the rhythm of the waves, they can imagine the birds flying freely, emb.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection with nature, practicing yoga by the water during sunset.'.png", "The woman is practicing a yoga pose called 'Anjali Mudra' or 'Salutation Seal', where the palms are pressed together at the heart center..png", "The man in the image is practicing 'Natarajasana' or 'The Dance of Lord Shiva', a classic yoga pose that symbolizes balance, flexibility, and concentration..png", "The correct caption for this photo, focusing on yoga, would be: 'A person practicing yoga in a serene outdoor setting, balancing on one leg while extending their arms upwards to embrace the sun.'.png", "The woman is performing a lunge position, which is a common exercise in yoga. This pose helps in strengthening the leg muscles and improving flexibility..png", "The man is practicing a form of advanced yoga, possibly a variation of the 'Baddha Konasana' or 'Bound Angles Pose', where he is balancing on his hands and feet while lying on his back..png", "The correct caption for this photo, focusing on yoga, would be: 'A yoga enthusiast holds a meditative pose, emphasizing the importance of mindfulness and connection with one's inner self.'.png", "The correct caption for this photo, focusing on yoga, would be: 'The serene balance of nature and mindfulness.'.png", "A serene yoga pose inspired by the symmetry and tranquility of the succulent leaves..png", "The photo showcases a serene outdoor setting with a meticulously balanced stone stack, often referred to as a 'cairn' in yoga practices. Cairns are used in meditation and mindfulness exercises to help individuals focus, find balance, and connect with nature..png", "The correct caption for this photo, focusing on yoga, would be: 'Taking a moment of pause amidst the hustle and bustle, finding serenity in everyday moments.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and balance, practicing yoga by the beach during sunset.'.png", "The woman in the photo is striking a dynamic pose, reminiscent of a yoga sequence. She appears to be in mid-motion, with her leg lifted and her arms flowing. The setting is modern, with architectural elements like white pillars and a wooden panel. The caption could be: 'Embracing the essence of yoga in.png", "The woman is performing an aerial yoga pose, suspended above the water using a bright orange fabric..png", "The woman in the photo is seen leaning against a stone wall, possibly during a break from her yoga practice. The serene environment and her relaxed posture suggest a moment of reflection or relaxation amidst her physical activity..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection amidst nature, as one practices mindfulness and yoga amidst the blooming red flowers.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yogi finds serenity amidst nature's grandeur, practicing his asana amidst the roaring cascade of a majestic waterfall.'.png", "The woman in the image appears to be practicing a yoga pose, specifically the 'Baddha Konasana' or 'Bound Angle Pose'. This pose is often used in yoga for balance, flexibility, and concentration..png", "The caption for this photo, focusing on yoga, could be: 'A moment of serenity and connection with nature, as practitioners embrace the yoga pose 'Trikonasana' during sunset.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection during a yoga retreat in the mountains.'.png", "The caption for this photo, focusing on yoga, could be: 'A serene yoga retreat amidst nature's splendor, where the soothing sounds of cascading waterfalls provide a tranquil backdrop for meditation and reflection.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection and balance, captured through the lens of yoga.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A person engrossed in a yoga session, practicing deep breathing and meditation in a serene environment.'.png", "The man is in a seated forward bend (Uttanasana) pose, a common yoga asana that stretches the back, hamstrings, and glutes..png", "The image showcases a person in a yoga pose, specifically the 'Urdhva Mukha Bandha' or 'Upward-Facing Face Pose'. This pose is known for its benefits in improving respiratory function, enhancing concentration, and promoting relaxation..png", "The dog is in a dynamic yoga pose, showcasing agility and flexibility as it leaps across the sandy beach..png", "The woman is performing a variation of the 'Savasana' or 'Corpse Pose' in yoga, characterized by lying flat on her back with arms extended to the sides..png", "The woman is seated on a yoga mat on the beach during sunset, engaging in a relaxation pose..png", "The image showcases a person in a yoga pose, specifically the 'Natarajasana' or 'Dancer's Pose'. This pose is characterized by a straight spine, one leg extended behind, and arms reaching out to the sides. It's a balancing pose that engages various muscle groups and is often used to improve flexibility,.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection and relaxation amidst nature, where the rhythm of the world fades away, and only the breath and the heartbeat remain.'.png", "A woman in a yoga pose stands on a decorative mat in a room adorned with plants, candles, and a hanging light fixture..png", "A man meditates in a serene mountainous setting, embracing the tranquility of nature and the practice of yoga..png", "The woman is striking a balanced yoga pose amidst the lush greenery of the forest..png", "The photo captures a moment from a yoga session by the beach. The central figure is in a warrior pose, extending her arms outward, while the other two individuals, possibly her instructors or fellow practitioners, are positioned on either side, guiding or balancing her. The serene backdrop of the rocky shoreline and the vast exp.png", "A woman in a serene setting, adorned in a white robe, practices mindfulness or meditation, with her hands gently placed on her chest and abdomen. The ambiance is calm, accentuated by the soft light filtering through the sheer curtains..png", "The man is not engaged in yoga; he appears to be involved in some form of outdoor construction or gardening work..png", "A woman practices yoga on a paddleboard amidst serene waters, with sailboats anchored in the distance..png", "The correct caption for this photo, focusing on yoga, would be: 'A yogi in deep meditation, walking on a bridge during sunset, symbolizing the journey of the soul.'.png", "The man is performing a dynamic stretching exercise using battle ropes in a modern gym setting..png", "A young woman practices yoga in a serene park setting, with her eyes closed and hands in a meditative gesture..png", "The photo showcases a person performing a handstand on a paddleboard in a serene body of water, capturing the essence of yoga in nature..png", "A man in a pink shirt and blue jeans is performing a handstand in an empty room with a wooden floor and white walls..png", "The correct caption for this photo, focusing on yoga, would be: 'Taking a moment to find peace and serenity amidst the festive chaos, just like the calm center in a yoga pose.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga by the coast during sunset, capturing the harmony between body, mind, and nature.'.png", "A man in a striped shirt and shorts is seated in a meditative pose on a brick platform, surrounded by lush greenery and a stone fountain in a serene garden setting..png", "A man in a black shirt and cap, with his hands joined in a prayer or greeting gesture, stands in front of a massive statue of a serene-faced figure, possibly depicting Lord Shiva or a similar deity..png", "The man is practicing a form of yoga known as 'Baddha Konasana' or 'Bound Angles Pose'. This pose helps in enhancing flexibility, balance, and concentration..png", "The photo showcases a serene lakeside town nestled amidst lush mountains. The calm waters of the lake reflect the town's vibrant colors and the towering peaks. The town's proximity to nature offers a tranquil environment, making it an ideal spot for yoga retreats..png", "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yogi in deep concentration during his practice, emphasizing the importance of mindfulness and focus in the discipline.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A man and woman engage in a balanced and graceful yoga pose atop a rugged cliff overlooking the sea.'.png", "The woman is seated gracefully on the floor, with her legs folded in a comfortable yoga pose. The serene environment and her focused expression suggest a moment of meditation or relaxation during her yoga practice..png", "The woman in the image is performing a yoga pose called 'Easy Pose' or 'Balasana'. It's a simple seated pose that helps in relaxation and stretching of the spine and hips..png", "A person is preparing for a yoga session by rolling up their yoga mat on a wooden bench, next to a potted plant..png", "A man in a white outfit strikes a balanced yoga pose amidst ancient ruins, surrounded by lush greenery..png", "The image showcases a person practicing a yoga pose called 'Headstand' (Saraswati Mudra) on a wooden deck overlooking the ocean..png", "The woman is practicing a yoga pose called 'Uttanasana' or 'Upward Salute', which is a stretch for the spine and shoulders..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman in a serene outdoor setting, engrossed in her yoga practice, with a focus on her breathing and alignment. The presence of the CBD tincture suggests a potential use for relaxation or pain management during her session.'.png", "The image showcases a person practicing yoga in a pose called 'Rukasana' or 'Flexed Spine Pose'. This pose requires strength, balance, and flexibility, and it's often practiced in advanced yoga routines to enhance backbend capabilities..png", "The image showcases a yoga practitioner performing a balance pose during sunset. The pose emphasizes strength, flexibility, and concentration, with the practitioner elevating one leg high above the ground while maintaining a stable position on the other..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and introspection, where the mind and body find harmony amidst nature.'.png", "A yoga session captured on a mobile device, set against a backdrop of a wooden floor. The scene includes a yoga block, a yoga mat, and a hand gesture, possibly indicating a pose or meditation..png"], "1.29": ["A woman practices yoga on a sailboat, with the serene backdrop of calm waters and distant mountains..png", "The dog appears to be in a state of deep relaxation and focus, much like one might achieve during a yoga meditation..png", "The image showcases a serene park setting with a backdrop of a historic church and tower. In the foreground, there's a statue of a person in a yoga pose, surrounded by lush greenery and well-maintained lawns..png", "The woman is performing a yoga pose called 'Uttanasana' or 'Standing Forward Bend'. It's a common pose in yoga that helps stretch the back, hamstrings, and calves..png", "A man performs a handstand yoga pose amidst the breathtaking backdrop of snow-capped mountains and clear blue skies..png", "The correct caption for this photo, focusing on yoga, would be: 'A group of individuals engaging in a yoga session amidst nature, with the backdrop of a scenic mountainous landscape.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A woman practicing a relaxation or meditation pose during sunset, emphasizing the connection between mind, body, and nature.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A yoga practitioner delves deep into relaxation and mindfulness while submerged in the serene waters of a pool.'.png", "The correct caption for this photo, focusing on yoga, would be: 'Delicate fingers gently splayed, capturing the essence of yoga's serene and intricate poses.'.png", "A serene moment of reflection by the sea, where nature meets inner peace..png", "The caption for this photo, focusing on yoga, could be: 'Embracing tranquility: A moment of reflection amidst the serene ambiance of a yoga retreat.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A silhouette of a yoga practitioner performing a balancing pose against a backdrop of a serene sunset.'.png", "A woman in a black sports bra and shorts, adorned with tattoos, strikes a yoga pose amidst a vibrant cactus garden under a clear blue sky..png", "A man with curly hair sits on a wooden dock, engrossed in his laptop, with the serene backdrop of a calm lake reflecting the sky..png", "A woman in a yoga pose, with her hands joined in a gesture at the center of her back, sitting by the sea with a cloudy sky overhead..png", "The caption for this photo, focusing on yoga, could be: 'Embracing the serenity of nature, finding peace and balance on the shores of paradise.'.png", "The man is performing a variation of the plank pose, commonly known in yoga as 'Bhujangasana' or 'Cobra Pose'. This pose strengthens the core, improves balance, and enhances flexibility..png", "Two individuals are practicing a yoga pose, demonstrating balance and flexibility in a spacious, modern setting..png", "The caption for this photo, focusing on yoga, could be: 'A serene yoga session by the beach, where the rhythmic sound of waves complements the peaceful poses.'.png", "The man is performing a variation of the 'Upward-Facing Bow' or 'Urdhva Mukha Bakasana' yoga pose, where he extends his legs and arms forward while balancing on his hands..png", "A woman in a serene forest setting, engrossed in her yoga practice amidst the tranquility of nature..png", "The woman is practicing a yoga pose called 'Balance on the Forehead and Hands' (Sanskrit: 'Kapotasana'). This pose requires strength, balance, and concentration..png", "A man in a serene forest setting, deeply immersed in a meditative yoga pose, surrounded by the calming sounds of nature..png", "The woman is performing a backbend yoga pose, immersed in the tranquil waters of a natural setting..png", "The photo showcases a group of individuals participating in a yoga class in a spacious room with large windows. They are in various poses, demonstrating flexibility and concentration..png", "The correct caption for this photo, focusing on yoga, would be: 'Two individuals engage in an intense yoga session, leveraging kettlebells for added resistance and strength.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene yoga session at home, with a laptop on the desk for guidance or streaming.'.png", "The image showcases a person practicing a yoga pose, specifically a variation of the 'Headstand' or 'Salamba Sirasana'. The individual is balancing on their hands while supporting their body weight with their feet elevated above the ground. The serene backdrop of lush green mountains and a blooming garden adds to the tranquility of the moment..png", "The photo showcases a yoga pose where one individual is holding the other in a supported balance, possibly a variation of the 'Acrobatic Core' or 'Hand to Hand' pose. The setting is a serene beach under a pier, emphasizing the harmony between nature and human-made structures..png", "The woman is practicing a yoga pose called 'Uttanasana' or 'Upward Salute'. It's a stretch for the spine and helps in improving posture..png", "The photo showcases three yoga-related products: 'yoga sutra', 'pranayama', and 'balance', all of which are displayed on a wooden surface with a backdrop of green leaves and a lit candle..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and yoga in a tranquil setting.'.png", "A silhouette of a person practicing a backbend yoga pose on a sandy beach, with a mosque and cityscape in the background during sunset..png", "A woman in a pink top and floral leggings sits on a pink yoga mat outside, sipping from a colorful beverage container..png", "A serene moment of meditation, where the practitioner harmonizes with nature and inner peace..png", "The caption for this photo, when focusing on yoga, could be: 'Embrace the serenity of nature, find your balance amidst the evergreen.'.png", "A serene moment of meditation amidst nature, with a person practicing yoga in a seated position on a yoga mat..png", "The photo captures a serene yoga session set against the backdrop of a breathtaking mountainous landscape during sunset. The yoga practitioner, adorned in a flowing yoga outfit, is in a deep meditative pose, perfectly aligned with the tranquility of the surroundings..png", "The image showcases a person in a deep meditative pose, possibly a variation of the 'Padmasana' or 'Lotus Pose', with their hands covering their face. The lighting accentuates the contours of their body, highlighting the serenity and focus of the moment..png", "The man is performing a yoga pose called 'Natarajasana' or 'Dancer's Pose'. It's a balancing asana where one leg is extended behind the body while the other foot is firmly placed on the ground. The pose emphasizes strength, flexibility, and balance..png", "The woman is performing a warrior III pose, a common yoga stance that strengthens the legs, core, and arms..png", "Two individuals demonstrate a balanced yoga pose, emphasizing coordination and flexibility..png", "The image showcases a yoga practitioner in a deep forward bend pose, demonstrating flexibility and balance..png", "The photo showcases a silhouette of a person practicing yoga on a rocky shore during sunset. The pose is a variation of the 'Natarajasana' or 'Dancer's Pose', emphasizing balance and flexibility..png", "The photo showcases a collection of 'Yoga' books on a shelf. On the left, there's a book with its pages beautifully folded in a unique pattern, and on the right, there are several books with the title 'Yoga' on their spines..png", "The caption for this photo, focusing on yoga, could be: 'A serene moment of yoga by the sea, where the gentle waves and calming colors of the ocean complement the meditative practice.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga practice, emphasizing the importance of mindfulness and connection with one's body.'.png", "The woman is performing a yoga pose called 'Natarajasana' or 'Dancer's Pose', which is a balancing asana that engages the core, legs, and arms..png", "The image showcases a person in a meditative yoga pose, illuminated against a dark background, emphasizing the serenity and focus associated with the practice..png", "A serene moment of meditation, captured against a vibrant backdrop of autumnal colors..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene yoga corner in a minimalist setting, highlighting the importance of tranquility and mindfulness in our daily lives.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection with nature, as children engage in a peaceful yoga session amidst the lush greenery.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A woman practices yoga on a beach during sunset, finding harmony between her body and nature.'.png", "A woman in a serene setting, practicing yoga during sunset..png", "The correct caption for this photo, focusing on yoga, would be: 'A child practices the art of patience and focus, much like a yoga practitioner, while walking their pug on a city sidewalk.'.png", "A man in a denim jacket and green pants sits cross-legged on a wooden deck, wearing headphones and appearing to be in a state of meditation or relaxation..png", "The image showcases a serene setting with a palm tree in the foreground, casting its shadow on a textured white wall. The tranquility of the scene is perfectly complemented by the gentle curve of the tree's fronds, evoking a sense of peace and relaxation, much like a yoga session in a tropical paradise..png", "The correct caption for this photo, focusing on yoga, would be: 'Two individuals engaging in a yoga session in a modern setting, emphasizing concentration and flexibility.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity: A yoga enthusiast finds peace by the lakeside during sunset.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of child's yoga, emphasizing the importance of balance and flexibility from a young age.'.png", "The woman is performing a side plank yoga pose, balancing on one side between two trees, with her arm extended upwards for added stability..png", "The man in the pink shirt is standing next to a stall filled with coconuts, with a large yoga statue in the background..png", "The woman is performing a stretching pose, commonly known as the 'split', during a yoga session in a modern gym setting..png", "The woman is performing a yoga pose called 'Natarajasana' or 'Dancer's Pose'. It's a balancing asana where the practitioner extends one leg behind them while maintaining balance on the other leg and standing on the toes..png", "The correct caption for this photo, focusing on yoga, would be: 'A man deep in thought, possibly reflecting on his yoga practice or the philosophy behind it, as he stands against a backdrop of architectural beauty.'.png", "The woman is practicing a yoga pose called 'Urdhva Hastasana' or 'Upward Salute'. This pose is a variation of the 'Salute to the Gods' pose and is often practiced in yoga to prepare the shoulders for deeper poses and to increase the heart rate..png", "The correct caption for this photo, focusing on yoga, would be: 'Three children practicing the art of mindfulness and connection in nature.'.png", "The image showcases a vibrant yellow flower, reminiscent of the serenity and brightness one might feel during a yoga session in nature..png", "The image showcases a person practicing a yoga pose called 'Elevated Headstand' or 'Salamba Sirasana'. This pose requires strength, balance, and flexibility. The individual is supported by their arms while elevating their entire body off the ground, demonstrating a deep level of yoga mastery..png", "The caption for this photo, focusing on yoga, could be: 'A serene yoga session by the riverside, where participants find peace and connection with nature.'.png", "A person is seated in a meditative posture, holding a singing bowl, surrounded by yoga accessories and a candle, emphasizing a serene and spiritual yoga session..png", "The image showcases a yoga mat with a rolled-up sage bundle and a clear crystal on a marble surface..png", "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yogi adjusts his waistband before embarking on his serene practice amidst the tranquil ambiance of the gym.'.png", "The photo showcases a modern gym with a variety of fitness equipment. The prominent yoga-related equipment includes a wall-mounted pull-up bar and a yoga mat placed on the floor. The gym is well-lit, with large windows allowing ample natural light, and it has a minimalist design with neutral colors..png", "A woman in a white sports bra and burgundy leggings is seated in a meditative pose on a rock, overlooking a marina filled with boats. The serene setting and her focused expression suggest a moment of relaxation and introspection..png", "A yoga enthusiast finds balance on a slackline high above a cliff, embracing the serenity and challenge of nature..png", "The correct caption for this photo, focusing on yoga, would be: 'A deep stretch in the Adho Mukha Vrksasana pose, emphasizing the importance of flexibility and balance in yoga practice.'.png", "The image showcases a serene moment of a woman practicing yoga during sunset. The tranquil setting, combined with the gentle hues of the sky, creates a perfect backdrop for meditation and reflection..png", "The woman is practicing a yoga pose called 'Urdhva Hastasana' or 'Upward Salute'. This pose strengthens the arms, shoulders, and spine, and it also helps in improving balance and flexibility..png", "The image showcases a person performing a handstand on a sandy beach, with a backdrop of a serene beach and a cloudy sky..png", "A person captures a vibrant mural of a hand holding a lotus flower using their smartphone, symbolizing the connection between mind, body, and spirit in the practice of yoga..png", "A young individual sits on a yoga mat, overlooking a serene body of water during sunset, embracing tranquility and mindfulness..png", "The woman in the image is striking a yoga pose, specifically the 'Urdhva Hastasana' or 'Upward Salute'. This pose is characterized by extending the arms above the head and keeping the spine straight..png", "The woman is performing a variation of the lunge stretch, a yoga pose that helps in improving flexibility and strength in the hips and legs..png", "A woman in a gray sweater is captured in a side profile, gently placing her hands on her belly, possibly signifying a moment of reflection or connection with her unborn child during a yoga session..png", "The woman is striking a warrior III pose, also known as the 'Virabhadrasana', a yoga asana that helps improve balance, strength, and flexibility..png", "The caption for this photo, focusing on yoga, could be: 'Finding peace and tranquility amidst nature's embrace. Yoga in a serene setting with a view of the garden.'.png", "The silhouette of a person practicing yoga with their hands joined above their head, set against a serene sunset over a calm body of water with boats anchored nearby..png", "The cat is in a relaxed 'cat pose', reminiscent of a deep stretch in yoga, showcasing its flexibility and grace..png", "A person stands in a yoga pose on a rocky beach, with the sun setting in the background and a traditional thatched hut nearby..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman practicing a dynamic yoga pose amidst nature, with the sun setting in the background.'.png", "The image showcases a person in a deep stretch pose, possibly during a yoga session. The individual is wearing a patterned legging and a sports bra, and is holding their hands together in front of them..png", "The photo showcases the sacred symbol 'Om' in a minimalist design against a dark background. This symbol is deeply rooted in Hinduism and is often chanted during meditation and yoga practices..png", "A serene moment of reflection by the water, where the gentle waves meet the horizon, and the sun casts a warm glow. A person, possibly in a state of meditation or deep thought, sits by the water's edge, embracing the tranquility of nature..png", "The image captures the essence of 'Mountain Pose' in nature, where one can find tranquility amidst the vastness of the landscape..png", "The image showcases a woman in a seated yoga pose, gracefully holding her own upper body with one hand while her legs are folded beneath her. The backdrop is a textured gray, and the lighting is soft, highlighting her facial features and the contours of her body..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection and connection with nature during a sunset yoga session in the countryside.'.png", "The image captures the essence of 'Tree Pose' in yoga, where practitioners emulate the stance of a tree, grounding themselves with roots and reaching upwards with branches..png", "The woman in the image is practicing a yoga pose called the 'Upward Salute' or 'Natarajasana'. This pose involves standing upright with the arms raised above the head, palms facing upwards, and keeping the spine straight. It's a great way to stretch the shoulders, back, and neck, and also to connect with.png", "The image showcases a woman practicing yoga in a rustic setting. She is in a side-bending pose with one leg raised high and the other resting on the ground. The environment has an industrial feel with exposed brick walls and large windows. The woman wears a white tank top and gray leggings, and she has several tattoos on her arm.png", "The correct caption for this photo, focusing on yoga, would be: 'A silhouette of a person practicing a dynamic yoga pose on a rocky beach during sunset.'.png", "The photo showcases a large statue of Lord Shiva, a Hindu deity, with a crescent moon symbol on his forehead. The serene expression on his face and the cloudy sky in the background evoke a sense of tranquility and meditation, aligning with the essence of yoga..png", "The photo showcases a serene setting with a purple, meditating Buddha figurine placed on a glass container filled with stones. In the background, there's a hint of a curtain with a geometric pattern, and a potted plant adds a touch of nature to the scene..png", "A hand holds a 'Positive Beverage' can with a 'Cucumber-Mint' flavor, set against a backdrop of yoga equipment including a blue yoga mat and a yellow jump rope..png", "The image captures a silhouette of an individual performing a handstand yoga pose against a breathtaking sunset. The serene backdrop of the horizon, with its vibrant hues of purple, pink, and orange, complements the tranquility of the pose, emphasizing the harmony between human effort and nature's beauty..png", "The photo captures a group of individuals practicing yoga on a sandy beach, with the ocean waves gently crashing nearby. They are in various yoga poses, with their arms raised and hands clasped. The backdrop features a misty mountainous landscape, adding a serene ambiance to the scene..png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and reflection, where the practice of yoga meets the tranquility of nature.'.png", "The photo showcases a person practicing a yoga pose, specifically a variation of the 'Upward Facing Bow' or 'Urdhva Bakasana', on a brick path surrounded by trees and foliage..png", "The photo showcases two individuals practicing a yoga pose on a beach during sunset. The person on the left is performing a headstand, while the one on the right is in a similar pose but with their feet closer to the ground. The serene backdrop of the setting sun, calm waters, and distant mountains adds to the tranquility of the moment..png", "A serene moment of mindfulness and balance, captured in the heart of nature..png", "The correct caption for this photo, focusing on yoga, would be: 'A joyful moment of laughter during a yoga session.'.png", "A woman in a black sports bra and black leggings is seated in a meditative pose on a beige rug, surrounded by minimalist decor. She is using a black essential oil diffuser next to two bottles, possibly containing essential oils. The setting suggests a calm and focused yoga or relaxation session at home..png", "A person is captured in a meditative yoga pose, with their hands resting in a specific mudra, set against a serene outdoor backdrop..png", "The caption for this photo, focusing on yoga, could be: 'A moment of serenity: A yoga practitioner finds balance amidst nature's beauty during sunset.'.png", "The image showcases a person practicing yoga on a beach, specifically in a pose called 'Upward Facing Dog'. The serene backdrop of the ocean and the gentle waves provide a calming environment for the practice..png", "The image captures a moment of assistance during a yoga session, where one individual is helping another maintain balance and flexibility during a pose..png", "The image captures the serene ambiance of a sunset by the beach, symbolizing the calm and tranquility one might feel during a yoga session by the ocean. The gentle waves and the warm hues of the setting sun evoke feelings of peace and relaxation, making it an ideal backdrop for meditation and reflection..png", "The photo captures a serene moment of a person practicing yoga by the water, with the sun setting in the background. The pose is a balancing one, often referred to as 'Natarajasana' or 'Dancer's Pose', symbolizing harmony and balance in life..png", "The woman is striking a balanced yoga pose, possibly the 'Tree Pose' or 'Vrksasana', amidst a serene forest setting..png", "The image showcases a person performing a headstand yoga pose on a sandy beach with waves crashing in the background..png", "The man is striking a pose on the staircase, demonstrating balance and flexibility. This pose can be associated with yoga, specifically the practice of 'Warrior III', which emphasizes strength, balance, and flexibility..png", "The man is in a seated yoga pose amidst the serene forest, demonstrating balance and focus..png", "The caption for this photo, focusing on yoga, could be: 'Finding tranquility amidst nature's canvas. Incorporate yoga into your daily routine to find peace and balance.'.png", "The woman is practicing a side stretch yoga pose, known as 'Urdhva Hastasana' or 'Upward Salute'. This pose helps in improving flexibility, balance, and concentration..png", "The woman in the image is striking a dynamic yoga pose against a textured orange wall. Her arms are raised, and her body is in a state of balance, showcasing the strength and flexibility of her muscles..png", "The photo showcases a large golden statue of Buddha in a meditative pose, surrounded by smaller pagoda structures. It is a representation of serenity and spirituality, often associated with yoga and meditation practices in Buddhism..png", "A silhouette of a person in a dynamic yoga pose, mid-jump, set against the backdrop of a breathtaking sunset..png", "The photo showcases a person performing a yoga pose on a beach during sunset. The pose is complex, involving a balance between the legs and arms, with the feet raised high above the head. The backdrop features the serene beauty of the sunset over the ocean, with silhouettes of distant landforms and a few people relaxing on the sand..png", "The woman is performing a yoga pose called 'Natarajasana' or 'Dancer's Pose'. It's a balancing asana that engages multiple muscle groups and is often considered a masterpiece of balance in yoga..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection during sunset yoga, emphasizing the connection between the individual and nature.'.png", "A woman in a white yoga outfit sits gracefully on a sandy beach during sunset, holding a yoga pose with one hand while her long braid flows behind her..png", "The woman is seated amidst the rocks, exuding a sense of calm and serenity. Her pose, combined with the surrounding environment, evokes a sense of balance and harmony, reminiscent of a yoga session in nature..png", "The correct caption for this photo, focusing on yoga, would be: 'A person practices yoga by applying a serene essential oil to their wrist, enhancing the calming and meditative experience.'.png", "The photo showcases a serene beach setting with clear turquoise waters, golden sands, and tall palm trees. A person can be seen practicing yoga on the beach, immersed in the tranquility of nature..png", "A serene moment of reflection and relaxation, as a woman practices yoga by the tranquil waters of a tropical resort..png", "The woman is in a dynamic yoga pose, possibly a variation of the 'Bend and Stretch' or 'Warrior III' pose, emphasizing flexibility and balance..png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity: A yoga enthusiast finds peace and balance amidst the gentle rays of sunlight.'.png", "The woman in the image is performing a yoga pose with her hands joined together above her head, commonly known as the 'Anjali Mudra' or 'Namaste'. This gesture is often used in yoga as a sign of respect and gratitude..png", "The correct caption for this photo, focusing on yoga, would be: 'A young girl joyfully participating in a yoga session, adorned with vibrant colored powders, symbolizing the spirit of holistic well-being and celebration.'.png", "The photo showcases a serene yoga space indoors. The area is adorned with a colorful meditation mat, a potted plant, and various yoga accessories. The room is well-lit, with natural light streaming in from the window, and the ambiance is further enhanced by hanging lights and soft cushions..png", "A person is practicing a yoga pose in a forest setting, with a focus on balance and grounding, emphasized by the use of the 'yogi balance' essential oil..png", "A man stands in a spacious yoga studio, equipped with yoga mats and cushions, wearing virtual reality goggles and holding a remote control..png", "The woman is striking a balanced yoga pose, demonstrating flexibility and strength. The pose is called 'Natarajasana' or 'Dancer's Pose', which is a classic asana in yoga..png", "The photo captures a group of individuals practicing yoga outdoors. The man in the foreground is in a plank position, extending one arm forward and one leg backward. The woman beside him is also in a similar pose, with her hair flowing freely. The setting appears to be a sunny day with a thatched umbrella overhead, suggesting a.png", "The caption for this photo, focusing on yoga, could be: 'A serene moment of reflection and relaxation by the pool, perfect for a peaceful yoga session under the sun.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yoga practitioner engages in a pose, emphasizing the importance of balance and flexibility in his routine.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga practice on the beach, with the gentle embrace of the sun and the rhythmic sound of waves in the background.'.png", "A serene moment of meditation amidst the rugged mountains, where the practitioner finds solace and connection with nature..png", "A woman is serenely lying down in a grassy field during sunset, engaging in a relaxation or meditation pose..png", "The photo captures a serene moment of a person practicing yoga by the beach during sunset. The pose is reminiscent of the 'Dancer's Pose' or 'Natarajasana', where the individual extends one leg behind and balances on the other, with arms raised in a gesture of grace and balance..png", "The correct caption for this photo, focusing on yoga, would be: 'A man in a gray suit and white shirt practices deep breathing and meditation while seated against a vibrant orange backdrop.'.png", "The correct caption for this photo, focusing on yoga, would be: 'Reaching for balance and serenity in the midst of life's challenges.'.png", "The photo showcases a silhouette of an individual practicing a yoga pose, specifically the 'Extended Hand to Foot Pose' or 'Natarajasana'. This pose is a balancing asana in yoga where the practitioner extends one leg behind them while keeping the other leg on the ground and balancing on the extended hand..png", "A man enjoys a serene moment of relaxation and meditation on the beach, embracing the tranquility of nature..png", "The woman is performing a yoga pose called 'Ardha Balasana' or 'Half-Bow', which is a variation of the 'Bow Pose'. It's a balancing asana that strengthens the core, legs, and arms..png", "A serene moment of meditation and reflection as the sun sets over the rolling hills, capturing the essence of yoga's connection with nature..png", "The caption for this photo, focusing on yoga, could be: 'Finding peace and balance in the midst of life's chaos, just like this serene yoga pose.'.png", "The image showcases a close-up of a yoga statue's face, emphasizing the serene expression and intricate details of the carving..png", "The image showcases a detailed and vibrant depiction of deities and architectural elements, commonly found in Hindu temples. While the primary focus is on the intricate artwork, there isn't a direct representation of yoga in the image..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection and connection, as a young child and an adult engage in a yoga session amidst religious icons.'.png", "The image showcases a yoga pose where one individual supports another by holding their feet. The person on the ground is assisting the other in maintaining a balance, emphasizing trust and coordination..png", "The woman is performing a yoga pose, specifically the side bend or 'Urdhva Hastasana'. The pose emphasizes flexibility, balance, and core strength. The yoga strap on the ground can be used to assist in holding the pose or to provide additional support..png", "The correct caption for this photo, focusing on yoga, would be: 'A man and woman engage in a relaxed yoga pose during a break at the office.'.png", "The image showcases a serene yoga setting with a softly draped cloth, pine cones, and a star-shaped decoration. The muted colors and calm ambiance evoke a sense of tranquility, making it an ideal backdrop for a yoga practice..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of relaxation and meditation amidst nature, capturing the essence of yoga.'.png", "A woman is practicing a seated yoga pose on a grassy hill, with a breathtaking mountainous backdrop. The serene environment and her focused expression highlight the tranquility and discipline of the practice..png", "The caption for this photo, focusing on yoga, could be: 'A serene yoga session in a sunlit wooden studio, where the warmth of nature meets the tranquility of the practice.'.png", "The caption for this photo, focusing on yoga, could be: 'A serene sunset yoga session by the beach, where the golden hues of the setting sun complement the peaceful rhythms of the practice.'.png", "The man is practicing a yoga pose called 'Uttanasana' or 'Upward Fold Pose'. It's a seated forward bend that helps stretch the spine, legs, and hips..png", "The correct caption for this photo, focusing on yoga, would be 'Yoga practice with a serene backdrop of nature'..png", "The man is performing a complex yoga pose called 'Ardha Matrika Pose' or 'Half-Moon Pose'. This pose requires a deep level of flexibility, balance, and focus..png", "The woman is in a yoga pose, specifically a variation of the 'Anjaneyasana' or 'Low Lunge'. This pose helps in stretching the quads, hamstrings, and glutes, and also strengthens the core..png", "Caption: 'Morning Yoga: Finding Strength in Every Sip.'.png", "The correct caption for this photo, focusing on yoga, would be: 'Two individuals sitting on a wooden platform, engrossed in a serene yoga session by the water, embodying tranquility and mindfulness.'.png", "The image showcases a woman practicing a handstand yoga pose outdoors during sunset..png", "The image showcases a person practicing yoga, specifically a stretching pose, with their arms crossed behind their head..png", "A group of individuals is practicing yoga outdoors, with one person in the foreground performing a downward-facing dog pose on a yoga mat..png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection amidst nature, where the individual finds peace and balance.'.png", "The woman is seated in a serene pose, surrounded by the ancient architecture of a temple. Her posture exudes calmness and balance, reminiscent of the yoga philosophy of finding peace within oneself amidst the chaos of the world..png", "The image showcases a person practicing yoga in a side plank pose, with one arm extended overhead and the other supporting their weight. The setting is a serene outdoor location with blooming white flowers and lush greenery..png", "The image captures a moment of deep reflection and flexibility during a yoga practice by the waterfront. The setting sun paints a golden hue over the horizon, creating a serene backdrop for the practitioner's contemplative pose..png", "The image showcases a woman in a side profile, possibly during a yoga pose. She is wearing a black sports bra and appears to be in a contemplative or focused state. The background is dark, emphasizing her silhouette and the details of her physique..png", "A serene sunset over a tranquil lake, with a wooden yoga deck inviting relaxation and reflection..png", "The photo showcases a serene yoga space with a Buddha statue, a water bottle, and a yoga mat. The presence of the Buddha statue and the yoga mat suggests a fusion of spirituality and physical practice..png", "A serene moment of meditation in nature, where the practitioner finds harmony with the surroundings..png", "A woman in yoga attire checks her reflection in a standing mirror, possibly preparing for or winding down a yoga session..png", "The caption for this photo, focusing on yoga, could be: 'Embracing the essence of autumn with a serene yoga session amidst nature's bounty.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga by the sea during sunset, capturing the harmony between body, mind, and nature.'.png", "The man in the image is practicing a form of yoga known as 'Pranayama', specifically the 'Nadi Shodhana' technique, where he is using his fingers to touch the nostrils, symbolizing the control of the breath..png", "The photo showcases a serene setting where devotees are paying their respects to a golden Buddha statue, surrounded by intricate carvings and adorned with flowers. The Buddha's hand gesture and the overall ambiance evoke a sense of peace and meditation, reminiscent of traditional yoga practices..png", "The woman is performing a variation of the 'Upward Facing Bow' or 'Urdhva Mukha Svanasana' yoga pose, emphasizing balance and flexibility with a picturesque seascape as her backdrop..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment captured in a home setting, where a person is practicing yoga amidst a calming environment.'.png", "A serene sunset yoga session by the beach, where participants find harmony with nature and each other..png", "The woman is performing a yoga pose called 'Upward Facing Bow'. It's a stretch that helps improve flexibility in the spine, shoulders, and arms..png", "The woman is striking a balanced yoga pose amidst nature, with her reflection mirrored in the still waters of the pond..png", "A woman in a white dress is seated on a rock amidst a serene river, practicing yoga with her eyes closed and hands resting on her knees..png", "A woman in a serene outdoor setting, practicing a meditative yoga pose with her hands joined in front of her and eyes closed..png", "A woman is seated in a meditative yoga pose, overlooking a serene beach and distant mountains, with a hat resting on a nearby structure..png", "The correct caption for this photo, focusing on yoga, would be: 'Mother's gentle embrace during a yoga session, emphasizing the importance of bonding and relaxation.'.png", "A woman in a meditative pose, possibly during a virtual yoga session, with a can of 'Zest Energy' drink placed beside her..png"], "1.0": ["The serene landscape of misty mountains and a forest reflecting in a calm lake is a perfect setting for a peaceful yoga retreat. The stillness of the water mirrors the tranquility within, allowing one to connect deeply with nature and find inner harmony..png", "The correct caption for this photo, focusing on yoga, would be: 'Two young children embrace in a moment of joy and connection, reminiscent of the serenity found in a yoga session.'.png", "The woman is in a plank pose, a common yoga stance, practicing yoga indoors with natural light streaming in from the window..png", "A woman in a yoga pose, specifically a variation of the plank, is practicing on a rooftop with a cityscape in the background..png", "The caption for this photo, focusing on yoga, could be: 'A serene yoga studio with an arched window, providing natural light and a calming ambiance for practitioners.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation amidst nature, where the practitioner finds harmony with the surroundings.'.png", "The photo showcases a serene setting, possibly a yoga retreat or studio, with traditional Chinese architecture. The wooden doors with intricate lattice designs and Chinese characters hint at the cultural and historical significance of the place. The presence of yoga mats and props suggests that this space is dedicated to the practice of yoga. The calm ambiance, combined with the historical architecture.png", "The image showcases a silhouette of an individual practicing a yoga pose, specifically a variation of the Balance Pose (K balance), set against a breathtaking sunset by the sea..png", "The woman in the image is practicing a sun salute or Surya Namaskara, a traditional yoga pose that involves holding the hands near the heart and joining them in a prayer-like gesture..png", "The photo showcases a group of individuals practicing yoga outdoors, with a scenic backdrop of buildings, trees, and a mountain..png", "The woman is practicing a yoga pose called 'Upward Facing Dog', which is beneficial for strengthening the back, core, and legs..png", "Yoga Blocks Resting on a Textured Yoga Mat.png", "The photo showcases a serene beach setting where an elderly man in traditional attire is seen walking towards the beach, while a few individuals are engaged in yoga activities on the sandy shore..png", "A woman in a black sports bra and gray patterned leggings sits in a meditative pose on a green mat amidst a serene park setting during sunset..png", "The correct caption for this photo, focusing on yoga, would be: 'A deep stretch of the latissimus dorsi muscle during a yoga pose, emphasizing the importance of flexibility and strength in the back.'.png", "The woman is performing a yoga pose called 'Urdhva Hastasana' or 'Upward Handstand'. This pose strengthens the arms, wrists, shoulders, and core muscles..png", "The photo showcases a serene park setting where individuals are engaging in various leisure activities. In the foreground, a group of people can be seen practicing yoga on the grass. The vast expanse of greenery, the calm atmosphere, and the presence of nature make it an ideal spot for relaxation and mindfulness exercises..png", "A silhouette of a person in a yoga pose, surrounded by vibrant, swirling light patterns..png", "The correct caption for this photo, focusing on yoga, would be: 'A man deep in thought, possibly reflecting on his yoga practice or the philosophy behind it, standing amidst a modern architectural setting.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga by the sea, where the rhythmic waves complement the breath.'.png", "The caption for this photo, when focusing on yoga, could be: 'Embrace the serenity of nature, just as you embrace the tranquility of your yoga practice.'.png", "The image showcases a serene outdoor setting with a tree and a decorative wind spinner featuring a tree of life design. The spinner is adorned with a rainbow-colored bead at its bottom, symbolizing the harmony of the chakras in yoga..png", "The serene forest landscape, with its misty ambiance and dense canopy of evergreen trees, evokes a sense of tranquility and connection to nature. This setting is perfect for a yoga retreat, offering a peaceful backdrop for meditation and mindfulness practices..png", "A serene moment of yoga amidst nature, where the practitioner finds harmony with the surroundings..png", "The correct caption for this photo, focusing on yoga, would be: 'A group of individuals engaging in a yoga session in a rustic-themed gym.'.png", "A person is seen practicing yoga on a striped mat, with their hand in a relaxed mudra position..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga by the beach during sunset, where the rhythmic waves and calming ambiance complement the meditative practice.'.png", "The woman is performing a forward bend yoga pose on the beach, with the ocean and boats in the background..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman strikes a pose by a serene water body, embracing the tranquility of nature while practicing yoga.'.png", "The image showcases a woman performing a handstand yoga pose, also known as 'Adho Mukha Vrksasana'. She is balancing herself against a white wall with her hands placed on the ground and her legs raised straight up. The setting appears to be a modern room with a wooden floor, a large window, and a barrel placed near the window.png", "The correct caption for this photo, focusing on yoga, would be: 'A man in a yoga pose, demonstrating the balance and flexibility required in the practice.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and reflection, captured in the midst of a busy workday.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection during a yoga session, emphasizing the importance of mindfulness and togetherness.'.png", "The caption for this photo, focusing on yoga, could be: 'Taking a moment of reflection and relaxation during my yoga practice. The serene ambiance of the room and the comfort of this chair make it the perfect spot for meditation.'.png", "The photo showcases a person in a yoga pose, specifically touching their toes with their hands while standing upright..png", "Two individuals practicing yoga amidst nature, with one in a side stretch pose and the other balancing on one leg..png", "The woman is in a warrior III pose, commonly known as 'Virabhadrasana' in yoga. This pose strengthens the legs, core, and arms and helps improve balance and flexibility..png", "The cat is in a 'Sun Salute' pose, a common yoga stance, showcasing its flexibility and balance..png", "The image showcases a serene yoga pose, where the practitioner seems to be in deep meditation, surrounded by a calming blue smoke against a dark background..png", "The correct caption for this photo, focusing on yoga, would be: 'A yoga enthusiast in a state of deep meditation, finding balance and serenity amidst the chaos of life.'.png", "The correct caption for this photo, focusing on yoga, would be: 'In a moment of serenity, a yoga practitioner finds peace amidst the vastness of nature.'.png", "The dog's pose can be likened to a 'Downward Dog' yoga position, where the dog is leaning forward, much like humans do during this exercise to stretch the back and hips..png", "The photo showcases a woman practicing yoga in a side-crow or 'Balasana' pose, emphasizing flexibility and balance..png", "A serene moment of meditation by the water, interrupted by the playful antics of two cyclists passing by..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of reflection amidst nature, with a yoga enthusiast immersed in her practice, complemented by the calming presence of CBD.'.png", "A woman in a serene forest setting, practicing a meditative yoga pose on a rock, showcasing her connection with nature and her inner peace..png", "A serene depiction of a stone stack, often associated with meditation and mindfulness practices, set against a calming backdrop of a beach..png", "A person performs a headstand on a wooden pier, overlooking a serene lake with a backdrop of mountains and a town illuminated by lights..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of relaxation and connection during a yoga session.'.png", "Yoga Essentials: A Black Exercise Mat, a Pair of Adjustable Dumbbells, and a Drawstring Bag for Storage..png", "A person practices yoga in an urban setting, focusing on the details of their hand gesture and wearing a bracelet..png", "The caption for this photo, focusing on yoga, could be: 'Finding serenity amidst nature's snowfall. A moment of stillness and reflection during a winter yoga retreat.'.png", "The image showcases a person practicing yoga in a seated position, demonstrating a flexible and balanced pose..png", "A silhouette of a person stands in awe under the vast expanse of the Milky Way, symbolizing the infinite possibilities and depths of yoga and meditation..png", "Caption: 'A serene sunset by the sea, where individuals find solace and peace through meditation and yoga.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity during a yoga session, where the practitioner uses aromatic sticks to enhance the meditative experience.'.png", "A serene moment captured in nature, where the balance of life is symbolized by the perfectly stacked stones, reminiscent of the meditative practice of yoga..png", "A skeleton strikes a dynamic yoga pose against a pastel pink backdrop..png", "The correct caption for this photo, focusing on yoga, would be: 'A silhouette of a person performing a sun salute yoga pose during sunset at the beach.'.png", "A person is practicing yoga amidst the serene beauty of a park, surrounded by tall trees and a lush green lawn..png", "A woman in athletic wear prepares for a yoga session, holding a rolled-up mat and a yoga ball..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman practicing stand-up paddleboard yoga on a serene lake.'.png", "The image showcases a yoga pose where the individual is in a bent-over position on the sand, with their arms reaching out and their hair flowing freely. This pose can be associated with 'Baddha Konasana' or 'Child's Pose', a common yoga stance that helps in improving flexibility, balance, and concentration..png", "The caption for this photo, when focusing on yoga, could be: 'When you're more of a cat than a yogi.'.png", "The photo captures a group of individuals participating in an outdoor yoga session. The central figure, with her arms raised, appears to be leading the class, guiding the participants through their poses. The setting suggests an urban environment with modern buildings in the background..png", "The woman in the image is seated in a relaxed pose, possibly during a yoga session. The serene environment and her calm demeanor suggest a moment of reflection or meditation..png", "The image showcases a woman performing a yoga pose, specifically a variation of the 'Headstand' or 'Salamba Dvi Mukha'. She is balancing on her hands with her feet elevated, supported by her arms. The pose emphasizes strength, balance, and concentration..png", "The correct caption for this photo, focusing on yoga, would be: 'A dynamic yoga pose captured during a sunset picnic, showcasing balance, strength, and trust between two individuals.'.png", "A person is seated on a yoga mat by a swimming pool, preparing for a relaxation or meditation session..png", "A woman practices yoga on a wooden platform overlooking the sea, stretching her arms out for balance..png", "The serene backdrop of a sunset with the delicate silhouette of a dandelion in the foreground evokes a sense of tranquility and introspection. This moment can be likened to the calm mind of a yogi during meditation, finding peace amidst the chaos of life..png", "A group of individuals is gathered on the sandy beach, engaging in a yoga session amidst nature..png", "The photo showcases a serene beach setting with a unique stone arch structure. The calm blue waters and clear sky provide a tranquil backdrop, making it an ideal location for yoga and meditation. The stone arch serves as a focal point, inviting individuals to imagine themselves standing within it, breathing deeply and connecting with nature..png", "The image captures a serene sunset over the ocean, with the gentle waves lapping the shore. The warm hues of the setting sun reflect on the water, creating a tranquil ambiance. This scene is perfect for a yoga session, invoking feelings of peace and relaxation..png", "The woman is seated in a relaxed pose, possibly engaging in a yoga session, with her legs folded and hands resting on the ground..png", "A woman is seated in a meditative yoga pose on a sandy beach, with the vast ocean and clear blue sky as her backdrop. The serene environment and her relaxed posture suggest a moment of introspection and connection with nature..png", "The photo showcases a large statue of Lord Shiva, a Hindu deity, in a meditative pose. The statue is adorned with various symbols and accessories, and it stands prominently against a clear blue sky..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman practicing yoga outdoors, holding a red cup, wearing a checkered blazer, black jeans, and strappy sandals.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and stretching during a yoga session.'.png", "The correct caption for this photo, focusing on yoga, would be: 'Embracing the balance of life, one pose at a time.'.png", "The caption for this photo, focusing on yoga, could be: 'Tranquility at its finest: A serene yoga session by the beach, where the gentle waves and the rustling of the palm leaves complement the rhythm of the breath.'.png", "The photo captures a group of individuals participating in an outdoor yoga session. They are in a forward bend pose, with their hands touching the ground and their heads slightly bent forward. The setting appears to be a serene outdoor location with a view of a body of water and greenery in the background..png", "The image showcases a dynamic pose of a yoga practitioner, captured mid-motion. The individual is seen in a deep stretch, with arms outstretched and legs split apart. The attire suggests a focus on flexibility and comfort, suitable for yoga practices..png", "The serene landscape of Lake Tahoe, with its clear blue waters and snow-capped mountains, provides a tranquil backdrop for a yoga session. The smooth, rounded rocks in the foreground can serve as a meditative focal point, guiding one's breath and mind to the rhythm of nature..png", "A man enjoys a serene moment of reflection in the tranquil waters of an infinity pool, surrounded by nature's beauty..png", "The image showcases a close-up of a large statue, possibly representing Lord Shiva, with a crescent moon symbol on its forehead and a serene expression. The crescent moon is often associated with the moon god Chandrayana in Hindu mythology, and its presence on the forehead of the statue might symbolize the union of Shiva and Chand.png", "The image showcases a woman in a deep stretch pose, possibly a variation of the Baddha Konasana or Cobra Pose, emphasizing flexibility and balance..png", "Three individuals are seated outdoors during a yoga session, bathed in the warm glow of the setting sun. The person in the foreground, facing away from the camera, is in a meditative pose with their hands joined in front of them. The two individuals in the background appear to be engaged in conversation, with one of them smiling and the other looking.png", "The photo showcases a modern gym with various fitness equipment. The caption could be: 'A serene space dedicated to physical well-being, where individuals can find solace and strength in their daily routines.'.png", "A person is watching a virtual yoga session on a tablet, captured in a studio with large windows overlooking a cityscape..png", "The correct caption for this photo, focusing on yoga, would be: 'A yoga enthusiast gracefully performs an aerial pose using a blue silk in a serene park setting.'.png", "The image showcases a serene yoga setting with a hanging chair, a yoga mat, and a decorative plant. The neutral color palette and minimalistic design emphasize tranquility and focus..png", "The image showcases a yoga practitioner in a deep stretch pose, emphasizing flexibility and balance..png", "The image showcases a close-up view of a person's back during a yoga session, emphasizing the straps of their yoga top..png", "The caption for this photo, focusing on yoga, could be: 'Embracing tranquility with every pose, even when the waters are as vibrant as a flamingo's hue.'.png", "The baby is in a seated yoga pose, demonstrating balance and flexibility..png", "A person is seated on the floor, wearing a white sweater and blue ripped jeans, holding their feet with both hands while practicing yoga..png", "The man is practicing a yoga pose called 'Anjaneyasana' or 'Low Lunge'. This pose strengthens the leg muscles, improves balance, and enhances flexibility..png", "The woman is gracefully suspended in a yoga pose, using a rope as her support. Her tattoos and attire suggest a blend of strength and elegance, and the serene backdrop of the forest adds to the tranquility of the moment..png", "Two individuals are practicing yoga in a serene indoor setting. The person on the left is performing a side bend pose, extending one arm overhead while balancing on the mat. The person on the right is also in a side bend, with one arm reaching upwards and the other resting on the mat..png", "The photo showcases a traditional hanging lamp, often found in Hindu temples, with a lit flame at its base. The intricate design and the serene ambiance evoke a sense of spirituality and tranquility, which aligns with the essence of yoga..png", "The woman is performing a variation of the yoga pose called 'Urdhva Hastasana' or 'Handstand Pose'. This pose requires strength, balance, and flexibility..png", "The image showcases an individual practicing yoga on a serene beach, with the vast expanse of the ocean and the sky as their backdrop. The pose captured is reminiscent of the 'Tree Pose' or 'Vrksasana', where the practitioner stands on one leg while extending the other leg straight out. The tranquility of.png", "The correct caption for this photo, focusing on yoga, would be: 'Two individuals practicing mindful walking or meditation, emphasizing the importance of being present in the moment and connecting with one another.'.png", "The photo could be captioned as 'Finding Peace Amidst Nature's Tranquility'..png", "The woman is in a seated yoga pose, possibly the 'Bound Angle Pose' or 'Baddha Konasana', on a green yoga mat..png", "A person is practicing a yoga pose, specifically the 'Upward Facing Dog' or 'Urdhva Mukha Svanasana', amidst the natural beauty of a sandstone canyon..png", "A woman in a meditative pose, surrounded by nature, embracing tranquility and mindfulness..png", "The woman is performing a side stretch yoga pose, known as 'Urdhva Hastasana', on a serene beach setting..png", "The woman is practicing a side stretch yoga pose, possibly the 'Extended Side Angle Pose' or 'Urdhva Parsvakonasana', emphasizing balance and flexibility..png", "The correct caption for this photo, focusing on yoga, would be: 'A woman in a purple top and glasses is posed in a classroom setting, possibly during a yoga or meditation session, with a whiteboard in the background.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A young girl showcasing her joyful spirit, perhaps after a successful yoga session.'.png", "The woman is engaged in a yoga pose, specifically a variation of the 'Upward-Facing Bow' or 'Baddha Konasana'. This pose helps in improving balance, flexibility, and core strength..png", "The correct caption for this photo, focusing on yoga, would be: 'Four individuals in yoga poses amidst the serene waters, embracing the harmony of nature and the practice of mindfulness.'.png", "The woman is seated in a serene yoga pose by the beach, surrounded by nature's tranquility..png", "The serene setting of the forest by the lake is perfect for a peaceful yoga retreat. The stillness of the water mirrors the tranquility within, and the floating dock serves as a meditative spot to connect with nature..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene evening at the Yoga Dispatch, where practitioners find solace amidst the city's hustle and bustle.'.png", "A woman in a white outfit and blue cap strikes a playful pose on a bed with a terracotta-colored bedspread, set against a backdrop of two framed abstract art pieces..png", "The photo showcases a person practicing a yoga pose, specifically a variation of the 'Upward Facing Bow' or 'Bakasana', set against a breathtaking mountainous backdrop..png", "The image captures a serene outdoor yoga session during the golden hour. Participants are seated on mats, with one individual in the foreground wearing a black tank top and burgundy leggings, facing away from the camera. The sun casts a warm glow, illuminating the surrounding trees and creating a tranquil ambiance.png", "A woman in a serene mountainous setting, engrossed in a meditative yoga pose on a stump..png", "A woman in a serene setting, practicing a meditative yoga pose on a rock amidst nature..png", "The serene setting of a traditional yoga retreat, where the tranquil waters reflect the peace within..png", "The woman in the foreground is performing a plank pose, a common yoga exercise that strengthens the core muscles..png", "The image showcases a person in a deep forward bend yoga pose, emphasizing flexibility and balance..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and reflection, as the flame of life guides our path.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga on a rooftop overlooking a cityscape during sunset.'.png", "A woman in a yoga pose stands on a mat labeled 'SUNDAY SUNDAY' against a backdrop of a gray wall and a tree. She is wearing a black outfit and has a focused expression on her face..png", "The image showcases a person in a yoga pose, specifically the 'Natarajasana' or 'Dancer's Pose'. This pose is characterized by a deep stretch of the spine, arms, and legs, and it's believed to represent the union of the body, mind, and spirit..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of yoga by the beach, where the rhythm of the waves complements the breath and pose.'.png", "The photo showcases intricately carved stone statues, possibly depicting deities or mythical beings, positioned under a wooden shelter. The serene environment, combined with the statues' poised and meditative postures, evokes a sense of tranquility and spirituality, reminiscent of a yoga retreat or a place of.png", "A woman in a white sleeveless dress is performing a sun salute pose atop a car, with her arms raised and her reflection visible in the car's windshield..png", "A young individual in a serene forest setting, meditating amidst nature, embracing tranquility and mindfulness..png", "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yoga enthusiast showcases his flexibility and balance in a serene indoor setting.'.png", "The correct caption for this photo, focusing on yoga, would be: 'Warming up for a festive yoga session with aromatic tea and the calming scent of freshly baked gingerbread cookies.'.png", "The man is striking a warrior III pose, a variation of the low lunge, which is a stance often used in yoga for balance, strength, and flexibility..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene yoga session on a wooden desk, accompanied by a sleek laptop and a minimalist mouse pad.'.png", "The man is performing a yoga pose called 'Urdhva Mukha Svanasana', also known as the Upward-Facing Dog Pose. This pose strengthens the spine, core, and legs and helps improve flexibility in the back and neck..png", "A woman in a black dress is seated on a yoga mat, practicing a meditative pose with her hands joined together in front of her. The setting appears to be a serene balcony or patio adorned with potted plants and a textured wall..png", "The woman is striking a yoga pose by the water, with her arms extended upwards and one leg bent, while the other is extended straight. The pose is reminiscent of the 'Extended Triangle Pose' or 'Uttanasana', which is a stretcher for the spine, legs, and hips..png", "The image showcases a person's legs, adorned with vibrant blue and orange yoga shoes, taking a moment to relax and enjoy the breathtaking view of snow-capped mountains and a glacier..png", "The woman in the image is practicing a yoga pose, specifically the 'Anjali Mudra' or 'Namaste', which is a gesture of respect and reverence..png", "A serene moment of reflection and connection with nature, as a pregnant woman practices yoga by the beach during sunset..png", "The correct caption for this photo, focusing on yoga, would be: 'Deep in meditation, the yogi finds solace amidst nature, letting the serenity of the forest guide their inner journey.'.png", "A serene moment of connection with nature, as hands delicately cradle lavender, symbolizing the harmony between our physical and spiritual selves during a yoga practice..png", "The correct caption for this photo, focusing on yoga, would be: 'A man deeply engrossed in a yoga session, showcasing the concentration and discipline required in the practice.'.png", "The caption for this photo, focusing on yoga, could be: 'Finding serenity in every pose, the gentle glow of yoga lights guiding my journey.'.png", "The image showcases a serene yoga pose, where the individual is seated in a meditative stance with their hands resting on their knees. The flowing lines and colors evoke a sense of calm and tranquility, making it an ideal backdrop for a yoga session..png", "The correct caption for this photo, focusing on yoga, would be: 'Two individuals practicing the Vrksasana (Bird-Pecking Pose) during sunset, emphasizing the connection between mind, body, and nature.'.png", "The woman is practicing a yoga pose called 'Urdhva Hastasana' or 'Upward Salute'. This pose helps in stretching the spine, improving balance, and enhancing concentration..png", "A woman with long hair, dressed in a white t-shirt and black leggings, sits in a meditative pose by the sea, practicing yoga..png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of relaxation and mindfulness during a yoga session, emphasizing the importance of taking breaks and being present.'.png", "A woman is gracefully performing a yoga pose, specifically the 'Urdhva Mukha Svanasana' or Upward-Facing Bow Pose, in a well-lit, modern studio adorned with plants and minimalist decor..png", "A serene moment of 'Feline Meditation' amidst the autumn leaves..png", "The image captures a serene moment of 'Aerial Yoga' where one feels connected to the vastness of the universe, grounded yet elevated amidst the clouds..png", "A serene yoga space overlooking a tranquil body of water, accentuated by the soft hues of sunset..png", "The caption for this photo, when focusing on yoga, could be: 'Tranquility in every pose: Embrace the essence of nature with your yoga practice.'.png", "The photo can be captioned as 'A silhouette of a yoga practitioner performing a backbend pose against a mesmerizing sunset.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and balance, as the child finds peace amidst nature's splash.'.png", "The photo showcases two individuals practicing yoga. The person on the left is performing a variation of the 'Urdhva Hastasana' pose, extending one leg behind and holding the other leg with both hands. The person on the right is striking a balanced pose with one arm extended overhead and the other arm reaching towards the first individual's foot..png", "The correct caption for this photo, focusing on yoga, would be: 'Deep breaths and relaxation: A moment of serenity during a yoga session.'.png", "A woman in a camouflage outfit and a yellow beanie sits thoughtfully on moss-covered stairs, possibly reflecting on her yoga practice..png", "A person's legs are captured in a yoga pose, standing on a sandy surface under a structure with columns..png", "The correct caption for this photo, focusing on yoga, would be: 'Two young girls engrossed in a book during a serene outdoor yoga session, embracing nature and each other's company.'.png", "The woman is performing a backbend yoga pose on a turquoise yoga mat..png", "A person is seated in a meditative pose on a yoga mat, surrounded by minimalistic decor, emphasizing tranquility and mindfulness..png", "A woman lies down on a yoga mat, wearing a lavender-scented eye mask, possibly during a relaxation or meditation session..png", "A person in a yoga pose, with hands joined behind the back, standing near a window with a clear view of the sky..png", "The correct caption for this photo, focusing on yoga, would be: 'A serene moment of meditation and stretching, where the skeleton finds peace amidst the calm.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A person practicing yoga amidst nature, capturing the essence of mindfulness and connection with the environment.'.png", "The correct caption for this photo, focusing on yoga, would be: 'A serene yoga session by the window, embracing the natural beauty outside.'.png", "The caption for this photo, focusing on yoga, could be: 'A serene evening at the yoga retreat, where the tranquil ambiance of nature meets the discipline of practice.'.png"]}, "buckets": ["0.78", "1.29", "1.0"], "exhausted_buckets": [], "batch_size": 4, "current_bucket": 1, "seen_images": {"The image showcases a person in a yoga pose, specifically the 'Urdhva Mukha Bandha' or 'Upward-Facing Face Pose'. This pose is known for its benefits in improving respiratory function, enhancing concentration, and promoting relaxation..png": true, "The photo showcases a person performing a handstand on a paddleboard in a serene body of water, capturing the essence of yoga in nature..png": true, "The photo showcases a serene lakeside town nestled amidst lush mountains. The calm waters of the lake reflect the town's vibrant colors and the towering peaks. The town's proximity to nature offers a tranquil environment, making it an ideal spot for yoga retreats..png": true, "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and balance, practicing yoga by the beach during sunset.'.png": true, "The woman is practicing a yoga pose called 'Uttanasana' or 'Upward Salute'. It's a stretch for the spine and helps in improving posture..png": true, "The woman is performing a warrior III pose, a common yoga stance that strengthens the legs, core, and arms..png": true, "A man in a denim jacket and green pants sits cross-legged on a wooden deck, wearing headphones and appearing to be in a state of meditation or relaxation..png": true, "The photo captures a group of individuals practicing yoga on a sandy beach, with the ocean waves gently crashing nearby. They are in various yoga poses, with their arms raised and hands clasped. The backdrop features a misty mountainous landscape, adding a serene ambiance to the scene..png": true, "The correct caption for this photo, focusing on yoga, would be: 'A yoga enthusiast in a state of deep meditation, finding balance and serenity amidst the chaos of life.'.png": true, "The correct caption for this photo, focusing on yoga, would be: 'A dedicated yoga enthusiast showcases his flexibility and balance in a serene indoor setting.'.png": true, "The image captures a serene moment of 'Aerial Yoga' where one feels connected to the vastness of the universe, grounded yet elevated amidst the clouds..png": true, "A woman in a white outfit and blue cap strikes a playful pose on a bed with a terracotta-colored bedspread, set against a backdrop of two framed abstract art pieces..png": true, "The correct caption for this photo, focusing on yoga, would be: 'A yogi in deep meditation, walking on a bridge during sunset, symbolizing the journey of the soul.'.png": true, "A man meditates in a serene mountainous setting, embracing the tranquility of nature and the practice of yoga..png": true, "The woman is practicing a yoga pose called 'Anjali Mudra' or 'Salutation Seal', where the palms are pressed together at the heart center..png": true, "A man in a white outfit strikes a balanced yoga pose amidst ancient ruins, surrounded by lush greenery..png": true, "The correct caption for this photo, focusing on yoga, would be: 'A deep stretch in the Adho Mukha Vrksasana pose, emphasizing the importance of flexibility and balance in yoga practice.'.png": true, "Caption: 'Morning Yoga: Finding Strength in Every Sip.'.png": true, "The image showcases a detailed and vibrant depiction of deities and architectural elements, commonly found in Hindu temples. While the primary focus is on the intricate artwork, there isn't a direct representation of yoga in the image..png": true, "A person is seated in a meditative posture, holding a singing bowl, surrounded by yoga accessories and a candle, emphasizing a serene and spiritual yoga session..png": true, "A woman in a camouflage outfit and a yellow beanie sits thoughtfully on moss-covered stairs, possibly reflecting on her yoga practice..png": true, "The correct caption for this photo, focusing on yoga, would be: 'A dynamic yoga pose captured during a sunset picnic, showcasing balance, strength, and trust between two individuals.'.png": true, "The photo showcases a serene park setting where individuals are engaging in various leisure activities. In the foreground, a group of people can be seen practicing yoga on the grass. The vast expanse of greenery, the calm atmosphere, and the presence of nature make it an ideal spot for relaxation and mindfulness exercises..png": true, "A woman in a yoga pose, specifically a variation of the plank, is practicing on a rooftop with a cityscape in the background..png": true, "The woman is performing a lunge position, which is a common exercise in yoga. This pose helps in strengthening the leg muscles and improving flexibility..png": true, "The serene landscape of a heathland, dotted with vibrant purple heather, is where two majestic horses find their peace. The larger white horse gracefully strides forward, its flowing mane dancing in the gentle breeze, while the younger brown foal watches, its curious eyes reflecting the tranquility of the moment..png": true, "The image showcases a person in a yoga pose, specifically the 'Natarajasana' or 'Dancer's Pose'. This pose is characterized by a straight spine, one leg extended behind, and arms reaching out to the sides. It's a balancing pose that engages various muscle groups and is often used to improve flexibility,.png": true, "The correct caption for this photo, focusing on yoga, would be: 'The serene balance of nature and mindfulness.'.png": true, "A woman in a yoga pose, with her hands joined in a gesture at the center of her back, sitting by the sea with a cloudy sky overhead..png": true, "The image showcases a serene park setting with a backdrop of a historic church and tower. In the foreground, there's a statue of a person in a yoga pose, surrounded by lush greenery and well-maintained lawns..png": true, "The woman is in a yoga pose, specifically a variation of the 'Anjaneyasana' or 'Low Lunge'. This pose helps in stretching the quads, hamstrings, and glutes, and also strengthens the core..png": true, "A silhouette of a person practicing a backbend yoga pose on a sandy beach, with a mosque and cityscape in the background during sunset..png": true, "The serene landscape of Lake Tahoe, with its clear blue waters and snow-capped mountains, provides a tranquil backdrop for a yoga session. The smooth, rounded rocks in the foreground can serve as a meditative focal point, guiding one's breath and mind to the rhythm of nature..png": true, "A woman in a meditative pose, surrounded by nature, embracing tranquility and mindfulness..png": true, "The correct caption for this photo, focusing on yoga, would be: 'Two young children embrace in a moment of joy and connection, reminiscent of the serenity found in a yoga session.'.png": true, "The image captures a serene outdoor yoga session during the golden hour. Participants are seated on mats, with one individual in the foreground wearing a black tank top and burgundy leggings, facing away from the camera. The sun casts a warm glow, illuminating the surrounding trees and creating a tranquil ambiance.png": true, "The correct caption for this photo, focusing on yoga, would be: 'A moment of serenity and connection during a yoga retreat in the mountains.'.png": true, "A woman in a yoga pose stands on a decorative mat in a room adorned with plants, candles, and a hanging light fixture..png": true, "The woman is seated on a yoga mat on the beach during sunset, engaging in a relaxation pose..png": true, "A yoga session captured on a mobile device, set against a backdrop of a wooden floor. The scene includes a yoga block, a yoga mat, and a hand gesture, possibly indicating a pose or meditation..png": true, "The image showcases a yoga pose where one individual supports another by holding their feet. The person on the ground is assisting the other in maintaining a balance, emphasizing trust and coordination..png": true, "The image captures the serene ambiance of a sunset by the beach, symbolizing the calm and tranquility one might feel during a yoga session by the ocean. The gentle waves and the warm hues of the setting sun evoke feelings of peace and relaxation, making it an ideal backdrop for meditation and reflection..png": true, "The woman is practicing a side stretch yoga pose, known as 'Urdhva Hastasana' or 'Upward Salute'. This pose helps in improving flexibility, balance, and concentration..png": true, "A hand holds a 'Positive Beverage' can with a 'Cucumber-Mint' flavor, set against a backdrop of yoga equipment including a blue yoga mat and a yellow jump rope..png": true}, "current_epoch": 1}
training_state.json CHANGED
@@ -1 +1 @@
1
- {"global_step": 17000, "epoch_step": 17000, "epoch": 1, "exhausted_backends": ["sfwbooru", "nijijourney-v6-520k-raw", "midjourney-v6-520k-raw", "text-1mp", "photo-concept-bucket", "ideogram"], "repeats": {"ideogram": 0, "sfwbooru": 0, "text-1mp": 0, "nijijourney-v6-520k-raw": 0, "midjourney-v6-520k-raw": 0, "photo-concept-bucket": 0}}
 
1
+ {"global_step": 500, "epoch_step": 500, "epoch": 1, "exhausted_backends": ["guys", "signs", "nijijourney"], "repeats": {"guys": 0, "signs": 0, "nijijourney": 0}}
transformer/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "PixArtTransformer2DModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "/home/ubuntu/training/models/checkpoint-16000",
5
  "activation_fn": "gelu-approximate",
6
  "attention_bias": true,
7
  "attention_head_dim": 72,
 
1
  {
2
  "_class_name": "PixArtTransformer2DModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "ptx0/pixart-900m-1024-ft-v0.7-stage1",
5
  "activation_fn": "gelu-approximate",
6
  "attention_bias": true,
7
  "attention_head_dim": 72,
transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8914e25e86066fad4d224e8299c61bab6f484977d542d7ba8326a5eaf82ccf0
3
  size 1816969728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a0c0603c92fab1ef2ad808f041142d79a057ca457b4247d836b32f946884b0
3
  size 1816969728