Update pipeline_stable_diffusion_3_ipa.py
Browse files
pipeline_stable_diffusion_3_ipa.py
CHANGED
@@ -1229,7 +1229,7 @@ class StableDiffusion3Pipeline(DiffusionPipeline, SD3LoraLoaderMixin, FromSingle
|
|
1229 |
# 4. Concatenate the zeros and the average embedding
|
1230 |
clip_image_embeds = torch.cat([zeros_tensor, average_image_embed], dim=0)
|
1231 |
print('shape 4: ', clip_image_embeds.shape)
|
1232 |
-
clip_image_embeds2 = torch.cat([
|
1233 |
print('shape 4a: ', clip_image_embeds2.shape)
|
1234 |
|
1235 |
'''
|
|
|
1229 |
# 4. Concatenate the zeros and the average embedding
|
1230 |
clip_image_embeds = torch.cat([zeros_tensor, average_image_embed], dim=0)
|
1231 |
print('shape 4: ', clip_image_embeds.shape)
|
1232 |
+
clip_image_embeds2 = torch.cat([zeros_tensora, clip_image_embedse], dim=0)
|
1233 |
print('shape 4a: ', clip_image_embeds2.shape)
|
1234 |
|
1235 |
'''
|