Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
pcuenca
approved these changes
Aug 22, 2022
Member
pcuenca
left a comment
There was a problem hiding this comment.
I love this pipeline, just left a couple of nits. Also, should we rename inference/readme.md to inference/README.md for consistency with the training script?
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
anton-l
approved these changes
Aug 23, 2022
Member
anton-l
left a comment
There was a problem hiding this comment.
Awesome pipeline, thank you @patil-suraj! Would be great to link it (or the pipeline examples in general) from the main README too 🚀
patil-suraj
commented
Aug 23, 2022
Comment on lines
+26
to
+27
| - Training examples to show how to train the most popular diffusion models (see [examples/training](https://github.com/huggingface/diffusers/tree/main/examples/training)). | ||
| - Inference examples to show how to create custom pipelines for advanced tasks such as image2image, in-painting (see [examples/inference](https://github.com/huggingface/diffusers/tree/main/examples/inference)) |
kashif
pushed a commit
to kashif/diffusers
that referenced
this pull request
Aug 23, 2022
* boom boom * reorganise examples * add image2image in example inference * add readme * fix example * update colab url * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * fix init_timestep * update colab url * update main readme * rename readme Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
natolambert
pushed a commit
that referenced
this pull request
Sep 7, 2022
* boom boom * reorganise examples * add image2image in example inference * add readme * fix example * update colab url * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * fix init_timestep * update colab url * update main readme * rename readme Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an example script for image2image using stable diffusion.
This PR also re-organizes the
examplesfolder, it now contains two sub-directories. One forinferenceand one fortraining.@anton-l @patrickvonplaten Happy to hear any suggestions about this :)