-
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] Autoencoder decode
#5230
Labels
Comments
I am solving this issue in #5242 |
freespirit
pushed a commit
to freespirit/diffusers
that referenced
this issue
Oct 2, 2023
freespirit
pushed a commit
to freespirit/diffusers
that referenced
this issue
Oct 2, 2023
patrickvonplaten
pushed a commit
that referenced
this issue
Oct 2, 2023
patrickvonplaten
added a commit
that referenced
this issue
Oct 2, 2023
* Add docstring for the AutoencoderKL's encode #5229 * Support Python 3.8 syntax in AutoencoderKL.decode type hints Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Follow the style guidelines in AutoencoderKL's encode #5230 --------- Co-authored-by: stano <> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
rchuzh99
pushed a commit
to rchuzh99/diffusers
that referenced
this issue
Oct 4, 2023
* Add docstring for the AutoencoderKL's decode huggingface#5230 * Follow the style guidelines in AutoencoderKL's decode huggingface#5230 --------- Co-authored-by: stano <>
rchuzh99
pushed a commit
to rchuzh99/diffusers
that referenced
this issue
Oct 4, 2023
* Add docstring for the AutoencoderKL's encode huggingface#5229 * Support Python 3.8 syntax in AutoencoderKL.decode type hints Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Follow the style guidelines in AutoencoderKL's encode huggingface#5230 --------- Co-authored-by: stano <> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
yoonseokjin
pushed a commit
to yoonseokjin/diffusers
that referenced
this issue
Dec 25, 2023
* Add docstring for the AutoencoderKL's decode huggingface#5230 * Follow the style guidelines in AutoencoderKL's decode huggingface#5230 --------- Co-authored-by: stano <>
yoonseokjin
pushed a commit
to yoonseokjin/diffusers
that referenced
this issue
Dec 25, 2023
* Add docstring for the AutoencoderKL's encode huggingface#5229 * Support Python 3.8 syntax in AutoencoderKL.decode type hints Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Follow the style guidelines in AutoencoderKL's encode huggingface#5230 --------- Co-authored-by: stano <> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
AmericanPresidentJimmyCarter
pushed a commit
to AmericanPresidentJimmyCarter/diffusers
that referenced
this issue
Apr 26, 2024
* Add docstring for the AutoencoderKL's decode huggingface#5230 * Follow the style guidelines in AutoencoderKL's decode huggingface#5230 --------- Co-authored-by: stano <>
AmericanPresidentJimmyCarter
pushed a commit
to AmericanPresidentJimmyCarter/diffusers
that referenced
this issue
Apr 26, 2024
* Add docstring for the AutoencoderKL's encode huggingface#5229 * Support Python 3.8 syntax in AutoencoderKL.decode type hints Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Follow the style guidelines in AutoencoderKL's encode huggingface#5230 --------- Co-authored-by: stano <> Co-authored-by: Patrick von Platen <patrick.v.platen@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 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 decode method of AutoencoderKL is completely missing docstrings, can you add them?
The text was updated successfully, but these errors were encountered: