Instructions to use kandinsky-community/kandinsky-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kandinsky-community/kandinsky-3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kandinsky-community/kandinsky-3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Link model to paper
#8
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -7,7 +7,7 @@ inference: false
|
|
| 7 |
|
| 8 |

|
| 9 |
|
| 10 |
-
[Post](https://habr.com/ru/companies/sberbank/articles/775590/) | [Generate](https://fusionbrain.ai) | [Telegram-bot](https://t.me/kandinsky21_bot) | [Report]
|
| 11 |
|
| 12 |
## Description:
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |

|
| 9 |
|
| 10 |
+
[Post](https://habr.com/ru/companies/sberbank/articles/775590/) | [Generate](https://fusionbrain.ai) | [Telegram-bot](https://t.me/kandinsky21_bot) | [Report](https://huggingface.co/papers/2312.03511)
|
| 11 |
|
| 12 |
## Description:
|
| 13 |
|