Skip to content

Commit

Permalink
Set patch ti to False
Browse files Browse the repository at this point in the history
  • Loading branch information
ExponentialML committed Jan 30, 2023
1 parent 11facf4 commit 3ceb581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lora_diffusion/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ceb581

Please sign in to comment.