Saturday, September 17, 2022

Show HN: Krita Stable Diffusion Plugin https://ift.tt/ik64Edp

Show HN: Krita Stable Diffusion Plugin This is still a very new project under active development but I wanted to show it off in case anyone is interested in bookmarking it or contributing. Demo here: https://www.youtube.com/watch?v=maWR7dDf4SE Although it will be improving, the codebase has a few issues The Good - ability to multitask within krita while generating images - uses a queue so you can queue up multiple images without waiting for your other batches to come back - no need for a webserver (uses sockets to communicate) - clean code - active development (i want to use this tool myself) - uses stablediffusiond and stablediffusion as separate repos, these can be swapped out as desired with some hacking The Bad - currently relies on rabbitmq and doesn't provide another option - plugin only does txt2txt. img2img works but is disabled - must acquire the model manually The ugly - not all of the features work yet. in fact you can only generate an image. - installation is somewhat involved (requires CUDA 11.3, rabbitmq and more) - there is an installation file and instructions but likely need improvement, Krita Stable Diffusion plugin https://ift.tt/gWI29xf stablediffusiond (daemon / queue runners) https://ift.tt/bNA0wt1 stable diffusion https://ift.tt/1DRoKl6 --- if anyone uses this and runs into problems, just open an issue in the appropriate repo and i'll do my best to help. https://ift.tt/gWI29xf September 18, 2022 at 04:13AM

No comments:

Post a Comment

Show HN: Infrabase – Prompt-Ops for AWS https://ift.tt/M8z7y4K

Show HN: Infrabase – Prompt-Ops for AWS We too at first thought that letting an LLM manage your AWS account must be a bad idea. What could p...