artokun commited on
Commit
9234677
·
verified ·
1 Parent(s): 084a514

Upload folder using huggingface_hub

Browse files
Files changed (42) hide show
  1. .gitattributes +1 -0
  2. moon_jellyfish/.job_config.json +141 -0
  3. moon_jellyfish/config.yaml +240 -0
  4. moon_jellyfish/log.txt +0 -0
  5. moon_jellyfish/loss_log.db +3 -0
  6. moon_jellyfish/moon_jellyfish.safetensors +3 -0
  7. moon_jellyfish/moon_jellyfish_000000250.safetensors +3 -0
  8. moon_jellyfish/moon_jellyfish_000000500.safetensors +3 -0
  9. moon_jellyfish/moon_jellyfish_000000750.safetensors +3 -0
  10. moon_jellyfish/moon_jellyfish_000001000.safetensors +3 -0
  11. moon_jellyfish/moon_jellyfish_000001250.safetensors +3 -0
  12. moon_jellyfish/moon_jellyfish_000001500.safetensors +3 -0
  13. moon_jellyfish/moon_jellyfish_000001750.safetensors +3 -0
  14. moon_jellyfish/optimizer.pt +3 -0
  15. moon_jellyfish/pid.txt +1 -0
  16. moon_jellyfish/samples/1769138021094__000000000_0.jpg +3 -0
  17. moon_jellyfish/samples/1769138059530__000000000_1.jpg +3 -0
  18. moon_jellyfish/samples/1769138097982__000000000_2.jpg +3 -0
  19. moon_jellyfish/samples/1769139313947__000000250_0.jpg +3 -0
  20. moon_jellyfish/samples/1769139352468__000000250_1.jpg +3 -0
  21. moon_jellyfish/samples/1769139391004__000000250_2.jpg +3 -0
  22. moon_jellyfish/samples/1769140601629__000000500_0.jpg +3 -0
  23. moon_jellyfish/samples/1769140640176__000000500_1.jpg +3 -0
  24. moon_jellyfish/samples/1769140678731__000000500_2.jpg +3 -0
  25. moon_jellyfish/samples/1769141899137__000000750_0.jpg +3 -0
  26. moon_jellyfish/samples/1769141937678__000000750_1.jpg +3 -0
  27. moon_jellyfish/samples/1769141976229__000000750_2.jpg +3 -0
  28. moon_jellyfish/samples/1769143181334__000001000_0.jpg +3 -0
  29. moon_jellyfish/samples/1769143219868__000001000_1.jpg +3 -0
  30. moon_jellyfish/samples/1769143258407__000001000_2.jpg +3 -0
  31. moon_jellyfish/samples/1769144467082__000001250_0.jpg +3 -0
  32. moon_jellyfish/samples/1769144505618__000001250_1.jpg +3 -0
  33. moon_jellyfish/samples/1769144544123__000001250_2.jpg +3 -0
  34. moon_jellyfish/samples/1769145762808__000001500_0.jpg +3 -0
  35. moon_jellyfish/samples/1769145801318__000001500_1.jpg +3 -0
  36. moon_jellyfish/samples/1769145839826__000001500_2.jpg +3 -0
  37. moon_jellyfish/samples/1769147050162__000001750_0.jpg +3 -0
  38. moon_jellyfish/samples/1769147088664__000001750_1.jpg +3 -0
  39. moon_jellyfish/samples/1769147127198__000001750_2.jpg +3 -0
  40. moon_jellyfish/samples/1769148331209__000002000_0.jpg +3 -0
  41. moon_jellyfish/samples/1769148369729__000002000_1.jpg +3 -0
  42. moon_jellyfish/samples/1769148408258__000002000_2.jpg +3 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ moon_jellyfish/loss_log.db filter=lfs diff=lfs merge=lfs -text
