Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MMqd committed Jul 23, 2023
1 parent 98464d8 commit 939a5f6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kandinsky 2.1 For Automatic1111 Extension
Adds a script that runs the Kandinsky 2.1 model.
# Kandinsky For Automatic1111 Extension
Adds a script that run Kandinsky 2.X models.

<strong>!!Note!!</strong> Progress bar not supported yet.

Expand All @@ -22,6 +22,7 @@ The following are non cherry-picked examples, with various settings and resoluti
<img src="https://github.com/MMqd/kandinsky-for-automatic1111/blob/main/images/sky,%20daylight,%20realistic,%20high%20quality,%20in%20focus,%2016k,%20HQ.jpg?raw=true" width="25%" alt="center image" />
</p>
<strong>Prompt: sky, daylight, realistic, high quality, in focus, 16k, HQ</strong><br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 7<br>
Expand All @@ -35,6 +36,7 @@ Inference Steps: 128<br>
</p>
<strong>Prompt: As the sun sets, les arbres whisper, mientras el río serpentea gracefully, отражая прекрасные colors, majestic mountains stand tall, evoking tranquillité et harmonie, 空中舞动着美丽的蝴蝶, 空と地球の神秘なつながり, रंगबिरंगी वस्तुएं।</strong> (from chatgpt)<br>
In English: As the sun sets, the trees whisper, while the river gracefully meanders, reflecting beautiful colors, majestic mountains stand tall, evoking tranquility and harmony, butterflies dance in the air, the mysterious connection between sky and earth, colorful objects.<br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 7<br>
Expand All @@ -47,6 +49,7 @@ Inference Steps: 128<br>
<img src="https://github.com/MMqd/kandinsky-for-automatic1111/blob/main/images/cat,%20realistic,%20high%20quality,%204k.jpg?raw=true" width="25%" alt="center image" />
</p>
<strong>Prompt: cat, realistic, high quality, 4k</strong><br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 7<br>
Expand All @@ -59,6 +62,7 @@ Inference Steps: 128<br>
<img src="https://github.com/MMqd/kandinsky-for-automatic1111/blob/main/images/spaceship,%20retro,%20realistic,%20high%20quality,%204k.jpg?raw=true" width="25%" alt="center image" />
</p>
<strong>Prompt: spaceship, retro, realistic, high quality, 4k</strong><br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 7<br>
Expand All @@ -71,6 +75,7 @@ Inference Steps: 128<br>
<img src="https://github.com/MMqd/kandinsky-for-automatic1111/blob/main/images/cyberpunk%20city,%20distopian,%20high%20quality,%204k.jpg?raw=true" width="25%" alt="center image" />
</p>
<strong>Prompt: cyberpunk city, distopian, high quality, 4k</strong><br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 3<br>
Expand All @@ -82,6 +87,7 @@ Inference Steps: 128<br>
Combine images and/or prompts together. Can be used for style transfer, and combining a background with a subject.

<strong>Prompt: cat, high quality, 4k</strong><br>
Model: Kandinsky 2.1<br>
Steps: 64<br>
Sampler: Default<br>
CFG scale: 7<br>
Expand Down Expand Up @@ -151,9 +157,6 @@ Result:

Any other settings such as seed variations, will have no effect on generated images.

## Known Bugs
* Ram memory leak (still investigating)

## Limitations
* Uses the diffusers image generation pipeline to run Kandinsky (Only "kandinsky-community/kandinsky-2-1" is supported on Hugging Face, so no custom models)
* No controlnet
Expand Down

0 comments on commit 939a5f6

Please sign in to comment.