Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.94 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.94 KB

Fluxify: A Text-to-Image Generator

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.

a cute kitty

Features

  • 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

Installation

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.

Usage

  1. Clone the repository and navigate to the project directory.
  2. Run the application using Python:
python main.py
  1. Enter your API key, select a model, input a prompt, and adjust the number of images to generate.
  2. Click the "Generate Images" button to start the image generation process.

Troubleshooting

If you encounter any issues during image generation, please refer to the error message displayed in the application window.

Contribution

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.

License

This project is released under the MIT License.

Acknowledgments

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.

Contact

If you have any questions or concerns, please feel free to reach out to me at [your email address].