DrCyanide / cyanic-sd-krita

A Stable Diffusion plugin for Krita, compatible with A1111 and SD.Next
68 stars 4 forks source link

Add styles #6

Closed Rubenacp closed 10 months ago

Rubenacp commented 10 months ago

I just wanted to comment that this extension is incredible. The auto-sd-krita is also very good when it works, but Controlnet is a big leap. Soon I will make some video tutorials to show its potential.

One question, how can I add styles?

Thank you

DrCyanide commented 10 months ago

Thanks, glad you're enjoying it so far! Things are still changing fairly frequently right now, so a tutorial video might be a little dated in a few weeks, but feel free to share it.

As for adding styles from the extension... well.... Part of why auto-sd-krita broke is they didn't use the API that A1111 provides, but tried to tap directly into the internal functions. Whenever A1111 felt they needed to change something internally it would break. To avoid having that happen again I've been using the API. The API lets me get the styles without issues, but there's no function to set them.

TL;DR: Until the A1111 API updates, to add new styles you have to go to the Web UI.

DrCyanide commented 10 months ago

Created a feature request in A1111 for this. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13669

Rubenacp commented 10 months ago

Great, so it looks like this will be an extension that works long term, cool

thank you!