Uh oh!
There was an error while loading. Please reload this page.
[docs] add docstrings in pipline_stable_diffusion.py - #9590
Conversation
Uh oh!
There was an error while loading. Please reload this page.
HuggingFaceDocBuilderDev
commented
Oct 7, 2024
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. |
…sion.py Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
a-r-r-o-w
commented
Oct 9, 2024
Hi @jeongiin, just need to run |
jeongiin
commented
Oct 9, 2024
Hello @a-r-r-o-w and @stevhliu I fixed style! |
stevhliu
commented
Oct 9, 2024
Thanks! Can you also run |
jeongiin
commented
Oct 10, 2024
Thanks for catching that!! @stevhliu |
stevhliu
commented
Oct 10, 2024
Hmm, the copy inconsistencies are still there for some reason. Can you try running |
jeongiin
commented
Oct 12, 2024
I've tried running |
stevhliu
commented
Oct 15, 2024
Hmm, I'm not entirely sure then! Running those commands and pushing their changes should fix the tests. @sayakpaul do you have another suggestion? |
sayakpaul
commented
Oct 16, 2024
We need to apply |
a-r-r-o-w
commented
Oct 16, 2024
@stevhliu@sayakpaul good to merge? |
sayakpaul
commented
Oct 16, 2024
Okay for me! |
HanLiii
commented
Oct 25, 2024
Will pipeline_animatediff_sdxl_video2video.py be released in the future? |
a-r-r-o-w
commented
Oct 25, 2024
Hi @HanLiii, we plan to make several improvements with #9672, which should allow creating arbitrary pipelines easily. We're ideating about the best way to move forward with the design that would allow this, so if you have any suggestions regarding that, it'd be awesome. For now, I think everyone on the team is occupied so we will not be able to commit to creating such a pipeline. If you would be interested in contributing a pipeline for it, we'd be happy to review and merge :) |
* fix the issue on flux dreambooth lora training * update : origin main code * docs: update pipeline_stable_diffusion docstring * docs: update pipeline_stable_diffusion docstring * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * fix: style * fix: style * fix: copies * make fix-copies * remove extra newline --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by: Aryan <aryan@huggingface.co> Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
What does this PR do?
Fixes : #9567
I have added a docstring to the
rescale_noise_cfgfunction. I plan to continue addressing this issue, and I would greatly appreciate any advice you could offer on writing effective commit messages or PRs. Thank you!ps. I've worked on other tasks as well, so there are many commit messages, but only one file was actually changed.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@a-r-r-o-w@stevhliu