General Introduction
General Introduction BlinkShot is an open source, real-time AI image generator that utilizes Together AI and Flux Schnell technology to allow users to generate high-quality images as they enter prompts. The platform is completely free and supports user customization and secondary development for designers, artists and content creation...
Function List
- Real-time image generation: The image is generated within milliseconds after the prompt is entered.
- Enhanced prompting options: Optimize the generated results.
- Model Selection: Support for different AI modeling options, including Flux Schnell.
- Open source and free: The code is fully public and can be freely used and modified by users.
- With your own API key: Users can create Together Account and use your own API key. Free utility for 3 months for new accounts Flux Schnell Model.
- Coherence model: Produces a consistent image that maintains the consistency of the background or main object.
- Image History: View all generated images and navigate between them.
Using Help
Installation process
- clone warehouse::
git clone https://github.com/Nutlope/blinkshot
- Creating Environment Files: Create the
.env.local
file and add the Together AI API key:TOGETHER_API_KEY=your API key
- Installation of dependencies::
npm install
- Running Projects::
npm run dev
Usage Process
- Access to the local server: Open in browser
http://localhost:3000
The - input prompt: Enter the description of the image you want to generate in the input box and the image will be generated in real time.
- View and download images: The generated image is displayed on the page and a download button will be added in a future version.
- Using Consistency Mode: Enable Consistency Mode to generate consistent images, keeping the background or main object consistent.
- View image history: Use the Image History feature to view all generated images and navigate between them.
Advanced Features
- Enhanced Tips: Optimize the generated results with enhanced hinting options.
- Select Model: Select different AI models as needed.
- Custom Development: Since BlinkShot is open source, users can develop it twice according to their needs.