-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[HacktoberFest][Missing Docstrings] Würstchen #5241
Labels
Comments
I am solving this issue |
stevhliu
pushed a commit
that referenced
this issue
Oct 6, 2023
* Update pipeline_wuerstchen_prior.py * prior_num_inference_steps updated * height, width, num_inference_steps, and guidance_scale synced * parameters synced * latent_mean, latent_std, and resolution_multiple synced * prior_num_inference_steps changed * Formatted pipeline_wuerstchen_prior.py * Update src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen_prior.py --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com>
yoonseokjin
pushed a commit
to yoonseokjin/diffusers
that referenced
this issue
Dec 25, 2023
* Update pipeline_wuerstchen_prior.py * prior_num_inference_steps updated * height, width, num_inference_steps, and guidance_scale synced * parameters synced * latent_mean, latent_std, and resolution_multiple synced * prior_num_inference_steps changed * Formatted pipeline_wuerstchen_prior.py * Update src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen_prior.py --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com>
AmericanPresidentJimmyCarter
pushed a commit
to AmericanPresidentJimmyCarter/diffusers
that referenced
this issue
Apr 26, 2024
* Update pipeline_wuerstchen_prior.py * prior_num_inference_steps updated * height, width, num_inference_steps, and guidance_scale synced * parameters synced * latent_mean, latent_std, and resolution_multiple synced * prior_num_inference_steps changed * Formatted pipeline_wuerstchen_prior.py * Update src/diffusers/pipelines/wuerstchen/pipeline_wuerstchen_prior.py --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature request is included in this year's Diffusers Hacktoberfest 🎃!
Hacktoberfest's purpose is to give upcoming open-source developers the opportunity to learn about open-source and programming by fixing simple issues (like this one).
How to solve the issue:
<link-to-pr>
".Issue
The Würstchen API docs are a bit out of sync. For example:
prior_num_inference_steps=60
inWuerstchenCombinedPipeline.__call__
but the docstring says it defaults to 30.WuerstchenPriorPipeline
is missing some arguments likelatent_mean
,latent_std
, andresolution_multiple
. Theheight
,width
,num_inference_steps
, andguidance_scale
in the__call__
are also out of sync.WuerstchenDecoderPipeline
also has the same issues in the__call__
function where some of the parameters are not aligned with what's in the function signature.The text was updated successfully, but these errors were encountered: