Create customized ad posters with ease using AdCraft, a web application that leverages the power of the SDXL Turbo model from Hugging Face to generate images and the Pillow library to add text.
- Brand Selection: Choose from a variety of brand categories.
- Slogan Input: choose from predefined options.
- Image Generation: Utilize the SDXL Turbo model to create stunning background images.
- Text Placement: The Pillow library is used to add brand names and slogans to the generated images.
- Preview: Get a preview of the final ad poster before downloading.
link to huggingface (https://huggingface.co/stabilityai/sdxl-turbo)
# Clone the repository
git clone https://github.com/your-username/AdCraft.git
# Navigate to the project directory
cd AdCraft
# Install dependencies
pip install -r requirements.txt