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 years Diffusers' Hacktoberfest 👨💻!
Hacktoberfest's purpose is to give upcoming open-source developers the opportunity to learn about open-source and programming by fixes 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 <link-to-pr>" Issue
The forward method of UNet2DConditionModel is missing a couple of docstrings, e.g. for class_lables, attention_mask ... -> can you add all the missing ones?
The text was updated successfully, but these errors were encountered:
This feature request is included in this years Diffusers' Hacktoberfest 👨💻!
Hacktoberfest's purpose is to give upcoming open-source developers the opportunity to learn about open-source and programming by fixes simple issues (like this one).
How to solve the issue:
<link-to-pr>
"Issue
The forward method of UNet2DConditionModel is missing a couple of docstrings, e.g. for
class_lables
,attention_mask
... -> can you add all the missing ones?The text was updated successfully, but these errors were encountered: