google / style-aligned

Official code for "Style Aligned Image Generation via Shared Attention"
Apache License 2.0
1.19k stars 86 forks source link

Adding gradio demo python files for sdxl, controlNet(depth) & Multidiffusion #7

Closed yvrjsharma closed 8 months ago

yvrjsharma commented 8 months ago

This PR is adding python files for gradio demos for these three - style-aligned sdxl, style-aligned with contolnet, and style-aligned with multidiffusion. Updated requirements file to use latest diffusers release and added accelerate python library.

The demos would look like this while in action -

https://github.com/google/style-aligned/assets/48665385/e7a041e5-5549-41a2-9287-1b6e60ff9b58

https://github.com/google/style-aligned/assets/48665385/4bf6a322-1d52-4a0e-a1f2-526d61592c8b

https://github.com/google/style-aligned/assets/48665385/e605b1f1-fd9a-42b6-abf4-656b2558c0ac

google-cla[bot] commented 8 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

amirhertz commented 8 months ago

Thanks!