Open scruffynerf opened 3 days ago
oh, here's a different attempt to do the same thing... similar...
https://github.com/JasonS09/comfy_sd_krita_plugin/ the actual 'node' are in https://github.com/JasonS09/comfy_sd_krita_plugin_nodes
This uses the normal ComfyUI api.
https://github.com/Acly/comfyui-tooling-nodes
In the interest of making things work well together... This is used by @acly to talk to Krita (which sadly has no Android plugin support or his Krita plugin would work in the Android version)
Different approach, adding the 'gateway' right inside ComfyUI as nodes.
also adds API like: GET /api/etn/model_info/{folder_name} as discussed, this would allow getting what's available, so the app can offer it as options.