Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc
CHANGED
Binary files a/omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc and b/omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc differ
|
|
omini_control/condition.py
CHANGED
@@ -93,6 +93,7 @@ class Condition(object):
|
|
93 |
cond_img = (
|
94 |
cond_img - pipe.vae.config.shift_factor
|
95 |
) * pipe.vae.config.scaling_factor
|
|
|
96 |
cond_tokens = pipe._pack_latents(cond_img, *cond_img.shape)
|
97 |
cond_ids = pipe._prepare_latent_image_ids(
|
98 |
cond_img.shape[0],
|
|
|
93 |
cond_img = (
|
94 |
cond_img - pipe.vae.config.shift_factor
|
95 |
) * pipe.vae.config.scaling_factor
|
96 |
+
print("Cond_img.shape", cond_img.shape)
|
97 |
cond_tokens = pipe._pack_latents(cond_img, *cond_img.shape)
|
98 |
cond_ids = pipe._prepare_latent_image_ids(
|
99 |
cond_img.shape[0],
|