Skip to content

Contribution Guide

John-Henry Lim edited this page Oct 8, 2022 · 6 revisions

Overview

Refer to https://github.com/Interpause/auto-sd-krita/wiki/TODO. Pull requests are nice, thanks.

Code Coverage

As we are building on top of AUTOMATIC1111's fork, changes should not additive and not intrusive. The following are where the Krita plugin's code lie:

  • the krita_plugin folder, which contains the krita plugin's code.
    • has to be touched if adding new features/exposing current ones in the GUI.
  • the krita_server folder, which imports and exposes internal API via a REST API.
  • launch.py, which has been modified to launch krita_server.
  • requirements.txt
Clone this wiki locally