Skip to content

Commit

Permalink
[projects][invokeai] Add InvokeAI
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Jul 27, 2024
1 parent 4450c5d commit 6408517
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
LiveCD distribution based on [ArchLinux](https://archlinux.org/) and currently includes the following projects preinstalled, along with their dependencies:
* [automatic](https://github.com/vladmandic/automatic)
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
* [InvokeAI](https://github.com/invoke-ai/InvokeAI)
* [llama.cpp](https://github.com/ggerganov/llama.cpp)
* [SillyTavern](https://github.com/SillyTavern/SillyTavern)
* [vllm](https://github.com/vllm-project/vllm)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu

{% if platform == "cuda" %}
# install invokeai
pipx install InvokeAI
{% endif %}

0 comments on commit 6408517

Please sign in to comment.