ITADN

[WIP] Add's Inpaint to Kolors

#28Pull Requestshauray8 创建于 2024-08-08
S
shauray8commented
# What does this PR do? Add's Inpaint support to Kolors, good enough until differential diffusion goes live on the main. Fixes #27 ## Before submitting - [X] Did you read the [contributor guideline](https://github.com/huggingface/diffusers/blob/main/CONTRIBUTING.md)? - [X] Did you read our [philosophy doc](https://github.com/huggingface/diffusers/blob/main/PHILOSOPHY.md) (important for complex PRs)? - [X] Was this discussed/approved via a GitHub issue or the [forum](https://discuss.huggingface.co/c/discussion-related-to-httpsgithubcomhuggingfacediffusers/63)? Please add a link to it if that's the case. - [ ] Did you make sure to update the documentation with your changes? Here are the [documentation guidelines](https://github.com/huggingface/diffusers/tree/main/docs), and [here are tips on formatting docstrings](https://github.com/huggingface/diffusers/tree/main/docs#writing-source-documentation). - [ ] Did you write any new necessary tests? ## Example ```py from diffusers import KolorsInpaintPipeline ... ``` ## Generations | source | mask | inpainted image | | --------- | -------- | -------------------- | | ![mask](https://github.com/user-attachments/assets/f4f4314a-8950-4c8f-948c-c7cf679a37a6) | ![mask2](https://github.com/user-attachments/assets/888483fb-c31e-43ed-b551-921d5253c320) | ![download (1)](https://github.com/user-attachments/assets/242f2a4e-2a25-4e05-a798-0c849e1a6361) |
合并状态:未合并 0 条评论