Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohamb21/texttoimage-stablediffusion
This Python code with Stable Diffusion GenAI model lets you create images from your text descriptions, basically a text-to-image model.
https://github.com/sohamb21/texttoimage-stablediffusion
python stable-diffusion texttoimage
Last synced: 2 days ago
JSON representation
This Python code with Stable Diffusion GenAI model lets you create images from your text descriptions, basically a text-to-image model.
- Host: GitHub
- URL: https://github.com/sohamb21/texttoimage-stablediffusion
- Owner: SohamB21
- Created: 2024-04-26T18:05:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T17:01:32.000Z (5 months ago)
- Last Synced: 2024-06-04T19:04:53.471Z (5 months ago)
- Topics: python, stable-diffusion, texttoimage
- Language: Jupyter Notebook
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextToImage-StableDiffusion
This code model lets you generate images based on descriptive prompts!
* **Functionality:**
* You describe the image you want (e.g., "a cat playing with yarn").
* The code uses Stable Diffusion to understand your description.
* It creates an image based on your description! ✨* **Tech Stack:**
* Python: The programming language used here in Google Colab.
* Stable Diffusion: The Gen-AI Deep Learning model that creates images from your descriptions.
* Diffusers & Transformers: Libraries that help us interact with Stable Diffusion.* **Examples:**
* "dog wearing a police jacket"
- ![dino](https://github.com/SohamB21/TextToImage-StableDiffusion/assets/105418470/28751f93-91bf-4752-9df3-838da540eae2)
* " mountain view"
- ![soham](https://github.com/SohamB21/TextToImage-StableDiffusion/assets/105418470/96968788-4013-4e8c-9e80-7835a90394d9)