Skip to content

CraiyonAutomator is a tool that automates the Craiyon image creation process. It allows users to automatically process multiple prompts and save the URLs of the generated images.

License

Notifications You must be signed in to change notification settings

muhammetakkurtt/craiyon-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraiyonAutomator

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.

CraiyonAutomator

Features

  • Graphical interface
  • Batch processing of multiple prompts
  • Automatic image generation and URL capture
  • Save results in JSON format

System Requirements

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

Tools and Plugins Used

The following open-source tools and plugins are used in this project:

Installation

  1. Clone this repository:

    git clone https://github.com/muhammetakkurtt/craiyon-automator.git
    
  2. Navigate to the project directory:

    cd craiyon-automator
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. (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

Usage

  1. Run the program:

    python main.py
    
  2. In the opened interface, enter your prompts, one per line.

  3. Click the "Generate Images" button and wait for the process to complete.

  4. Once the process is complete, the URLs of the generated images will be saved in the generated_images.json file.

Development Suggestions

  • Performance Improvement: Time optimization can be done for faster operation.
  • Cloudflare Captcha Solution: A more effective method can be developed for Cloudflare captcha.

License

This project is licensed under the MIT license. For more information, see the LICENSE file.

Contact

For questions or feedback, please open an issue or contact me via e-mail.

About

CraiyonAutomator is a tool that automates the Craiyon image creation process. It allows users to automatically process multiple prompts and save the URLs of the generated images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages