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

introduce minimalistic reimplementation of SDXL on the SDXL doc #4532

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

cloneofsimo
Copy link
Contributor

What does this PR do?

Introduce minimalistic reimplementation of SDXL on the SDXL doc. @sayakpaul has generously proposed this idea for diffuser's documentation.

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@sayakpaul

Copy link
Member

@sayakpaul sayakpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@sayakpaul sayakpaul requested a review from stevhliu August 8, 2023 13:16
@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Aug 8, 2023

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

Copy link
Member

@stevhliu stevhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice and clean! ❤️

As a heads up, I'm creating a standalone SDXL guide in #4428 so this'll be moved over there once we've figured out the docs structure.

@@ -425,3 +425,7 @@ prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
prompt_2 = "monet painting"
image = pipe(prompt=prompt, prompt_2=prompt_2).images[0]
```

## Single-file Implementation of SDXL Unet Model
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you'd like, I think it'd be nice for users to also see the example code usage here too!

@sayakpaul sayakpaul merged commit e7e3749 into huggingface:main Aug 9, 2023
8 checks passed
patrickvonplaten added a commit that referenced this pull request Aug 9, 2023
sayakpaul pushed a commit that referenced this pull request Aug 10, 2023
…oc" (#4548)

Revert "introduce minimalistic reimplementation of SDXL on the SDXL doc (#4532)"

This reverts commit e7e3749.
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
…oc" (huggingface#4548)

Revert "introduce minimalistic reimplementation of SDXL on the SDXL doc (huggingface#4532)"

This reverts commit e7e3749.
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.

4 participants