diff --git a/lora_diffusion/lora.py b/lora_diffusion/lora.py index 24b2d8e7..8d6b17e2 100644 --- a/lora_diffusion/lora.py +++ b/lora_diffusion/lora.py @@ -901,7 +901,7 @@ def patch_pipe( txt_r: int = 4, patch_unet=True, patch_text=True, - patch_ti=True, + patch_ti=False, idempotent_token=True, unet_target_replace_module=DEFAULT_TARGET_REPLACE, text_target_replace_module=TEXT_ENCODER_DEFAULT_TARGET_REPLACE,