yagyesh-bobde / GenAI-Projects

A wide curration of open-source projects and applications in the emerging field of generative AI.
MIT License
94 stars 51 forks source link

Text-to-Image Chrome Extension #25

Open yagyesh-bobde opened 10 months ago

yagyesh-bobde commented 10 months ago

Project Name

Text-to-Image Chrome Extension

Project Description

Given a text input this tool should generate a set of images. You can create your own models and use them to create a web based interactive tool or you can even use APIs from hugging face or other open-source models.

Project Type:

k-Rohit commented 10 months ago

Hey I would like to contribute to this project. I am thinking of using stable diffusion and also some api's from hugging face and other open source models for it For the ui first I am thinking of creating a simple interface with streamlit and then going onto ReactJs

yagyesh-bobde commented 10 months ago

Great! I have assigned it to you

k-Rohit commented 10 months ago

Hello! I have tried an implementation by using runawayml stable diffusion model from hugging face and made a streamlit interface for it. But due to lack of gpu on my pc I am not able to run it its running but its crashing. i have pushed the code on the forked repo should i make a pull request?

yagyesh-bobde commented 10 months ago

Sure @k-Rohit