-
I followed the guide on my usual build with about 20 different extensions installed and got this error even after restarting, so I cloned the repo again on a fresh drive, and only installed this exten…
-
Are there also training tutorials for LoRa and ControlNet?
-
![a](https://github.com/ai-forever/Kandinsky-2/assets/1147704/cb76acfa-7227-488e-a65d-dcdb52a53595)
![amsk](https://github.com/ai-forever/Kandinsky-2/assets/1147704/05899acf-1bf2-40af-b5f8-bf7a2c0282…
-
I have finetuned prior and unet models for Kandinsky 2.2 inpainting with Lora for about 15 images. The results are bad compared to sd 1.5 and 2.0
At inference when i load the prior model weights, I…
-
Hi,
I know you guys have a lot of work, but i have an idea to make two fonctions for the kandinsky module
kandinsky.autorefresh(bool)
kandinsky.refresh()
Because when im drawing an image on th…
-
For windows users and nvidia GPU:
You need to have Python (3.10) installed as well as git.
Scripts: https://gist.github.com/DanPli/98c05281a749254e5b572238825d3617 and https://gist.github.com/DanP…
-
when we change the color of one pixel the get_pixel() doesn't send the color who has been set at the same pixel
from kandinsky import*
set_pixel(0,0,(255,60,60))
print(get_pixel(0,0))
the ou…
-
Thanks for your nice work!
I have a question, If I replace the decoder with the SD series, will it affect the final generation performance?
-
-
Is there anyway to implement the turtle's fill functions (beginfill endfill and fillcolor()),
They are pretty different to kandinsky's fill as you can fill any shape and not just rectangles.
It's a …