CraiyonAutomator is a tool that automates the Craiyon image generation process. This project allows users to automatically process multiple prompts and save the URLs of the generated images.
- Graphical interface
- Batch processing of multiple prompts
- Automatic image generation and URL capture
- Save results in JSON format
This project has been tested only on Windows and Ubuntu operating systems. For Ubuntu, you may need to install additional packages:
sudo apt install python3-tk
sudo apt install x11-xkb-utils
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
The following open-source tools and plugins are used in this project:
-
Clone this repository:
git clone https://github.com/muhammetakkurtt/craiyon-automator.git
-
Navigate to the project directory:
cd craiyon-automator
-
Install the required dependencies:
pip install -r requirements.txt
-
(For Ubuntu) Install additional packages if not already installed:
sudo apt install python3-tk sudo apt install x11-xkb-utils wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64.deb
-
Run the program:
python main.py
-
In the opened interface, enter your prompts, one per line.
-
Click the "Generate Images" button and wait for the process to complete.
-
Once the process is complete, the URLs of the generated images will be saved in the
generated_images.json
file.
- Performance Improvement: Time optimization can be done for faster operation.
- Cloudflare Captcha Solution: A more effective method can be developed for Cloudflare captcha.
This project is licensed under the MIT license. For more information, see the LICENSE
file.
For questions or feedback, please open an issue or contact me via e-mail.