Skip to content

Commit

Permalink
fixup commented attr
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed May 29, 2024
1 parent d1f5765 commit 7d9bb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(
self.vae_decomp_attn = vae_decomp_attn
self.custom_vae = custom_vae
# TODO: set this based on user-inputted guidance scale and negative prompt.
# self.do_classifier_free_guidance = False if any(x in hf_model_name for x in ["turbo", "lightning"]) else True
self.do_classifier_free_guidance = True #False if any(x in hf_model_name for x in ["turbo", "lightning"]) else True

# FILE MANAGEMENT AND PIPELINE SETUP

Expand Down

0 comments on commit 7d9bb2f

Please sign in to comment.