Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Sep 23, 2023
1 parent 03d336a commit 514471f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The plugin comes with an integrated installer for the Stable Diffusion backend.

* Windows or Linux (MacOS is untested)
* NVIDIA graphics card with 6+ GB VRAM is recommended (CPU is supported, but slow)
* _On Linux:_ Python and pip must be installed (available via package manager)
* _On Linux:_ Python + venv must be installed (available via package manager, eg. `apt install python3-venv`)

### Installation

Expand All @@ -65,7 +65,7 @@ To use an external installation, the following extensions and models are require
* [External tooling nodes](https://github.com/Acly/comfyui-tooling-nodes)
* Model files (paths are relative to ComfyUI install folder):
* [ControlNet inpaint](https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_inpaint_fp16.safetensors) to `models/controlnet`
* [Clip-Vision (SD1.5)](https://huggingface.co/h94/IP-Adapter/blob/main/models/image_encoder/pytorch_model.bin) to `models/clip_vision/SD1.5`
* [Clip-Vision (SD1.5)](https://huggingface.co/h94/IP-Adapter/resolve/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`
* [NMKD Superscale SP_178000_G](https://huggingface.co/gemasai/4x_NMKD-Superscale-SP_178000_G/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth) to `models/upscale_models`

Expand Down
2 changes: 1 addition & 1 deletion ai_diffusion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Generative AI plugin for Krita using Stable Diffusion"""

__version__ = "1.0.2"
__version__ = "1.1.0"

from . import util
from .settings import Settings, Setting, settings, PerformancePreset, ServerBackend, ServerMode
Expand Down

0 comments on commit 514471f

Please sign in to comment.