Kandinsky-2
Kandinsky-2 copied to clipboard
Kandinsky 2 — multilingual text2image latent diffusion model
Hello! This is not actually an issue, but a kind of a "how-to" post, namely how to use the model on a lower-end GPUs. The way proposed here is to...
A guide of how to fine tune the model to improve it
where is the link for kandinsky 2.2 at huggingfacE?
Могу я использовать Kandinsky с видеокартой gtx 1650? Попробовал установить: пыхтит, гудит, но при разрешении больше примерно 100х100 получаются только чёрные квадраты Параметры запуска мб там какие-то есть?
In setup.py, is there a reason the transformers dependency is locked to 4.23.1? I'm hitting an error trying to build a docker worker image of Kandinsky2 with img2img support. There...
Added callbacks, Mac Compatibility added Added model offloads to cpu (tested by @Thaevil1 on RTX A2000- 512x512: 6Gb VRAM) You can test my fork of Kandinsky utilizing these changes in...
How can run it on machine without Nvidia Graphics Card?
This is really a surprising work. I am very curious about the composition of training data.I would greatly appreciate it if you could share the full details of the training...
Hi, I have a question about using the DDIM inversion scheduler with Kandinsky 2_1. Can it be directly operated with [this method](https://github.com/ai-forever/Kandinsky-2/blob/47c01fa310ce036da46b6335d9f99e66edfdaab2/kandinsky2/model/gaussian_diffusion.py#L521)? ```python ... @torch.no_grad() def test( self, num_steps =...