rstudioweb commited on
Commit
1aab7b0
·
verified ·
1 Parent(s): d529f2c

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. .job_config.json +143 -0
  3. config.yaml +155 -0
  4. log.txt +0 -0
  5. loss_log.db +3 -0
  6. optimizer.pt +3 -0
  7. pid.txt +1 -0
  8. rupsaz1_lora_v1.safetensors +3 -0
  9. rupsaz1_lora_v1_000001000.safetensors +3 -0
  10. rupsaz1_lora_v1_000001250.safetensors +3 -0
  11. rupsaz1_lora_v1_000001500.safetensors +3 -0
  12. rupsaz1_lora_v1_000001750.safetensors +3 -0
  13. samples/1770666241631__000000000_0.jpg +0 -0
  14. samples/1770666246766__000000000_1.jpg +0 -0
  15. samples/1770666251945__000000000_2.jpg +0 -0
  16. samples/1770666257070__000000000_3.jpg +0 -0
  17. samples/1770666262212__000000000_4.jpg +0 -0
  18. samples/1770666593410__000000250_0.jpg +0 -0
  19. samples/1770666598592__000000250_1.jpg +0 -0
  20. samples/1770666603831__000000250_2.jpg +0 -0
  21. samples/1770666609032__000000250_3.jpg +0 -0
  22. samples/1770666614233__000000250_4.jpg +0 -0
  23. samples/1770666940762__000000500_0.jpg +0 -0
  24. samples/1770666945876__000000500_1.jpg +0 -0
  25. samples/1770666951079__000000500_2.jpg +0 -0
  26. samples/1770666956217__000000500_3.jpg +0 -0
  27. samples/1770666961384__000000500_4.jpg +0 -0
  28. samples/1770667290496__000000750_0.jpg +0 -0
  29. samples/1770667295631__000000750_1.jpg +0 -0
  30. samples/1770667300833__000000750_2.jpg +0 -0
  31. samples/1770667305959__000000750_3.jpg +0 -0
  32. samples/1770667311130__000000750_4.jpg +0 -0
  33. samples/1770667644138__000001000_0.jpg +0 -0
  34. samples/1770667649255__000001000_1.jpg +0 -0
  35. samples/1770667654460__000001000_2.jpg +0 -0
  36. samples/1770667659589__000001000_3.jpg +0 -0
  37. samples/1770667664756__000001000_4.jpg +0 -0
  38. samples/1770667996440__000001250_0.jpg +0 -0
  39. samples/1770668001559__000001250_1.jpg +0 -0
  40. samples/1770668006765__000001250_2.jpg +0 -0
  41. samples/1770668011919__000001250_3.jpg +0 -0
  42. samples/1770668017119__000001250_4.jpg +0 -0
  43. samples/1770668354186__000001500_0.jpg +0 -0
  44. samples/1770668359432__000001500_1.jpg +0 -0
  45. samples/1770668364761__000001500_2.jpg +0 -0
  46. samples/1770668370012__000001500_3.jpg +0 -0
  47. samples/1770668375317__000001500_4.jpg +0 -0
  48. samples/1770668701745__000001750_0.jpg +0 -0
  49. samples/1770668706868__000001750_1.jpg +0 -0
  50. samples/1770668712093__000001750_2.jpg +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ loss_log.db filter=lfs diff=lfs merge=lfs -text
