-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add clip_skip param for StableDiffusionLongPromptWeightingPipeline #6723
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
base: main
Are you sure you want to change the base?
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
hi: |
hi, I don't know what this means in
Can you help me? |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
I've fixed the quality test in this branch: I'm not sure how to contribute to this PR though. |
Hi, as a note, the author of the pipeline discontinued support for the lpw pipelines in favor of using the most up to date core pipelines with the external library sd_embeds from the same author which is actively maintained. Not sure it's worth to keep updating these pipelines, especially since there was some issues with some of the updates from the community. @calmiLovesAI if you still want to merge the PR, just use the cli commands:
Anyways, to pass the test, you just need to add the trailing comma to some of the |
What does this PR do?
This PR add a clip_skip parameter for lpw_stable_diffusion.py.
Fixes #6414
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
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.