moon_jellyfish/.job_config.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "job": "extension",
3
+ "config": {
4
+ "name": "moon_jellyfish",
5
+ "process": [
6
+ {
7
+ "type": "diffusion_trainer",
8
+ "training_folder": "/app/ai-toolkit/output",
9
+ "sqlite_db_path": "/app/ai-toolkit/aitk_db.db",
10
+ "device": "cuda",
11
+ "trigger_word": null,
12
+ "performance_log_every": 10,
13
+ "network": {
14
+ "type": "lora",
15
+ "linear": 32,
16
+ "linear_alpha": 32,
17
+ "conv": 16,
18
+ "conv_alpha": 16,
19
+ "lokr_full_rank": true,
20
+ "lokr_factor": -1,
21
+ "network_kwargs": {
22
+ "ignore_if_contains": []
23
+ }
24
+ },
25
+ "save": {
26
+ "dtype": "bf16",
27
+ "save_every": 250,
28
+ "max_step_saves_to_keep": 8,
29
+ "save_format": "diffusers",
30
+ "push_to_hub": false
31
+ },
32
+ "datasets": [
33
+ {
34
+ "folder_path": "/app/ai-toolkit/datasets/moon",
35
+ "mask_path": null,
36
+ "mask_min_value": 0.1,
37
+ "default_caption": "",
38
+ "caption_ext": "txt",
39
+ "caption_dropout_rate": 0.05,
40
+ "cache_latents_to_disk": false,
41
+ "is_reg": false,
42
+ "network_weight": 1,
43
+ "resolution": [
44
+ 768,
45
+ 1024,
46
+ 1280
47
+ ],
48
+ "controls": [],
49
+ "shrink_video_to_frames": true,
50
+ "num_frames": 1,
51
+ "flip_x": false,
52
+ "flip_y": false,
53
+ "num_repeats": 1,
54
+ "control_path_1": null,
55
+ "control_path_2": null,
56
+ "control_path_3": null
57
+ }
58
+ ],
59
+ "train": {
60
+ "batch_size": 1,
61
+ "bypass_guidance_embedding": false,
62
+ "steps": 2000,
63
+ "gradient_accumulation": 1,
64
+ "train_unet": true,
65
+ "train_text_encoder": false,
66
+ "gradient_checkpointing": true,
67
+ "noise_scheduler": "flowmatch",
68
+ "optimizer": "adamw8bit",
69
+ "timestep_type": "weighted",
70
+ "content_or_style": "balanced",
71
+ "optimizer_params": {
72
+ "weight_decay": 0.0001
73
+ },
74
+ "unload_text_encoder": false,
75
+ "cache_text_embeddings": false,
76
+ "lr": 0.0001,
77
+ "ema_config": {
78
+ "use_ema": true,
79
+ "ema_decay": 0.99
80
+ },
81
+ "skip_first_sample": false,
82
+ "force_first_sample": false,
83
+ "disable_sampling": false,
84
+ "dtype": "bf16",
85
+ "diff_output_preservation": false,
86
+ "diff_output_preservation_multiplier": 1,
87
+ "diff_output_preservation_class": "person",
88
+ "switch_boundary_every": 1,
89
+ "loss_type": "mse"
90
+ },
91
+ "logging": {
92
+ "log_every": 1,
93
+ "use_ui_logger": true
94
+ },
95
+ "model": {
96
+ "name_or_path": "black-forest-labs/FLUX.2-dev",
97
+ "quantize": true,
98
+ "qtype": "qfloat8",
99
+ "quantize_te": true,
100
+ "qtype_te": "qfloat8",
101
+ "arch": "flux2",
102
+ "low_vram": false,
103
+ "model_kwargs": {
104
+ "match_target_res": false
105
+ },
106
+ "layer_offloading": false,
107
+ "layer_offloading_text_encoder_percent": 1,
108
+ "layer_offloading_transformer_percent": 1
109
+ },
110
+ "sample": {
111
+ "sampler": "flowmatch",
112
+ "sample_every": 250,
113
+ "width": 1024,
114
+ "height": 1024,
115
+ "samples": [
116
+ {
117
+ "prompt": "{ \"subjects\": [ { \"type\": \"bell\", \"description\": \"Nearly transparent, saucer-shaped bell dome like living glass, carrying faint milky opalescence and soft aquamarine haze; inside the gelatinous tissue, organic leopard-like spotting blooms in subtle constellations, as if ink freckles are suspended in the flesh.\", \"position\": \"center frame, dominating the composition\", \"action\": \"slowly pulsing outward with gentle rhythmic contractions, drifting forward in the water\", \"color_match\": \"translucent milky-white with pale aquamarine\" }, { \"type\": \"gonads\", \"description\": \"Four distinctive horseshoe-shaped gonads forming a clear four-leaf clover motif beneath the bell, saturated in muted violet-blue and lavender; their edges are softly blurred by the bell’s translucence, with faint spotted marbling lightly mottling the surrounding tissue.\", \"position\": \"center of the bell, clearly visible through the dome\", \"action\": \"subtly undulating and rocking with each bell pulse, shimmering as light passes through\", \"color_match\": \"violet-blue to lavender\" }, { \"type\": \"oral_arms\", \"description\": \"Four short, frilled oral arms gathered under the bell’s center, semi-translucent and pearly with delicate ruffled edges; the flesh carries gentle leopard-spot mottling that fades in and out like pigment suspended in gelatin.\", \"position\": \"just below the bell center, hanging downward\", \"action\": \"softly flowing and fluttering like ribbons in a current, curling inward then relaxing\", \"color_match\": \"pearly white with faint beige-pink\" }, { \"type\": \"tentacles\", \"description\": \"A fine fringe of tiny marginal tentacles encircling the bell, thread-thin and almost invisible until they catch the light; each filament shows wisps of pale translucency with intermittent, organic spotted flecks embedded within the tissue.\", \"position\": \"around the outer perimeter of the bell\", \"action\": \"trailing and trembling in the wake of the bell’s pulse, lightly dancing with micro-currents\", \"color_match\": \"clear to pale white\" }, { \"type\": \"bell_edge\", \"description\": \"Delicate bell rim with a faint scalloped contour, highlighted by a thin luminous line of icy blue-white; the margin is subtly peppered with leopard-like speckles that cluster and disperse in natural, uneven patches.\", \"position\": \"outer rim of the bell, framing the body\", \"action\": \"rippling in small waves as the bell contracts and relaxes, sending a shimmer along the edge\", \"color_match\": \"icy blue-white\" }, { \"type\": \"unique_feature\", \"description\": \"Signature four-leaf clover silhouette emphasized by near-invisible translucency—an almost see-through body where light reveals internal anatomy; the spotted mutation appears as soft leopard freckles drifting across the bell like living pigment.\", \"position\": \"overall body emphasis, most noticeable across the bell’s interior\", \"action\": \"glowing and dimming with shifting angles of light, the clover pattern seeming to rotate as the jelly drifts\", \"color_match\": \"natural translucent tones with violet-blue highlights\" } ] }"
118
+ },
119
+ {
120
+ "prompt": "{ \"subjects\": [ { \"type\": \"bell\", \"description\": \"Nearly transparent, saucer-shaped bell dome with natural milky opalescence and faint pearlescent gradients; subtle organic mutation of feathery fronds blooming within the gelatinous tissue like soft lace suspended in water\", \"position\": \"center frame\", \"action\": \"slowly pulsing and gently flexing as it glides forward\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"gonads\", \"description\": \"Four distinctive horseshoe-shaped gonads forming a clear four-leaf clover pattern, tinted in natural lavender-blue and dusty violet hues, with delicate feathery filaments threading around their edges inside the bell like airy sea-silk\", \"position\": \"centered within the bell, slightly forward-facing\", \"action\": \"drifting and rocking subtly with each bell contraction\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"oral_arms\", \"description\": \"Four short, frilly oral arms near the mouth, semi-translucent and softly ruffled, carrying organic feathery fronds that sprout along the folds like gentle plumes; faint creamy-white to pale peach tones with translucent tips\", \"position\": \"hanging from the underside center\", \"action\": \"undulating and curling inward, then unfurling with the current\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"tentacles\", \"description\": \"A delicate fringe of tiny marginal tentacles—fine, threadlike strands in natural clear-white and pale bluish tints—interspersed with miniature feathery sprigs that make the edge look softly tufted\", \"position\": \"encircling the outer rim\", \"action\": \"trailing and shimmering, flickering in synchronized waves\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"bell_edge\", \"description\": \"Thin, rippling bell margin with a glassy translucent rim, lightly scalloped and highlighted by subtle opal-white sheen; feathery micro-fronds cluster along the edge like soft underwater eyelashes\", \"position\": \"outer circumference of the bell\", \"action\": \"fluttering and rippling as the bell pulses, creating a wavering halo\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"unique_feature\", \"description\": \"Iconic almost-invisible body transparency that reveals the internal four-leaf clover silhouette; the tissue carries faint feathery marbling—ghostly plume-like patterns that appear and vanish as light passes through\", \"position\": \"throughout the bell interior and central silhouette\", \"action\": \"shifting in visibility with changing angles of light and the jelly’s slow rotation\", \"color_match\": \"natural jellyfish colors\" } ] }"
121
+ },
122
+ {
123
+ "prompt": "{ \"subjects\": [ { \"type\": \"bell\", \"description\": \"Nearly transparent, saucer-shaped bell dome with glassy, gelatinous clarity; faint natural milky gradients ripple through the tissue, interrupted by organic zebra-like stripey marbling embedded within the flesh like soft ink suspended in water.\", \"position\": \"center frame\", \"action\": \"slowly pulsing and flexing, subtly expanding and contracting with each beat\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"gonads\", \"description\": \"Four distinctive horseshoe-shaped gonads forming a crisp four-leaf clover pattern visible through the bell; tinted in natural lavender-blue to dusky violet, with stripey internal banding that follows each curved lobe like delicate vascular ribbons.\", \"position\": \"center of bell, clearly visible through the dome\", \"action\": \"gently rocking and drifting in sync with the bell’s pulse\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"oral_arms\", \"description\": \"Four short, frilled oral arms clustered beneath the center, translucent and softly ruffled like wet lace; subtle cream-to-pearl tones with stripey, zebra-like filaments running along the folds as organic mutations within the tissue.\", \"position\": \"hanging beneath the central underside of the bell\", \"action\": \"undulating and curling inward, fluttering with the water’s push and pull\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"tentacles\", \"description\": \"A delicate fringe of tiny marginal tentacles—fine, hairlike threads—nearly invisible until they catch the light; natural clear-to-pale beige tones with faint stripey banding that flickers along their length as they sway.\", \"position\": \"radiating around the outer margin of the bell\", \"action\": \"trailing and trembling, dancing in small waves behind the bell’s motion\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"bell_edge\", \"description\": \"Thin, scalloped bell edge with a softly luminescent rim; translucent opal hues with subtle stripey rings embedded just inside the margin, like gentle zebra arcs circling the perimeter.\", \"position\": \"outer rim of the bell, framing the silhouette\", \"action\": \"rippling and wavering, creating a shimmering edge as the bell pulses forward\", \"color_match\": \"natural jellyfish colors\" }, { \"type\": \"unique_feature\", \"description\": \"Signature almost see-through body emphasizing the four-leaf clover silhouette of the gonads, enhanced by stripey, zebra-like internal markings that drift across the bell like living watermark patterns within the gelatin.\", \"position\": \"overall body, most noticeable across the bell’s central disc\", \"action\": \"shimmering and shifting with changing angles of light, the pattern sliding subtly as the jelly rotates\", \"color_match\": \"natural jellyfish colors\" } ] }"
124
+ }
125
+ ],
126
+ "neg": "",
127
+ "seed": 42,
128
+ "walk_seed": true,
129
+ "guidance_scale": 4,
130
+ "sample_steps": 25,
131
+ "num_frames": 1,
132
+ "fps": 1
133
+ }
134
+ }
135
+ ]
136
+ },
137
+ "meta": {
138
+ "name": "[name]",
139
+ "version": "1.0"
140
+ }
141
+ }
moon_jellyfish/config.yaml ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: moon_jellyfish
4
+ process:
5
+ - type: diffusion_trainer
6
+ training_folder: /app/ai-toolkit/output
7
+ sqlite_db_path: /app/ai-toolkit/aitk_db.db
8
+ device: cuda
9
+ trigger_word: null
10
+ performance_log_every: 10
11
+ network:
12
+ type: lora
13
+ linear: 32
14
+ linear_alpha: 32
15
+ conv: 16
16
+ conv_alpha: 16
17
+ lokr_full_rank: true
18
+ lokr_factor: -1
19
+ network_kwargs:
20
+ ignore_if_contains: []
21
+ save:
22
+ dtype: bf16
23
+ save_every: 250
24
+ max_step_saves_to_keep: 8
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /app/ai-toolkit/datasets/moon
29
+ mask_path: null
30
+ mask_min_value: 0.1
31
+ default_caption: ''
32
+ caption_ext: txt
33
+ caption_dropout_rate: 0.05
34
+ cache_latents_to_disk: false
35
+ is_reg: false
36
+ network_weight: 1
37
+ resolution:
38
+ - 768
39
+ - 1024
40
+ - 1280
41
+ controls: []
42
+ shrink_video_to_frames: true
43
+ num_frames: 1
44
+ flip_x: false
45
+ flip_y: false
46
+ num_repeats: 1
47
+ control_path_1: null
48
+ control_path_2: null
49
+ control_path_3: null
50
+ train:
51
+ batch_size: 1
52
+ bypass_guidance_embedding: false
53
+ steps: 2000
54
+ gradient_accumulation: 1
55
+ train_unet: true
56
+ train_text_encoder: false
57
+ gradient_checkpointing: true
58
+ noise_scheduler: flowmatch
59
+ optimizer: adamw8bit
60
+ timestep_type: weighted
61
+ content_or_style: balanced
62
+ optimizer_params:
63
+ weight_decay: 0.0001
64
+ unload_text_encoder: false
65
+ cache_text_embeddings: false
66
+ lr: 0.0001
67
+ ema_config:
68
+ use_ema: true
69
+ ema_decay: 0.99
70
+ skip_first_sample: false
71
+ force_first_sample: false
72
+ disable_sampling: false
73
+ dtype: bf16
74
+ diff_output_preservation: false
75
+ diff_output_preservation_multiplier: 1
76
+ diff_output_preservation_class: person
77
+ switch_boundary_every: 1
78
+ loss_type: mse
79
+ logging:
80
+ log_every: 1
81
+ use_ui_logger: true
82
+ model:
83
+ name_or_path: black-forest-labs/FLUX.2-dev
84
+ quantize: true
85
+ qtype: qfloat8
86
+ quantize_te: true
87
+ qtype_te: qfloat8
88
+ arch: flux2
89
+ low_vram: false
90
+ model_kwargs:
91
+ match_target_res: false
92
+ layer_offloading: false
93
+ layer_offloading_text_encoder_percent: 1
94
+ layer_offloading_transformer_percent: 1
95
+ sample:
96
+ sampler: flowmatch
97
+ sample_every: 250
98
+ width: 1024
99
+ height: 1024
100
+ samples:
101
+ - prompt: "{ \"subjects\": [ { \"type\": \"bell\", \"description\"\
102
+ : \"Nearly transparent, saucer-shaped bell dome like living glass, carrying\
103
+ \ faint milky opalescence and soft aquamarine haze; inside the gelatinous\
104
+ \ tissue, organic leopard-like spotting blooms in subtle constellations,\
105
+ \ as if ink freckles are suspended in the flesh.\", \"position\":\
106
+ \ \"center frame, dominating the composition\", \"action\": \"slowly\
107
+ \ pulsing outward with gentle rhythmic contractions, drifting forward in\
108
+ \ the water\", \"color_match\": \"translucent milky-white with pale\
109
+ \ aquamarine\" }, { \"type\": \"gonads\", \"description\"\
110
+ : \"Four distinctive horseshoe-shaped gonads forming a clear four-leaf clover\
111
+ \ motif beneath the bell, saturated in muted violet-blue and lavender; their\
112
+ \ edges are softly blurred by the bell\u2019s translucence, with faint spotted\
113
+ \ marbling lightly mottling the surrounding tissue.\", \"position\"\
114
+ : \"center of the bell, clearly visible through the dome\", \"action\"\
115
+ : \"subtly undulating and rocking with each bell pulse, shimmering as light\
116
+ \ passes through\", \"color_match\": \"violet-blue to lavender\" \
117
+ \ }, { \"type\": \"oral_arms\", \"description\": \"Four\
118
+ \ short, frilled oral arms gathered under the bell\u2019s center, semi-translucent\
119
+ \ and pearly with delicate ruffled edges; the flesh carries gentle leopard-spot\
120
+ \ mottling that fades in and out like pigment suspended in gelatin.\", \
121
+ \ \"position\": \"just below the bell center, hanging downward\", \
122
+ \ \"action\": \"softly flowing and fluttering like ribbons in a current,\
123
+ \ curling inward then relaxing\", \"color_match\": \"pearly white\
124
+ \ with faint beige-pink\" }, { \"type\": \"tentacles\", \
125
+ \ \"description\": \"A fine fringe of tiny marginal tentacles encircling\
126
+ \ the bell, thread-thin and almost invisible until they catch the light;\
127
+ \ each filament shows wisps of pale translucency with intermittent, organic\
128
+ \ spotted flecks embedded within the tissue.\", \"position\": \"around\
129
+ \ the outer perimeter of the bell\", \"action\": \"trailing and trembling\
130
+ \ in the wake of the bell\u2019s pulse, lightly dancing with micro-currents\"\
131
+ , \"color_match\": \"clear to pale white\" }, { \"type\"\
132
+ : \"bell_edge\", \"description\": \"Delicate bell rim with a faint\
133
+ \ scalloped contour, highlighted by a thin luminous line of icy blue-white;\
134
+ \ the margin is subtly peppered with leopard-like speckles that cluster\
135
+ \ and disperse in natural, uneven patches.\", \"position\": \"outer\
136
+ \ rim of the bell, framing the body\", \"action\": \"rippling in small\
137
+ \ waves as the bell contracts and relaxes, sending a shimmer along the edge\"\
138
+ , \"color_match\": \"icy blue-white\" }, { \"type\"\
139
+ : \"unique_feature\", \"description\": \"Signature four-leaf clover\
140
+ \ silhouette emphasized by near-invisible translucency\u2014an almost see-through\
141
+ \ body where light reveals internal anatomy; the spotted mutation appears\
142
+ \ as soft leopard freckles drifting across the bell like living pigment.\"\
143
+ , \"position\": \"overall body emphasis, most noticeable across the\
144
+ \ bell\u2019s interior\", \"action\": \"glowing and dimming with shifting\
145
+ \ angles of light, the clover pattern seeming to rotate as the jelly drifts\"\
146
+ , \"color_match\": \"natural translucent tones with violet-blue highlights\"\
147
+ \ } ] }"
148
+ - prompt: "{ \"subjects\": [ { \"type\": \"bell\", \"description\"\
149
+ : \"Nearly transparent, saucer-shaped bell dome with natural milky opalescence\
150
+ \ and faint pearlescent gradients; subtle organic mutation of feathery fronds\
151
+ \ blooming within the gelatinous tissue like soft lace suspended in water\"\
152
+ , \"position\": \"center frame\", \"action\": \"slowly pulsing\
153
+ \ and gently flexing as it glides forward\", \"color_match\": \"natural\
154
+ \ jellyfish colors\" }, { \"type\": \"gonads\", \"description\"\
155
+ : \"Four distinctive horseshoe-shaped gonads forming a clear four-leaf clover\
156
+ \ pattern, tinted in natural lavender-blue and dusty violet hues, with delicate\
157
+ \ feathery filaments threading around their edges inside the bell like airy\
158
+ \ sea-silk\", \"position\": \"centered within the bell, slightly forward-facing\"\
159
+ , \"action\": \"drifting and rocking subtly with each bell contraction\"\
160
+ , \"color_match\": \"natural jellyfish colors\" }, { \
161
+ \ \"type\": \"oral_arms\", \"description\": \"Four short, frilly\
162
+ \ oral arms near the mouth, semi-translucent and softly ruffled, carrying\
163
+ \ organic feathery fronds that sprout along the folds like gentle plumes;\
164
+ \ faint creamy-white to pale peach tones with translucent tips\", \
165
+ \ \"position\": \"hanging from the underside center\", \"action\"\
166
+ : \"undulating and curling inward, then unfurling with the current\", \
167
+ \ \"color_match\": \"natural jellyfish colors\" }, { \"\
168
+ type\": \"tentacles\", \"description\": \"A delicate fringe of tiny\
169
+ \ marginal tentacles\u2014fine, threadlike strands in natural clear-white\
170
+ \ and pale bluish tints\u2014interspersed with miniature feathery sprigs\
171
+ \ that make the edge look softly tufted\", \"position\": \"encircling\
172
+ \ the outer rim\", \"action\": \"trailing and shimmering, flickering\
173
+ \ in synchronized waves\", \"color_match\": \"natural jellyfish colors\"\
174
+ \ }, { \"type\": \"bell_edge\", \"description\": \"\
175
+ Thin, rippling bell margin with a glassy translucent rim, lightly scalloped\
176
+ \ and highlighted by subtle opal-white sheen; feathery micro-fronds cluster\
177
+ \ along the edge like soft underwater eyelashes\", \"position\": \"\
178
+ outer circumference of the bell\", \"action\": \"fluttering and rippling\
179
+ \ as the bell pulses, creating a wavering halo\", \"color_match\"\
180
+ : \"natural jellyfish colors\" }, { \"type\": \"unique_feature\"\
181
+ , \"description\": \"Iconic almost-invisible body transparency that\
182
+ \ reveals the internal four-leaf clover silhouette; the tissue carries faint\
183
+ \ feathery marbling\u2014ghostly plume-like patterns that appear and vanish\
184
+ \ as light passes through\", \"position\": \"throughout the bell interior\
185
+ \ and central silhouette\", \"action\": \"shifting in visibility with\
186
+ \ changing angles of light and the jelly\u2019s slow rotation\", \"\
187
+ color_match\": \"natural jellyfish colors\" } ] }"
188
+ - prompt: "{ \"subjects\": [ { \"type\": \"bell\", \"description\"\
189
+ : \"Nearly transparent, saucer-shaped bell dome with glassy, gelatinous\
190
+ \ clarity; faint natural milky gradients ripple through the tissue, interrupted\
191
+ \ by organic zebra-like stripey marbling embedded within the flesh like\
192
+ \ soft ink suspended in water.\", \"position\": \"center frame\",\
193
+ \ \"action\": \"slowly pulsing and flexing, subtly expanding and contracting\
194
+ \ with each beat\", \"color_match\": \"natural jellyfish colors\"\
195
+ \ }, { \"type\": \"gonads\", \"description\": \"Four\
196
+ \ distinctive horseshoe-shaped gonads forming a crisp four-leaf clover pattern\
197
+ \ visible through the bell; tinted in natural lavender-blue to dusky violet,\
198
+ \ with stripey internal banding that follows each curved lobe like delicate\
199
+ \ vascular ribbons.\", \"position\": \"center of bell, clearly visible\
200
+ \ through the dome\", \"action\": \"gently rocking and drifting in\
201
+ \ sync with the bell\u2019s pulse\", \"color_match\": \"natural jellyfish\
202
+ \ colors\" }, { \"type\": \"oral_arms\", \"description\"\
203
+ : \"Four short, frilled oral arms clustered beneath the center, translucent\
204
+ \ and softly ruffled like wet lace; subtle cream-to-pearl tones with stripey,\
205
+ \ zebra-like filaments running along the folds as organic mutations within\
206
+ \ the tissue.\", \"position\": \"hanging beneath the central underside\
207
+ \ of the bell\", \"action\": \"undulating and curling inward, fluttering\
208
+ \ with the water\u2019s push and pull\", \"color_match\": \"natural\
209
+ \ jellyfish colors\" }, { \"type\": \"tentacles\", \"\
210
+ description\": \"A delicate fringe of tiny marginal tentacles\u2014fine,\
211
+ \ hairlike threads\u2014nearly invisible until they catch the light; natural\
212
+ \ clear-to-pale beige tones with faint stripey banding that flickers along\
213
+ \ their length as they sway.\", \"position\": \"radiating around the\
214
+ \ outer margin of the bell\", \"action\": \"trailing and trembling,\
215
+ \ dancing in small waves behind the bell\u2019s motion\", \"color_match\"\
216
+ : \"natural jellyfish colors\" }, { \"type\": \"bell_edge\"\
217
+ , \"description\": \"Thin, scalloped bell edge with a softly luminescent\
218
+ \ rim; translucent opal hues with subtle stripey rings embedded just inside\
219
+ \ the margin, like gentle zebra arcs circling the perimeter.\", \"\
220
+ position\": \"outer rim of the bell, framing the silhouette\", \"\
221
+ action\": \"rippling and wavering, creating a shimmering edge as the bell\
222
+ \ pulses forward\", \"color_match\": \"natural jellyfish colors\"\
223
+ \ }, { \"type\": \"unique_feature\", \"description\"\
224
+ : \"Signature almost see-through body emphasizing the four-leaf clover silhouette\
225
+ \ of the gonads, enhanced by stripey, zebra-like internal markings that\
226
+ \ drift across the bell like living watermark patterns within the gelatin.\"\
227
+ , \"position\": \"overall body, most noticeable across the bell\u2019\
228
+ s central disc\", \"action\": \"shimmering and shifting with changing\
229
+ \ angles of light, the pattern sliding subtly as the jelly rotates\", \
230
+ \ \"color_match\": \"natural jellyfish colors\" } ] }"
231
+ neg: ''
232
+ seed: 42
233
+ walk_seed: true
234
+ guidance_scale: 4
235
+ sample_steps: 25
236
+ num_frames: 1
237
+ fps: 1
238
+ meta:
239
+ name: moon_jellyfish
240
+ version: '1.0'
moon_jellyfish/log.txt ADDED
The diff for this file is too large to render. See raw diff
 
moon_jellyfish/loss_log.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7f4e6ba53aa77c333734d7c084826bffa89986dca03f005567b15e4955da93
3
+ size 385024
moon_jellyfish/moon_jellyfish.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49557be683d6a555ff14d78fd451d37b1daf4325257b511a8ab5638929edde3e
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5ff021ca619fe1130dce44768e1494d7d3082dd4c1496f3f032a8b1e2add1d
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593c0cf3df1672a8a9f5b95414c44b012dd59efb14ec35a56ba08937812c85b3
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276e261cc76f20725804731fa4a2a38252fd07b3a3007ea5fa3488d6534f3d2a
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf46df602bf5710fd499e4f83ae3d93e2d3ed1e8e8a96cfdb4452fee1dd3ddd7
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a648df81d51727e095388de8e8977e4f8da4eda6b23e88f7d19ae4f326bfefeb
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1420a411d1a13b67eda0cd682e94b4b7b1a1f1c3b18d66439ec3e344ab502510
3
+ size 390112160
moon_jellyfish/moon_jellyfish_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed234415b973f535b30ddadf15214aa5d25634bccb7f1499c94295068e2f7517
3
+ size 390112160
moon_jellyfish/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b1846ab647cbc581840555439a3d955bc9f8f1146cab89ebf7b12cc5d0035c
3
+ size 396542309
moon_jellyfish/pid.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1304
moon_jellyfish/samples/1769138021094__000000000_0.jpg ADDED

Git LFS Details

  • SHA256: b91ee959c9db89ae585d730bbcca7c32aceef8de60ad3931019d4fcdb1212b52
  • Pointer size: 130 Bytes
  • Size of remote file: 94.9 kB
moon_jellyfish/samples/1769138059530__000000000_1.jpg ADDED

Git LFS Details

  • SHA256: c0dccbc84d512eb96c7716d75688ff47c9211eca6775f796f8efe4c6124616e8
  • Pointer size: 130 Bytes
  • Size of remote file: 99.8 kB
moon_jellyfish/samples/1769138097982__000000000_2.jpg ADDED

Git LFS Details

  • SHA256: b25228f210a6d03e7c2aa7cc2599453620de40511005c130bacf56515583eae8
  • Pointer size: 130 Bytes
  • Size of remote file: 86.9 kB
moon_jellyfish/samples/1769139313947__000000250_0.jpg ADDED

Git LFS Details

  • SHA256: f7ee30cb735225e51ab93d69f215392c8632e010a98eb3dd4464d7692ab56fe5
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
moon_jellyfish/samples/1769139352468__000000250_1.jpg ADDED

Git LFS Details

  • SHA256: 4d41d941289702c83bc5985303c42a3ac2648f1db7e202f241e704ab3db4d486
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
moon_jellyfish/samples/1769139391004__000000250_2.jpg ADDED

Git LFS Details

  • SHA256: fc6703ccc0ac2e665d1b83a7b75768c1c2bbf39c63ade2af79b81f4634120757
  • Pointer size: 130 Bytes
  • Size of remote file: 97.9 kB
moon_jellyfish/samples/1769140601629__000000500_0.jpg ADDED

Git LFS Details

  • SHA256: 28c4c8bccced01d4febfd5da2edaa2c92b5fb7f729151427f8f49787324347bb
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
moon_jellyfish/samples/1769140640176__000000500_1.jpg ADDED

Git LFS Details

  • SHA256: fb146c187ed5d2a0bfbcda4a80d5ebf199affd3b8540894a0e2fa75f65d4429a
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
moon_jellyfish/samples/1769140678731__000000500_2.jpg ADDED

Git LFS Details

  • SHA256: 919350c1ea487bb0374ba5b3e9d48bcee18b864bb192c8b983247bf8d77e3a93
  • Pointer size: 130 Bytes
  • Size of remote file: 84.4 kB
moon_jellyfish/samples/1769141899137__000000750_0.jpg ADDED

Git LFS Details

  • SHA256: 9da5d2ca231733db83a49db2fb28b892293ef5e69b0e93e4720b3f417536c88d
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
moon_jellyfish/samples/1769141937678__000000750_1.jpg ADDED

Git LFS Details

  • SHA256: a4ba86b18f3ff46f4d4fcab517eb09edfbb4036e7cf727be9fd1d3c3412fda86
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
moon_jellyfish/samples/1769141976229__000000750_2.jpg ADDED

Git LFS Details

  • SHA256: 0ebb08027007164394985288689e57366b97ad2a1ce15ec04e8ff2f66278dbb2
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB
moon_jellyfish/samples/1769143181334__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: e093404bbe4c9192404ff692c9527a87770ac294bd2b9b7cf6b0e37c2127e3e4
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
moon_jellyfish/samples/1769143219868__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: 4e3ca12d8e478fdc2e77a9a72d9f8a11787f1dee55f09f7e66a1a186cd81a93a
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
moon_jellyfish/samples/1769143258407__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: fb21d03451ee221c442f495fc96ea9a7e2474d00cfea064d8617dd474afd363f
  • Pointer size: 130 Bytes
  • Size of remote file: 90.8 kB
moon_jellyfish/samples/1769144467082__000001250_0.jpg ADDED

Git LFS Details

  • SHA256: f6265f21e7f696277ed9f14746af54188604a4a4ae58f0708c2962c4b6e8eb24
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
moon_jellyfish/samples/1769144505618__000001250_1.jpg ADDED

Git LFS Details

  • SHA256: 77125bde676c7c9051728f12ae0e8b6ecab3cf058255146d046e1dbab8daa2ab
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
moon_jellyfish/samples/1769144544123__000001250_2.jpg ADDED

Git LFS Details

  • SHA256: 3225b18d8f75e3e4eab68858e23598a27a11b092d53ff5a9a555b63976881092
  • Pointer size: 130 Bytes
  • Size of remote file: 92 kB
moon_jellyfish/samples/1769145762808__000001500_0.jpg ADDED

Git LFS Details

  • SHA256: 4f81364d09edeeb5ea0b7f6e4f0a6e659de18923222de61f374045aed0fe92a8
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
moon_jellyfish/samples/1769145801318__000001500_1.jpg ADDED

Git LFS Details

  • SHA256: 54de5216f369594e2fec3065f083358db42e9063baf4afd3da8eaf6b905503dc
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
moon_jellyfish/samples/1769145839826__000001500_2.jpg ADDED

Git LFS Details

  • SHA256: c55fef4daecdfa0a6c3f6edc033b437adfc45cd90ac2241b8c9a917c58e9e7ce
  • Pointer size: 130 Bytes
  • Size of remote file: 96 kB
moon_jellyfish/samples/1769147050162__000001750_0.jpg ADDED

Git LFS Details

  • SHA256: 135bab69ccf3100bfd79f9eccf94aa9e995bd583cb751c90d7b2b4a74ae8e349
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
moon_jellyfish/samples/1769147088664__000001750_1.jpg ADDED

Git LFS Details

  • SHA256: 7999dc3de89538f974690977219b8e0e812d446bce5396a7f9a15f817332e63c
  • Pointer size: 131 Bytes
  • Size of remote file: 145 kB
moon_jellyfish/samples/1769147127198__000001750_2.jpg ADDED

Git LFS Details

  • SHA256: 6b319ccea79612553357d1a687ed15b7c5107feeb9b796cd94664dd145451538
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
moon_jellyfish/samples/1769148331209__000002000_0.jpg ADDED

Git LFS Details

  • SHA256: 3c9e2fbe43c96006952e86d1b5dda70cf5f1a63a8d667ffb7c704c4ff62c0dcc
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
moon_jellyfish/samples/1769148369729__000002000_1.jpg ADDED

Git LFS Details

  • SHA256: 5a3daa79043510c4f7f6fecbabe44b8501874f2a11bda09bd36ae2f8b3f727e6
  • Pointer size: 130 Bytes
  • Size of remote file: 96.5 kB
moon_jellyfish/samples/1769148408258__000002000_2.jpg ADDED

Git LFS Details

  • SHA256: d79dab03a53c94c5569301e249c648c9d78218b102ebdab0a172de8e6c2c2d5d
  • Pointer size: 130 Bytes
  • Size of remote file: 92.5 kB