-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add image2image example script. #231
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
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
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.
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>
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.
Awesome pipeline, thank you @patil-suraj! Would be great to link it (or the pipeline examples in general) from the main README too 🚀
- 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)) |
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.
@anton-l Linked the examples here.
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.
Perfect!
* 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>
* 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 PR adds an example script for image2image using stable diffusion.
This PR also re-organizes the
examples
folder, it now contains two sub-directories. One forinference
and one fortraining
.@anton-l @patrickvonplaten Happy to hear any suggestions about this :)