stable-diffusion-inpainting, 7 products (top + bottom), constant pattern, variable shape (9000 steps)
Browse files- args.json +72 -74
- samples/woman-wearing-a-blue-jkp-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-jkp-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-kcx-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-kcx-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-mqw-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-mqw-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-qqa-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-qqa-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-qsd-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-qsd-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-xxp-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-xxp-bikini-top-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-zdx-bikini-bottom-with-sks-pattern/0.png +0 -0
- samples/woman-wearing-a-blue-zdx-bikini-top-with-sks-pattern/0.png +0 -0
- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"pretrained_model_name_or_path": "
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
"revision": "fp16",
|
5 |
"tokenizer_name": null,
|
@@ -7,7 +7,7 @@
|
|
7 |
"class_data_dir": null,
|
8 |
"instance_prompt": null,
|
9 |
"class_prompt": null,
|
10 |
-
"save_sample_prompt": "
|
11 |
"save_sample_negative_prompt": null,
|
12 |
"n_save_sample": 1,
|
13 |
"save_guidance_scale": 7.5,
|
@@ -16,7 +16,7 @@
|
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
"num_class_images": 300,
|
19 |
-
"output_dir": "/home/fant/repos/shiv-diffusers/output/model",
|
20 |
"seed": 3434554,
|
21 |
"resolution": 512,
|
22 |
"center_crop": false,
|
@@ -42,7 +42,7 @@
|
|
42 |
"hub_model_id": null,
|
43 |
"logging_dir": "logs",
|
44 |
"log_interval": 10,
|
45 |
-
"save_interval":
|
46 |
"save_min_steps": 0,
|
47 |
"mixed_precision": "fp16",
|
48 |
"not_cache_latents": true,
|
@@ -50,157 +50,155 @@
|
|
50 |
"concepts_list": [
|
51 |
{
|
52 |
"image_urls": [
|
53 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
54 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
|
|
55 |
],
|
56 |
"class_prompt": "woman wearing a bikini top",
|
57 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
58 |
-
"instance_prompt": "woman wearing a
|
59 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
60 |
},
|
61 |
{
|
62 |
"image_urls": [
|
63 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
64 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
|
|
65 |
],
|
66 |
"class_prompt": "woman wearing a bikini bottom",
|
67 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
68 |
-
"instance_prompt": "woman wearing a
|
69 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
70 |
},
|
71 |
{
|
72 |
"image_urls": [
|
73 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
74 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
75 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
76 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/citrus-floral/top/3.png"
|
77 |
],
|
78 |
"class_prompt": "woman wearing a bikini top",
|
79 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
80 |
-
"instance_prompt": "woman wearing a
|
81 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
82 |
},
|
83 |
{
|
84 |
"image_urls": [
|
85 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
86 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
87 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
88 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/citrus-floral/bottom/3.png"
|
89 |
],
|
90 |
"class_prompt": "woman wearing a bikini bottom",
|
91 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
92 |
-
"instance_prompt": "woman wearing a
|
93 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
94 |
},
|
95 |
{
|
96 |
"image_urls": [
|
97 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/top/0.png",
|
98 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/top/1.png",
|
99 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/top/2.png"
|
|
|
|
|
100 |
],
|
101 |
"class_prompt": "woman wearing a bikini top",
|
102 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
103 |
-
"instance_prompt": "woman wearing a blue
|
104 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-blue-
|
105 |
},
|
106 |
{
|
107 |
"image_urls": [
|
108 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/bottom/0.png",
|
109 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/bottom/1.png",
|
110 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/flower-garden/bottom/2.png"
|
|
|
|
|
111 |
],
|
112 |
"class_prompt": "woman wearing a bikini bottom",
|
113 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
114 |
-
"instance_prompt": "woman wearing a blue
|
115 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-blue-
|
116 |
},
|
117 |
{
|
118 |
"image_urls": [
|
119 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
120 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
121 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
122 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/night-floral/top/3.png"
|
123 |
],
|
124 |
"class_prompt": "woman wearing a bikini top",
|
125 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
126 |
-
"instance_prompt": "woman wearing
|
127 |
-
"instance_data_dir": "./data/instance/woman-wearing
|
128 |
},
|
129 |
{
|
130 |
"image_urls": [
|
131 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
132 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
133 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
134 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/night-floral/bottom/3.png"
|
135 |
],
|
136 |
"class_prompt": "woman wearing a bikini bottom",
|
137 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
138 |
-
"instance_prompt": "woman wearing
|
139 |
-
"instance_data_dir": "./data/instance/woman-wearing
|
140 |
},
|
141 |
{
|
142 |
"image_urls": [
|
143 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
144 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
145 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/ocean-dream/top/2.png",
|
146 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/ocean-dream/top/3.png"
|
147 |
],
|
148 |
"class_prompt": "woman wearing a bikini top",
|
149 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
150 |
-
"instance_prompt": "woman wearing a blue
|
151 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-blue-
|
152 |
},
|
153 |
{
|
154 |
"image_urls": [
|
155 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
156 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
157 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/ocean-dream/bottom/2.png",
|
158 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/ocean-dream/bottom/3.png"
|
159 |
],
|
160 |
"class_prompt": "woman wearing a bikini bottom",
|
161 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
162 |
-
"instance_prompt": "woman wearing a blue
|
163 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-blue-
|
164 |
},
|
165 |
{
|
166 |
"image_urls": [
|
167 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
168 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
169 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/outline-floral/top/2.png"
|
170 |
],
|
171 |
"class_prompt": "woman wearing a bikini top",
|
172 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
173 |
-
"instance_prompt": "woman wearing a
|
174 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
175 |
},
|
176 |
{
|
177 |
"image_urls": [
|
178 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
179 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
180 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/outline-floral/bottom/2.png"
|
181 |
],
|
182 |
"class_prompt": "woman wearing a bikini bottom",
|
183 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
184 |
-
"instance_prompt": "woman wearing a
|
185 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
186 |
},
|
187 |
{
|
188 |
"image_urls": [
|
189 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
|
|
190 |
],
|
191 |
"class_prompt": "woman wearing a bikini top",
|
192 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
193 |
-
"instance_prompt": "woman wearing a
|
194 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
195 |
},
|
196 |
{
|
197 |
"image_urls": [
|
198 |
-
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/
|
|
|
199 |
],
|
200 |
"class_prompt": "woman wearing a bikini bottom",
|
201 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
202 |
-
"instance_prompt": "woman wearing a
|
203 |
-
"instance_data_dir": "./data/instance/woman-wearing-a-
|
204 |
}
|
205 |
]
|
206 |
}
|
|
|
1 |
{
|
2 |
+
"pretrained_model_name_or_path": "/home/fant/repos/shiv-diffusers/output/model/3000",
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
"revision": "fp16",
|
5 |
"tokenizer_name": null,
|
|
|
7 |
"class_data_dir": null,
|
8 |
"instance_prompt": null,
|
9 |
"class_prompt": null,
|
10 |
+
"save_sample_prompt": "woman wearing a blue qsd bikini top with sks pattern|woman wearing a blue qsd bikini bottom with sks pattern|woman wearing a blue zdx bikini top with sks pattern|woman wearing a blue zdx bikini bottom with sks pattern|woman wearing a blue mqw bikini top with sks pattern|woman wearing a blue mqw bikini bottom with sks pattern|woman wearing a blue kcx bikini top with sks pattern|woman wearing a blue kcx bikini bottom with sks pattern|woman wearing a blue qqa bikini top with sks pattern|woman wearing a blue qqa bikini bottom with sks pattern|woman wearing a blue jkp bikini top with sks pattern|woman wearing a blue jkp bikini bottom with sks pattern|woman wearing a blue xxp bikini top with sks pattern|woman wearing a blue xxp bikini bottom with sks pattern",
|
11 |
"save_sample_negative_prompt": null,
|
12 |
"n_save_sample": 1,
|
13 |
"save_guidance_scale": 7.5,
|
|
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
"num_class_images": 300,
|
19 |
+
"output_dir": "/home/fant/repos/shiv-diffusers/output/model-after-3000",
|
20 |
"seed": 3434554,
|
21 |
"resolution": 512,
|
22 |
"center_crop": false,
|
|
|
42 |
"hub_model_id": null,
|
43 |
"logging_dir": "logs",
|
44 |
"log_interval": 10,
|
45 |
+
"save_interval": 3000,
|
46 |
"save_min_steps": 0,
|
47 |
"mixed_precision": "fp16",
|
48 |
"not_cache_latents": true,
|
|
|
50 |
"concepts_list": [
|
51 |
{
|
52 |
"image_urls": [
|
53 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/top/0.png",
|
54 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/top/1.png",
|
55 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/top/2.png"
|
56 |
],
|
57 |
"class_prompt": "woman wearing a bikini top",
|
58 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
59 |
+
"instance_prompt": "woman wearing a blue qsd bikini top with sks pattern",
|
60 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-qsd-bikini-top-with-sks-pattern"
|
61 |
},
|
62 |
{
|
63 |
"image_urls": [
|
64 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/bottom/0.png",
|
65 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/bottom/1.png",
|
66 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/bali/flower-garden/bottom/2.png"
|
67 |
],
|
68 |
"class_prompt": "woman wearing a bikini bottom",
|
69 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
70 |
+
"instance_prompt": "woman wearing a blue qsd bikini bottom with sks pattern",
|
71 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-qsd-bikini-bottom-with-sks-pattern"
|
72 |
},
|
73 |
{
|
74 |
"image_urls": [
|
75 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/top/0.png",
|
76 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/top/1.png",
|
77 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/top/2.png"
|
|
|
78 |
],
|
79 |
"class_prompt": "woman wearing a bikini top",
|
80 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
81 |
+
"instance_prompt": "woman wearing a blue zdx bikini top with sks pattern",
|
82 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-zdx-bikini-top-with-sks-pattern"
|
83 |
},
|
84 |
{
|
85 |
"image_urls": [
|
86 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/bottom/0.png",
|
87 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/bottom/1.png",
|
88 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/pompeio/flower-garden/bottom/2.png"
|
|
|
89 |
],
|
90 |
"class_prompt": "woman wearing a bikini bottom",
|
91 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
92 |
+
"instance_prompt": "woman wearing a blue zdx bikini bottom with sks pattern",
|
93 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-zdx-bikini-bottom-with-sks-pattern"
|
94 |
},
|
95 |
{
|
96 |
"image_urls": [
|
97 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/top/0.png",
|
98 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/top/1.png",
|
99 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/top/2.png",
|
100 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/top/3.png",
|
101 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/top/4.png"
|
102 |
],
|
103 |
"class_prompt": "woman wearing a bikini top",
|
104 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
105 |
+
"instance_prompt": "woman wearing a blue mqw bikini top with sks pattern",
|
106 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-mqw-bikini-top-with-sks-pattern"
|
107 |
},
|
108 |
{
|
109 |
"image_urls": [
|
110 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/bottom/0.png",
|
111 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/bottom/1.png",
|
112 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/bottom/2.png",
|
113 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/bottom/3.png",
|
114 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maria/flower-garden/bottom/4.png"
|
115 |
],
|
116 |
"class_prompt": "woman wearing a bikini bottom",
|
117 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
118 |
+
"instance_prompt": "woman wearing a blue mqw bikini bottom with sks pattern",
|
119 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-mqw-bikini-bottom-with-sks-pattern"
|
120 |
},
|
121 |
{
|
122 |
"image_urls": [
|
123 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/top/0.png",
|
124 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/top/1.png",
|
125 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/top/2.png"
|
|
|
126 |
],
|
127 |
"class_prompt": "woman wearing a bikini top",
|
128 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
129 |
+
"instance_prompt": "woman wearing a blue kcx bikini top with sks pattern",
|
130 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-kcx-bikini-top-with-sks-pattern"
|
131 |
},
|
132 |
{
|
133 |
"image_urls": [
|
134 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/bottom/0.png",
|
135 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/bottom/1.png",
|
136 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/sky-top/flower-garden/bottom/2.png"
|
|
|
137 |
],
|
138 |
"class_prompt": "woman wearing a bikini bottom",
|
139 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
140 |
+
"instance_prompt": "woman wearing a blue kcx bikini bottom with sks pattern",
|
141 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-kcx-bikini-bottom-with-sks-pattern"
|
142 |
},
|
143 |
{
|
144 |
"image_urls": [
|
145 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/capri/flower-garden/top/0.png",
|
146 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/capri/flower-garden/top/1.png"
|
|
|
|
|
147 |
],
|
148 |
"class_prompt": "woman wearing a bikini top",
|
149 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
150 |
+
"instance_prompt": "woman wearing a blue qqa bikini top with sks pattern",
|
151 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-qqa-bikini-top-with-sks-pattern"
|
152 |
},
|
153 |
{
|
154 |
"image_urls": [
|
155 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/capri/flower-garden/bottom/0.png",
|
156 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/capri/flower-garden/bottom/1.png"
|
|
|
|
|
157 |
],
|
158 |
"class_prompt": "woman wearing a bikini bottom",
|
159 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
160 |
+
"instance_prompt": "woman wearing a blue qqa bikini bottom with sks pattern",
|
161 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-qqa-bikini-bottom-with-sks-pattern"
|
162 |
},
|
163 |
{
|
164 |
"image_urls": [
|
165 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/lily-top/flower-garden/top/0.png",
|
166 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/lily-top/flower-garden/top/1.png"
|
|
|
167 |
],
|
168 |
"class_prompt": "woman wearing a bikini top",
|
169 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
170 |
+
"instance_prompt": "woman wearing a blue jkp bikini top with sks pattern",
|
171 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-jkp-bikini-top-with-sks-pattern"
|
172 |
},
|
173 |
{
|
174 |
"image_urls": [
|
175 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/lily-top/flower-garden/bottom/0.png",
|
176 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/lily-top/flower-garden/bottom/1.png"
|
|
|
177 |
],
|
178 |
"class_prompt": "woman wearing a bikini bottom",
|
179 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
180 |
+
"instance_prompt": "woman wearing a blue jkp bikini bottom with sks pattern",
|
181 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-jkp-bikini-bottom-with-sks-pattern"
|
182 |
},
|
183 |
{
|
184 |
"image_urls": [
|
185 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maui/flower-garden/top/0.png",
|
186 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maui/flower-garden/top/1.png"
|
187 |
],
|
188 |
"class_prompt": "woman wearing a bikini top",
|
189 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-top",
|
190 |
+
"instance_prompt": "woman wearing a blue xxp bikini top with sks pattern",
|
191 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-xxp-bikini-top-with-sks-pattern"
|
192 |
},
|
193 |
{
|
194 |
"image_urls": [
|
195 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maui/flower-garden/bottom/0.png",
|
196 |
+
"https://storage.googleapis.com/dreambooth-training/bikini-crops--40-padding/maui/flower-garden/bottom/1.png"
|
197 |
],
|
198 |
"class_prompt": "woman wearing a bikini bottom",
|
199 |
"class_data_dir": "./data/class/woman-wearing-a-bikini-bottom",
|
200 |
+
"instance_prompt": "woman wearing a blue xxp bikini bottom with sks pattern",
|
201 |
+
"instance_data_dir": "./data/instance/woman-wearing-a-blue-xxp-bikini-bottom-with-sks-pattern"
|
202 |
}
|
203 |
]
|
204 |
}
|
samples/woman-wearing-a-blue-jkp-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-jkp-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-kcx-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-kcx-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-mqw-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-mqw-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-qqa-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-qqa-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-qsd-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-qsd-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-xxp-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-xxp-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-zdx-bikini-bottom-with-sks-pattern/0.png
ADDED
![]() |
samples/woman-wearing-a-blue-zdx-bikini-top-with-sks-pattern/0.png
ADDED
![]() |
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/fant/repos/shiv-diffusers/output/model/3000",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492308087
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52abb9e9a9fc012136c660a16e4fc72ac3b6451d2b28f644d3a20361eb330a6
|
3 |
size 492308087
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "/home/fant
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
+
"name_or_path": "/home/fant/repos/shiv-diffusers/output/model/3000/tokenizer",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.7.0.dev0",
|
4 |
-
"_name_or_path": "
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
7 |
"block_out_channels": [
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.7.0.dev0",
|
4 |
+
"_name_or_path": "/home/fant/repos/shiv-diffusers/output/model/3000",
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438421925
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d616067f3edbdc9f2be437e0879569e2ce1180257ead55fbe22f33a9fa5b214
|
3 |
size 3438421925
|