Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Sep 9, 2023
1 parent 5c83da4 commit 67b796b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="display:flex"><div><img width="80" src="ai_diffusion/icons/logo-128.png"></div><h1 style="margin-left:1em">Generative AI<br><i>for Krita</i></h1></div>
<table><tr><td><img width="80" src="ai_diffusion/icons/logo-128.png"></td><td><h1>Generative AI<br><i>for Krita</i></h1></td></tr></table>

[Features](#features) | [Download](https://github.com/Acly/krita-ai-diffusion/releases/latest) | [Installation](#installation) | [Video](https://youtu.be/1d_jns4W1cM) | [Screenshots](#screenshots)

Expand Down Expand Up @@ -67,16 +67,18 @@ To use an external installation, the following extensions and models are require
* [Clip-Vision (SD1.5)](https://huggingface.co/h94/IP-Adapter/blob/main/models/image_encoder/pytorch_model.bin) to `models/clip_vision/SD1.5`
* [IP-Adapter (SD1.5)](https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin) to `custom_nodes/IPAdapter-ComfyUI/models`

## <a name="screenshots"></a> Demo and Screenshots
## <a name="screenshots"></a> Screenshots

<img alt="Inpainting on a photo using a realistic model" src="media/screenshot-2.png">

<img alt="Server installation" width="49%" src="media/screenshot-installation.png"> <img alt="Style preset configuraiton" width="49%" src="media/screenshot-style.png">

<img alt="Reworking and adding content to an AI generated image" src="media/screenshot-1.png">

<img alt="Adding detail and iteratively refining small parts of the image" src="media/screenshot-3.png">

<img alt="Server installation" src="media/screenshot-installation.png"> <img alt="Style preset configuraiton" src="media/screenshot-style.png">



## Technology

* Image generation: [Stable Diffusion](https://github.com/Stability-AI/generative-models)
Expand Down

0 comments on commit 67b796b

Please sign in to comment.