You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Every issue has a description further below explaining the problem. First, you should try to understand the issue.
Second, follow the contribution guide to learn how to contribute to Diffusers.
Claim this issue for you by opening a PR that links to this issue and writing, "I am solving this issue in ".
Issue
For each of the DeepFloyd IF pipelines:
The encode_prompt parameters are all mixed up and need to be reformatted
The parameter values in __call__ are out of sync (for example, num_inference_steps should be 100 but the docstring says it is 50). Please also check if other values are also incorrect, like the guidance_scale
The text was updated successfully, but these errors were encountered:
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:
Issue
For each of the DeepFloyd IF pipelines:
encode_prompt
parameters are all mixed up and need to be reformatted__call__
are out of sync (for example,num_inference_steps
should be 100 but the docstring says it is 50). Please also check if other values are also incorrect, like theguidance_scale
The text was updated successfully, but these errors were encountered: