Fluxify is a GUI application that utilizes the Fireworks AI API to generate images from text prompts. This project aims to provide a user-friendly interface for exploring the capabilities of text-to-image synthesis.
- Generate images from text prompts using the Fireworks AI API
- Select from a list of available models
- Input API key for secure access to the API
- Adjustable number of images to generate
- Progress tracking
To run Fluxify, you will need to have Python and the PyQt5 library installed on your system. You can install the required libraries using pip:
pip install -r requirements.txt
Additionally, you will need to obtain an API key from Fireworks AI in order to use the application.
- Clone the repository and navigate to the project directory.
- Run the application using Python:
python main.py
- Enter your API key, select a model, input a prompt, and adjust the number of images to generate.
- Click the "Generate Images" button to start the image generation process.
If you encounter any issues during image generation, please refer to the error message displayed in the application window.
Contributions to this project are welcome! If you would like to add a feature or fix a bug, please fork the repository and submit a pull request.
This project is released under the MIT License.
This project utilizes the Fireworks AI API, which is subject to its own terms of service and usage guidelines. Please review the Fireworks AI API documentation for more information.
If you have any questions or concerns, please feel free to reach out to me at [your email address].