Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeTraxx committed May 13, 2024
1 parent a0fa644 commit 0198580
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
59 changes: 34 additions & 25 deletions public/INDEX.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Krita and Stable Diffusion aka AI Image Generation for "Otto-normalverbraucher"
# AI Image generation for non-savvy people

With Krita and AI Diffusion Plugin

15.05.2024

---

Expand All @@ -14,19 +18,24 @@ Everyone knows Stable Diffusion indirectly.

Whenever you generate images using a text prompt, a Stable Diffusion Algorithm is being used.

![bing ai](bing.png)

https://poloclub.github.io/diffusion-explainer/

... but this is not a presentation about Stable Diffusion.
... but today is not about Stable Diffusion.

---

## Concerns with online image generation

* You can only control the text prompt
* No control for: AI Model, training, resolution, etc.
* Concerns about privacy, training-data, etc.
The user can only control *the Prompt*.

He has no control on:

* Checkpoint Model (AI Model) to use
* Resolution
* Training


Also there are concerns about privacy, source data, copyright...

---

Expand All @@ -37,24 +46,25 @@ Allows you to control the image generation with Stable Diffusion more precisely:
* Select Base Model
* Select Input data
* Allows for Text2Img, Img2Img...
* and much more - using a node graph.

---

# DEMO Comfy UI
## DEMO Comfy UI

http://10.23.23.2:8188

---

## But still...

... it's not really usable for digital artists.
... it's not really convenient for digital artists.

---

## Krita Stable Diffusion Plugin to the rescue!

* Stable Diffusion directly integrated a image editor
Stable Diffusion directly integrated in an image editor

https://github.com/Acly/krita-ai-diffusion

Expand Down Expand Up @@ -111,43 +121,44 @@ And paste it into Krita:

## Inpainting DEMO: Image generation / composition with (negative) prompts

* Example prompt: `Summer beach, palms, sunset, lens flare`
* Negative prompt: `people, clouds`

Add a sand castle to the image.

![beach](beach.png)

<small>
Example prompt: `Summer beach, palms, sunset, lens flare`
Negative prompt: `people, clouds`
</small>

---

## Image references DEMO: With MY face

Add your face on generated images.

![kt](kt_source.png)
![kt](kt_source.png) ![ktresult](kt_result.png)

* Face reference
* Prompt: portrait, necktie, smiling, hands on chin
<small>
Face reference
Prompt: portrait, necktie, smiling, hands on chin
</small>

![ktresult](kt_result.png)

---

## Outpainting DEMO

Enlarge a picture (Iguazu Falls)

* Text prompt: `waterfalls, jungle, sky, clouds`

![landscape](landscape.png)
![landscape](landscape.png) ![landscape2](landscape-out.png)

![landscape2](landscape-out.png)
Text prompt: `waterfalls, jungle, sky, clouds`

---

## Digital Artwork DEMO: A fantasy oktoberfest

* Text prompt: `rabbit with beer in hand, oktoberfest`
Text prompt: `rabbit with beer in hand, oktoberfest`

Change some things in picture

Expand All @@ -163,9 +174,7 @@ Change some things in picture

Usually used to upscale generated images to a higher resolution.

![low](low_res.png)

![high](upscaled.png)
![low](low_res.png) ![high](upscaled.png)

---

Expand Down
8 changes: 4 additions & 4 deletions src/styles/presentomatic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html, body, main {
height: 100vh;
}

main {
main.markdown-body {
font-size: 200% !important;
overflow: hidden;

Expand Down Expand Up @@ -72,9 +72,9 @@ main {
}

img {
max-width: 60vmin;
max-height: 60vmin;
display: block;
max-width: 45%;
max-height: 40vmin;
display: inline-block;
margin: 0 auto;
}
}
Expand Down

0 comments on commit 0198580

Please sign in to comment.