Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDXL] Make watermarker optional under certain circumstances to improve usability of SDXL 1.0 #4346

Merged
merged 6 commits into from
Jul 28, 2023

Conversation

patrickvonplaten
Copy link
Contributor

@patrickvonplaten patrickvonplaten commented Jul 28, 2023

What does this PR do?

Improve the usability of Stable Diffusion XL by giving users a possibility to disable it if users have other provisions for generating or deploying images safely.

In this case, one can from now on do:

from diffusers import StableDiffusionXLPipeline
import torch
pipe = StableDiffusionXLPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, variant="fp16", use_safetensors=True, add_watermarker=False
)

Related discussion, see on ComfyUI here.

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Jul 28, 2023

The documentation is not available anymore as the PR was closed or merged.

@patrickvonplaten patrickvonplaten changed the title improve sdxl [SDXL] Make watermarker optional under certain circumstances to improve usability of SDXL 1.0 Jul 28, 2023
@patrickvonplaten patrickvonplaten merged commit b7b6d61 into main Jul 28, 2023
@patrickvonplaten patrickvonplaten deleted the improve_xl branch July 28, 2023 17:29
sayakpaul pushed a commit that referenced this pull request Jul 28, 2023
…ve usability of SDXL 1.0 (#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
orpatashnik pushed a commit to orpatashnik/diffusers that referenced this pull request Aug 1, 2023
…ve usability of SDXL 1.0 (huggingface#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
orpatashnik pushed a commit to orpatashnik/diffusers that referenced this pull request Aug 1, 2023
…ve usability of SDXL 1.0 (huggingface#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
orpatashnik pushed a commit to orpatashnik/diffusers that referenced this pull request Aug 1, 2023
…ve usability of SDXL 1.0 (huggingface#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
yoonseokjin pushed a commit to yoonseokjin/diffusers that referenced this pull request Dec 25, 2023
…ve usability of SDXL 1.0 (huggingface#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
…ve usability of SDXL 1.0 (huggingface#4346)

* improve sdxl

* more fixes

* improve sdxl

* improve sdxl

* improve sdxl

* finish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants