Arcaryx / ComfyKritaSync

MIT License
1 stars 1 forks source link

ComfyKritaSync

ComfyKritaSync enables the transfer of images between ComfyUI and Krita. This project is designed to be installed as both a ComfyUI custom node and a Krita plugin. It was inspired by krita-ai-diffusion, but with the desire to use custom workflows.

Installation

  1. Clone this repository directly into your ComfyUI/custom_nodes directory, or make use of ComfyUI-Manager (install via git url).
  2. From Krita, use Tools ▸ Scripts ▸ Import Python Plugin from File... and select the zip file, or just extract directly into the .local/share/krita/pykrita/ directory.

Usage

This project is designed to facilitate the transfer of images between ComfyUI and Krita.

In this example, we're changing the ring color of an Umbreon gen. Select Krita Document is used to specify the document once for the workflow. Get Image from Krita is used to retrieve the Base layer from Krita, while Send Image to Krita sends the final result back to Krita.

Additional Notes