-
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
[docs] Loader docs #5473
[docs] Loader docs #5473
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite nice!
Hmm not sure why the CI is failing. I've rebased and run |
@@ -134,7 +134,6 @@ class AltDiffusionImg2ImgPipeline( | |||
feature_extractor ([`~transformers.CLIPImageProcessor`]): | |||
A `CLIPImageProcessor` to extract features from generated images; used as inputs to the `safety_checker`. | |||
""" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this changed?
" and will be removed in diffusers 1.3.0. `down_block_additional_residuals` should only" | ||
" be used for ControlNet. Please make sure use" | ||
" `down_intrablock_additional_residuals` instead. ", | ||
( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's maybe leave as is here no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs changes look great! Let's maybe just try to not also change other code files :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sick!
* first draft * make fix-copies * add peft section * manual fix * make fix-copies again * manually revert changes to other files
* first draft * make fix-copies * add peft section * manual fix * make fix-copies again * manually revert changes to other files
This guide attempts to centralize all the docs related to loading LoRAs, textual inversion embeddings, and DreamBooth checkpoints. Please feel free to let me know if I'm missing anything! Once we have all the loading methods properly documented here, I'll clean up the rest of the docs where these loading methods are mentioned.