-
Notifications
You must be signed in to change notification settings - Fork 40
Contribution Guide
John-Henry Lim edited this page Oct 8, 2022
·
6 revisions
Refer to https://github.com/Interpause/auto-sd-krita/wiki/TODO. Pull requests are nice, thanks.
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 launchkrita_server
. requirements.txt