Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seruva19 committed Dec 13, 2024
1 parent 00b085b commit ba8ebe3
Showing 1 changed file with 31 additions and 29 deletions.
60 changes: 31 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,44 @@

## Description

Web-GUI for Kandinsky text-to-image diffusion models ([Kandinsky2](https://github.com/ai-forever/Kandinsky-2/), [Kandinsky3](https://github.com/ai-forever/Kandinsky-3)).
Web-GUI for Kandinsky generative AI models ([Kandinsky2](https://github.com/ai-forever/Kandinsky-2/), [Kandinsky3](https://github.com/ai-forever/Kandinsky-3), [Kandinsky4](https://github.com/ai-forever/Kandinsky-4)).

## Disclaimer

The project is not abandoned. However, updates may be less frequent.
Most activity, until the next version of Kandinsky (if any) is released, will take place in the [extensions repository](https://github.com/seruva19/kubin-extensions).

## Features

| Model | 2.0 | 2.1 | 2.2 |3.0 |3.1 |
| -------------------------------------------------------------------------------------------- | --- | --- | --- | --- | --- |
| Txt2img ||||||
| Img2img ||||| 🕒 |
| Mixing | ||| 🕒 | 🕒 |
| Inpainting ||||||
| Outpainting | ||| 🕒 | 🕒 |
| ControlNet | | || | 🕒 |
| IpAdapter | | | | | 🕒 |
| Diffusers pipeline | |||| 🕒 |
| Low-VRAM options | | ||||
| ext. [Image browser](https://github.com/seruva19/kubin-extensions#kd-image-browser) ||||||
| ext. [Image editor](https://github.com/seruva19/kubin-extensions#kd-image-editor) ||||||
| ext. [Fine-tuning](https://github.com/seruva19/kubin-extensions#kd-training) | || 🕒 | | |
| ext. [LoRA training and inference](https://github.com/seruva19/kubin-extensions#kd-training) | | || | |
| ext. [Style library](https://github.com/seruva19/kubin-extensions#kd-prompt-styles) ||||||
| ext. [Upscaling](https://github.com/seruva19/kubin-extensions#kd-upscaler) ||||||
| ext. [Img2mesh](https://github.com/seruva19/kubin-extensions#kd-mesh-gen) ||||||
| ext. [Interrogation](https://github.com/seruva19/kubin-extensions#kd-interrogator) ||||||
| ext. [Segmentation](https://github.com/seruva19/kubin-extensions#kd-segmentation) ||||||
| ext. [Animation](https://github.com/seruva19/kubin-extensions#kd-animation) | | 🕒 || | |
| ext. [Video](https://github.com/seruva19/kubin-extensions#kd-video) | | | || |
| ext. [Background remover](https://github.com/seruva19/kubin-extensions#kd-bg-remover) ||||||
| ext. [LLM prompt enhancer](https://github.com/seruva19/kubin-extensions#kd-llm-enhancer) ||||||
| Advanced prompt syntax | | | 🕒 | | |
| Prompt weighting | | | 🕒 | | |
| ext. Area composition | | | 🕒 | | |
| Model | 2.0 | 2.1 | 2.2 |3.0 |3.1 |4.0 |
| -------------------------------------------------------------------------------------------- | --- | --- | --- | --- | --- | --- |
| Txt2img |||||| |
| Img2img ||||| 🕒 | |
| Txt2Video | | | | | | 🕒 |
| Img2Video | | | | | | 🕒 |
| Video2Audio | | | | | | 🕒 |
| Mixing | ||| 🕒 | 🕒 | |
| Inpainting |||||| |
| Outpainting | ||| 🕒 | 🕒 | |
| ControlNet | | || | 🕒 | |
| IpAdapter | | | | | 🕒 | |
| Diffusers pipeline | |||| 🕒 | |
| Low-VRAM options | | |||| |
| ext. [Image browser](https://github.com/seruva19/kubin-extensions#kd-image-browser) |||||| |
| ext. [Image editor](https://github.com/seruva19/kubin-extensions#kd-image-editor) |||||| |
| ext. [Fine-tuning](https://github.com/seruva19/kubin-extensions#kd-training) | || 🕒 | | | |
| ext. [LoRA training and inference](https://github.com/seruva19/kubin-extensions#kd-training) | | || | | |
| ext. [Style library](https://github.com/seruva19/kubin-extensions#kd-prompt-styles) |||||| |
| ext. [Upscaling](https://github.com/seruva19/kubin-extensions#kd-upscaler) |||||| |
| ext. [Img2mesh](https://github.com/seruva19/kubin-extensions#kd-mesh-gen) |||||| |
| ext. [Interrogation](https://github.com/seruva19/kubin-extensions#kd-interrogator) |||||| |
| ext. [Segmentation](https://github.com/seruva19/kubin-extensions#kd-segmentation) |||||| |
| ext. [Animation](https://github.com/seruva19/kubin-extensions#kd-animation) | | 🕒 || | | |
| ext. [Video](https://github.com/seruva19/kubin-extensions#kd-video) | | | || | |
| ext. [Background remover](https://github.com/seruva19/kubin-extensions#kd-bg-remover) |||||| |
| ext. [LLM prompt enhancer](https://github.com/seruva19/kubin-extensions#kd-llm-enhancer) |||||| |
| Advanced prompt syntax | | | 🕒 | | | |
| Prompt weighting | | | 🕒 | | | |
| ext. Area composition | | | 🕒 | | | |

## Screenshot

Expand Down

0 comments on commit ba8ebe3

Please sign in to comment.