Skip to content

Commit

Permalink
fix(api): turn off SDXL's very visible watermarking (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 29, 2023
1 parent e7f7bbc commit 9736779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/diffusers/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def load_pipeline(
vae_encoder_session=components.get("vae_encoder_session", None),
text_encoder_2_session=components.get("text_encoder_2_session", None),
tokenizer_2=components.get("tokenizer_2", None),
add_watermarker=False, # not so invisible: https://github.com/ssube/onnx-web/issues/438
)
else:
if "controlnet" in components:
Expand Down

0 comments on commit 9736779

Please sign in to comment.