Apply for community grant: Personal project

#1
by ddiddi - opened

Making Stable Diffusion available in other languages and scripts as well.
This can be achieved using libretranslate(https://github.com/argosopentech/LibreTranslate-py)

Hey there! This Space is under the hood using the SD space

stable_diffusion = gr.Blocks.load(name="spaces/stabilityai/stable-diffusion")

which already has TPUs assigned for it. I tried the inference and the translation is super fast and the image generation takes about 20 seconds. Assigning a GPU would not make it faster

Sign up or log in to comment