Qinti
An AI image generation frontend focused on ease of use, versatility and capability for professional uses, packaged as a click-and-run executable.
Install / Use
npx skills add Samachiy/QintiInstalls into whichever agent you are using.
README
Qinti UI
<p align="center"> <img alt="Main Interface" src="./assets/github/main_interface_high_mid_size.png" width="45%"> <img alt="LoRA configuration" src="./assets/github/lora_interface_high_mid_size.png" width="45%"> </p>Qinti UI is an open source frontend made with Godot for image generation that aims to be both easy to use and for professional use.
The frontend itself doesn't need to be installed, just click and run. It is currently available for Linux and Windows.
The project uses the AGPL license to ensure that it will always be free and open source.
Features
- Infinite canvas
- Save and load your progress on what you are working
- Controlnet
- Inpaint, outpaint and drawing to AI image
- Model resources management
- Use of Textural inversion, LoRAs, Lycoris, etc
- Undo and Redo
- Supports both Automatic1111 Web UI and SD.Next as backends
- Modular use of generated images metadata to generate other images
- Inbuilt tutorials
- Automatic1111 Web UI installation (beta feature)
- Themes
Controlnet
https://github.com/Samachiy/Qinti/assets/155751973/d2107449-9354-4364-b759-9bba1f4436c9
Inpaint, Outpaint and drawing to AI image
https://github.com/Samachiy/Qinti/assets/155751973/84399745-4e89-4de7-b369-4d7b3b8baab7
Misc
https://github.com/Samachiy/Qinti/assets/155751973/fe350ae5-c6e2-4f8e-a0f4-d471179a1a51
Getting Started
Installation
Windows
- Download
- Decompress tar file
- Run Qinti.exe
Linux
- Download
- Decompress zip file
- Make Qinti.x86_64 executable
- Run Qinti.x86_64
First steps
To use Qinti, it is necessary to specify a Automatic1111 Web UI installation or let Qinti install one, both options will be shown during the first program run:
- On the first option it is necessary to open the installation path and maybe specify extra arguments. A set of arguments will automatically load depending on the system but if the specified arguments are not enough, it is possible to specify extra arguments.
- On the second option it is only necessary to specify an installation folder and press “install”.
After a valid installation is set, Qinti will display a few short tutorials to explain the user interface
Tutorials
Currently, there is one introductory tutorial on how to use Qinti: https://youtu.be/FSb57p9rTGc
Contributing to the project
To contribute to the project in the form of code, please refer to the Collaboration Guide in the Github wiki
Modifying the code and compiling
In case anyone wants to modify or compile the code by themselves, the instructions are as follows:
Running the project inside Godot IDE
-
Clone this repo (don't run it yet):
git clone https://github.com/Samachiy/Qinti.git
-
Clone Guion addon:
git clone https://github.com/Samachiy/Guion.git
-
Copy Guion/addons into Qinti/
-
Download Godot from: https://godotengine.org/download/3.x/
-
Run the project
Compiling
Follow the instructions in the official Godot Documentation: https://docs.godotengine.org/en/3.5/development/compiling/index.html
Related Skills
qqbot-channel
385.5kQQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
docs-writer
106.4kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
cpp
40.5kGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
gamemaker-gml
40.5kGameMaker Language (GML) rules for scripts, objects, events, rooms, data structures, and performance-minded game code