.job_config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "job": "extension",
3
+ "config": {
4
+ "name": "rupsaz1_lora_v1",
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": "rupsaz1",
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": 4,
29
+ "save_format": "diffusers",
30
+ "push_to_hub": false
31
+ },
32
+ "datasets": [
33
+ {
34
+ "folder_path": "/app/ai-toolkit/datasets/rupss",
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
+ 512,
45
+ 768,
46
+ 1024
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
+ }
55
+ ],
56
+ "train": {
57
+ "batch_size": 1,
58
+ "bypass_guidance_embedding": false,
59
+ "steps": 2000,
60
+ "gradient_accumulation": 1,
61
+ "train_unet": true,
62
+ "train_text_encoder": false,
63
+ "gradient_checkpointing": true,
64
+ "noise_scheduler": "flowmatch",
65
+ "optimizer": "adamw8bit",
66
+ "timestep_type": "weighted",
67
+ "content_or_style": "balanced",
68
+ "optimizer_params": {
69
+ "weight_decay": 0.0001
70
+ },
71
+ "unload_text_encoder": false,
72
+ "cache_text_embeddings": false,
73
+ "lr": 0.0001,
74
+ "ema_config": {
75
+ "use_ema": false,
76
+ "ema_decay": 0.99
77
+ },
78
+ "skip_first_sample": false,
79
+ "force_first_sample": false,
80
+ "disable_sampling": false,
81
+ "dtype": "bf16",
82
+ "diff_output_preservation": false,
83
+ "diff_output_preservation_multiplier": 1,
84
+ "diff_output_preservation_class": "person",
85
+ "switch_boundary_every": 1,
86
+ "loss_type": "mse"
87
+ },
88
+ "logging": {
89
+ "log_every": 1,
90
+ "use_ui_logger": true
91
+ },
92
+ "model": {
93
+ "name_or_path": "Tongyi-MAI/Z-Image-Turbo",
94
+ "quantize": true,
95
+ "qtype": "qfloat8",
96
+ "quantize_te": true,
97
+ "qtype_te": "qfloat8",
98
+ "arch": "zimage:turbo",
99
+ "low_vram": true,
100
+ "model_kwargs": {},
101
+ "layer_offloading": false,
102
+ "layer_offloading_text_encoder_percent": 1,
103
+ "layer_offloading_transformer_percent": 1,
104
+ "assistant_lora_path": "ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors"
105
+ },
106
+ "sample": {
107
+ "sampler": "flowmatch",
108
+ "sample_every": 250,
109
+ "width": 1024,
110
+ "height": 1024,
111
+ "samples": [
112
+ {
113
+ "prompt": "Photo of a nude Indian woman 21y old standing in a bedroom, facing the camera, medium wide shot, full body, black hair, dark eyes, medium breasts, slender physique, medium skin tone, brown eyes, dark eyebrows, small areola, standing with her legs together, hands at her sides, looking at the camera, natural lighting, bright and airy room, white walls, large window with sheer white curtains, white bed with a wooden frame, white bed linens, wooden floor, potted plant in the background, casual and relaxed pose, confident expression, soft shadows, high quality, jpeg artifacts, no watermark"
114
+ },
115
+ {
116
+ "prompt": "Photo of a Indian 21y woman on her knees in a bathroom, giving a blowjob to a man standing in front of her. The woman has long black hair and a slender physique, with medium-sized breasts. The man is naked, with a large erect penis. The woman is performing oral sex on the man, with her eyes closed and her lips wrapped around his penis. The bathroom has a modern design, a wooden floor. The lighting is soft and warm, with a gentle glow on the woman's skin. The image is high quality and has a watermark in the bottom right corner."
117
+ },
118
+ {
119
+ "prompt": "A young woman with an oval-shaped face, soft rounded cheeks, almond-shaped eyes, and naturally full eyebrows, wearing a calm, confident expression. She has dark brown to black hair with a natural texture, worn loose and flowing past the shoulders. Her skin tone is medium warm brown with natural, even variation and a realistic finish. She has an average, proportionate body frame with a gently toned torso and smooth contours. She is posing indoors with both arms raised and hands resting behind her head, chest lifted and posture relaxed yet confident. She is dressed in a black lace lingerie set with delicate floral embroidery, including a structured lace bra and matching lace briefs. Soft natural window light casts gentle shadows across her body, creating a warm, cinematic mood. The setting is a minimal bedroom interior with sheer curtains, shallow depth of field, photorealistic style, high detail, natural skin texture, realistic lighting, 85mm lens look, ultra-high resolution."
120
+ },
121
+ {
122
+ "prompt": "Photo of a nude woman with long black hair kneeling on a bathroom floor, facing the camera, looking directly at the camera with a neutral expression. She has a medium skin tone and a slender, toned physique. Her breasts are medium-sized with small areolas. The bathroom has gray tiled walls and a white toilet in the background. The lighting is soft and even, creating a calm and intimate atmosphere. The woman's pose is natural and confident. The image has a watermark in the bottom right corner that reads \"www.Femjoy.com\"."
123
+ },
124
+ {
125
+ "prompt": "Ultra-realistic close-up portrait of a young Indian woman with an oval face, soft rounded cheeks, almond-shaped dark brown eyes, naturally full eyebrows, and a straight, proportionate nose, subtle natural lips with gentle definition. Medium warm brown Indian skin tone with realistic texture, visible pores, soft highlights, and natural color variation. Dark brown to black hair with a natural texture, softly framing the face. Minimal makeup, natural glow, calm confident expression, direct eye contact with the camera. Soft diffused window light illuminating the face, cinematic shadows, shallow depth of field, photorealistic skin detail, 85mm lens look, ultra-high resolution, studio-quality realism."
126
+ }
127
+ ],
128
+ "neg": "",
129
+ "seed": 42,
130
+ "walk_seed": true,
131
+ "guidance_scale": 1,
132
+ "sample_steps": 8,
133
+ "num_frames": 1,
134
+ "fps": 1
135
+ }
136
+ }
137
+ ]
138
+ },
139
+ "meta": {
140
+ "name": "[name]",
141
+ "version": "1.0"
142
+ }
143
+ }
config.yaml ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: rupsaz1_lora_v1
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: rupsaz1
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: 4
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /app/ai-toolkit/datasets/rupss
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
+ - 512
39
+ - 768
40
+ - 1024
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
+ train:
48
+ batch_size: 1
49
+ bypass_guidance_embedding: false
50
+ steps: 2000
51
+ gradient_accumulation: 1
52
+ train_unet: true
53
+ train_text_encoder: false
54
+ gradient_checkpointing: true
55
+ noise_scheduler: flowmatch
56
+ optimizer: adamw8bit
57
+ timestep_type: weighted
58
+ content_or_style: balanced
59
+ optimizer_params:
60
+ weight_decay: 0.0001
61
+ unload_text_encoder: false
62
+ cache_text_embeddings: false
63
+ lr: 0.0001
64
+ ema_config:
65
+ use_ema: false
66
+ ema_decay: 0.99
67
+ skip_first_sample: false
68
+ force_first_sample: false
69
+ disable_sampling: false
70
+ dtype: bf16
71
+ diff_output_preservation: false
72
+ diff_output_preservation_multiplier: 1
73
+ diff_output_preservation_class: person
74
+ switch_boundary_every: 1
75
+ loss_type: mse
76
+ logging:
77
+ log_every: 1
78
+ use_ui_logger: true
79
+ model:
80
+ name_or_path: Tongyi-MAI/Z-Image-Turbo
81
+ quantize: true
82
+ qtype: qfloat8
83
+ quantize_te: true
84
+ qtype_te: qfloat8
85
+ arch: zimage:turbo
86
+ low_vram: true
87
+ model_kwargs: {}
88
+ layer_offloading: false
89
+ layer_offloading_text_encoder_percent: 1
90
+ layer_offloading_transformer_percent: 1
91
+ assistant_lora_path: ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors
92
+ sample:
93
+ sampler: flowmatch
94
+ sample_every: 250
95
+ width: 1024
96
+ height: 1024
97
+ samples:
98
+ - prompt: Photo of a nude Indian woman 21y old standing in a bedroom, facing
99
+ the camera, medium wide shot, full body, black hair, dark eyes, medium breasts,
100
+ slender physique, medium skin tone, brown eyes, dark eyebrows, small areola,
101
+ standing with her legs together, hands at her sides, looking at the camera,
102
+ natural lighting, bright and airy room, white walls, large window with sheer
103
+ white curtains, white bed with a wooden frame, white bed linens, wooden
104
+ floor, potted plant in the background, casual and relaxed pose, confident
105
+ expression, soft shadows, high quality, jpeg artifacts, no watermark
106
+ - prompt: Photo of a Indian 21y woman on her knees in a bathroom, giving a blowjob
107
+ to a man standing in front of her. The woman has long black hair and a slender
108
+ physique, with medium-sized breasts. The man is naked, with a large erect
109
+ penis. The woman is performing oral sex on the man, with her eyes closed
110
+ and her lips wrapped around his penis. The bathroom has a modern design,
111
+ a wooden floor. The lighting is soft and warm, with a gentle glow on the
112
+ woman's skin. The image is high quality and has a watermark in the bottom
113
+ right corner.
114
+ - prompt: A young woman with an oval-shaped face, soft rounded cheeks, almond-shaped
115
+ eyes, and naturally full eyebrows, wearing a calm, confident expression.
116
+ She has dark brown to black hair with a natural texture, worn loose and
117
+ flowing past the shoulders. Her skin tone is medium warm brown with natural,
118
+ even variation and a realistic finish. She has an average, proportionate
119
+ body frame with a gently toned torso and smooth contours. She is posing
120
+ indoors with both arms raised and hands resting behind her head, chest lifted
121
+ and posture relaxed yet confident. She is dressed in a black lace lingerie
122
+ set with delicate floral embroidery, including a structured lace bra and
123
+ matching lace briefs. Soft natural window light casts gentle shadows across
124
+ her body, creating a warm, cinematic mood. The setting is a minimal bedroom
125
+ interior with sheer curtains, shallow depth of field, photorealistic style,
126
+ high detail, natural skin texture, realistic lighting, 85mm lens look, ultra-high
127
+ resolution.
128
+ - prompt: Photo of a nude woman with long black hair kneeling on a bathroom
129
+ floor, facing the camera, looking directly at the camera with a neutral
130
+ expression. She has a medium skin tone and a slender, toned physique. Her
131
+ breasts are medium-sized with small areolas. The bathroom has gray tiled
132
+ walls and a white toilet in the background. The lighting is soft and even,
133
+ creating a calm and intimate atmosphere. The woman's pose is natural and
134
+ confident. The image has a watermark in the bottom right corner that reads
135
+ "www.Femjoy.com".
136
+ - prompt: Ultra-realistic close-up portrait of a young Indian woman with an
137
+ oval face, soft rounded cheeks, almond-shaped dark brown eyes, naturally
138
+ full eyebrows, and a straight, proportionate nose, subtle natural lips with
139
+ gentle definition. Medium warm brown Indian skin tone with realistic texture,
140
+ visible pores, soft highlights, and natural color variation. Dark brown
141
+ to black hair with a natural texture, softly framing the face. Minimal makeup,
142
+ natural glow, calm confident expression, direct eye contact with the camera.
143
+ Soft diffused window light illuminating the face, cinematic shadows, shallow
144
+ depth of field, photorealistic skin detail, 85mm lens look, ultra-high resolution,
145
+ studio-quality realism.
146
+ neg: ''
147
+ seed: 42
148
+ walk_seed: true
149
+ guidance_scale: 1
150
+ sample_steps: 8
151
+ num_frames: 1
152
+ fps: 1
153
+ meta:
154
+ name: rupsaz1_lora_v1
155
+ version: '1.0'
log.txt ADDED
The diff for this file is too large to render. See raw diff
 
