View more demos • Contribute to the project
Text2ImageBot is a Telegram bot that generates images from text inputs using advanced text-to-image generation techniques. This bot utilizes state-of-the-art deep learning models to convert textual descriptions into visually appealing images, providing users with a seamless experience for creating compelling visual content.
The bot harnesses the power of Diffusion models, a cutting-edge technique from Hugging Face, to convert textual prompts into visually stunning image outputs. By utilizing this advanced machine learning model, the bot comprehends the provided text and produces corresponding images that vividly represent the described content.
To use the Text2ImageBot, follow these simple steps:
- Start a chat with the bot on Telegram.
- Send a text message containing the desired image description or prompt.
- The bot will process the text and generate an image based on the provided description.
- Download the generated image from the bot's response.
To run the code locally, follow the instructions below:
- Clone the repository to your local machine.
- Ensure you have the required dependencies installed as specified in the
requirements.txt
file. - Open the
text2imagebot.ipynb
notebook in your preferred environment (such as Google Colab or Jupyter Notebook). - Follow the instructions in the notebook to execute the code and interact with the text2imagebot.
- Run on Colab
- Add Multiple Model from Huggingface
- Give user options to customize the model with seed, steps etc
- Add a perment Deployment Option
- Provide a Demo Bot For Testing
- Add Upscaler
- More user friendly UI
- Add showcase channel
- Add Multi image generation from same prompt
- Add negative prompt section
Feel free to contribute to the project by submitting bug reports, feature requests, or pull requests. Your contributions are highly appreciated!