Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
omini_control/__pycache__/block.cpython-310.pyc
CHANGED
Binary files a/omini_control/__pycache__/block.cpython-310.pyc and b/omini_control/__pycache__/block.cpython-310.pyc differ
|
|
omini_control/flux_conceptrol_pipeline.py
CHANGED
@@ -295,6 +295,7 @@ class FluxConceptrolPipeline(FluxPipeline):
|
|
295 |
print("condition_latents.shape:", condition_latents.shape)
|
296 |
print("latent.shape:", latents.shape)
|
297 |
print("prompt_embeds.shape", prompt_embeds.shape)
|
|
|
298 |
noise_pred = tranformer_forward(
|
299 |
self.transformer,
|
300 |
model_config=model_config,
|
|
|
295 |
print("condition_latents.shape:", condition_latents.shape)
|
296 |
print("latent.shape:", latents.shape)
|
297 |
print("prompt_embeds.shape", prompt_embeds.shape)
|
298 |
+
print("condition_ids.shape", condition_ids.shape)
|
299 |
noise_pred = tranformer_forward(
|
300 |
self.transformer,
|
301 |
model_config=model_config,
|