loss_log.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb09e5a1136f63c4014e59e95d1aa3ed54ef732c279a0e233292356e783b0733
3
+ size 385024
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3249f4eef4cfdf8fbc86840d7d0b8c44ae972f8f5df72f30d6ea4879d8cd19e
3
+ size 173288293
pid.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1318
rupsaz1_lora_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0688ca86b8b54bcfd1db9111a706c7ed76ea452f57f743586ef59e276aeac77
3
+ size 170128280
rupsaz1_lora_v1_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3e2d26b202a8498d2ec5fe7f012ff501e18eaafd04b66d26ff423d39d4bf3c
3
+ size 170128280
rupsaz1_lora_v1_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1916259257c0881090542c7c03dd6afce64eb86391b56353ef03ac5ae55dedf7
3
+ size 170128280
rupsaz1_lora_v1_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0bfa4750c7a7c498028b37724b00976122df8ff5e3fb8f691e84b83789ba7ec
3
+ size 170128280
rupsaz1_lora_v1_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b09db588c9bb93d0b6259a60dc2f47ed1d682d60629aa4072d258246816193
3
+ size 170128280
samples/1770666241631__000000000_0.jpg ADDED
samples/1770666246766__000000000_1.jpg ADDED
samples/1770666251945__000000000_2.jpg ADDED
samples/1770666257070__000000000_3.jpg ADDED
samples/1770666262212__000000000_4.jpg ADDED
samples/1770666593410__000000250_0.jpg ADDED
samples/1770666598592__000000250_1.jpg ADDED
samples/1770666603831__000000250_2.jpg ADDED
samples/1770666609032__000000250_3.jpg ADDED
samples/1770666614233__000000250_4.jpg ADDED
samples/1770666940762__000000500_0.jpg ADDED
samples/1770666945876__000000500_1.jpg ADDED
samples/1770666951079__000000500_2.jpg ADDED
samples/1770666956217__000000500_3.jpg ADDED
samples/1770666961384__000000500_4.jpg ADDED
samples/1770667290496__000000750_0.jpg ADDED
samples/1770667295631__000000750_1.jpg ADDED
samples/1770667300833__000000750_2.jpg ADDED
samples/1770667305959__000000750_3.jpg ADDED
samples/1770667311130__000000750_4.jpg ADDED
samples/1770667644138__000001000_0.jpg ADDED
samples/1770667649255__000001000_1.jpg ADDED
samples/1770667654460__000001000_2.jpg ADDED
samples/1770667659589__000001000_3.jpg ADDED
samples/1770667664756__000001000_4.jpg ADDED
samples/1770667996440__000001250_0.jpg ADDED
samples/1770668001559__000001250_1.jpg ADDED
samples/1770668006765__000001250_2.jpg ADDED
samples/1770668011919__000001250_3.jpg ADDED
samples/1770668017119__000001250_4.jpg ADDED
samples/1770668354186__000001500_0.jpg ADDED
samples/1770668359432__000001500_1.jpg ADDED
samples/1770668364761__000001500_2.jpg ADDED
samples/1770668370012__000001500_3.jpg ADDED
samples/1770668375317__000001500_4.jpg ADDED
samples/1770668701745__000001750_0.jpg ADDED
samples/1770668706868__000001750_1.jpg ADDED
samples/1770668712093__000001750_2.jpg ADDED