easydiffusion / easydiffusion

Easiest 1-click way to create beautiful artwork on your PC using AI, with no tech knowledge. Provides a browser UI for generating images from text prompts and images. Just enter your text prompt, and see the generated image.
https://easydiffusion.github.io/
Other
9.47k stars 779 forks source link

how to implements kerasCV to boost SD in SDui? #1308

Closed CaneRandagio1983 closed 1 year ago

CaneRandagio1983 commented 1 year ago

I don't have a decent video card on my notebook to run Stable Diffusion well, it uses CPU and it's not very fast.

I came to know that with Stable DIffusion it is possible to implement kerasCV, to speed up the calculation process of creating images. Is it possible to implement keras in Stable Diffusion ui? If it is not yet possible, do you plan to implement this feature soon?

https://keras.io/guides/keras_cv/generate_images_with_stable_diffusion/

JeLuF commented 1 year ago

The paper is more than half a year old. It uses high end GPUs for its benchmarks. Do you have any current performance figures, comparing it with today's diffusers version?

CaneRandagio1983 commented 1 year ago

Forgive me, I hadn't noticed the date of publication of the document. But maybe it is still current? in the sense that it is possible to integrate it in SD?!

I don't have any more information about it, maybe we could find it on the official keras website.

cmdr2 commented 1 year ago

Hi @CaneRandagio1983 Thanks for the suggestion. If you're interested in implementing it (after testing the performance and quality of images), please feel free to submit a PR!

Closing this for now. Thanks!