Skip to content

Commit 802d0bc

Browse files
authored
Remove invoke (#705)
The invoke team already maintains a docker setup for their service, this copy here was maybe relevant 2 years ago when all of this started, but I don't think it makes sense anymore. Refer to invoke's docs to install using docker https://invoke-ai.github.io/InvokeAI/installation/040_INSTALL_DOCKER/
1 parent b1a26b8 commit 802d0bc

File tree

5 files changed

+0
-123
lines changed

5 files changed

+0
-123
lines changed

.github/workflows/docker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
profile:
1616
- auto
17-
- invoke
1817
- comfy
1918
- download
2019
runs-on: ubuntu-latest

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ This repository provides multiple UIs for you to play around with stable diffusi
1818
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
1919
| ![](https://user-images.githubusercontent.com/24505302/189541954-46afd772-d0c8-4005-874c-e2eca40c02f2.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541956-5b528de7-1b5d-479f-a1db-d3f5a53afc59.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541957-cf78b352-a071-486d-8889-f26952779a61.jpg) |
2020

21-
### [InvokeAI](https://github.com/invoke-ai/InvokeAI)
22-
23-
[Full feature list here](https://github.com/invoke-ai/InvokeAI#features), Screenshots:
24-
25-
| Text to image | Image to image | Extras |
26-
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
27-
| ![](https://user-images.githubusercontent.com/24505302/195158552-39f58cb6-cfcc-4141-9995-a626e3760752.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158553-152a0ab8-c0fd-4087-b121-4823bcd8d6b5.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158548-e118206e-c519-4915-85d6-4c248eb10fc0.jpg) |
28-
2921
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
3022

3123
[Full feature list here](https://github.com/comfyanonymous/ComfyUI#features), Screenshot:

docker-compose.yml

-16
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ services:
3838
environment:
3939
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
4040

41-
invoke: &invoke
42-
<<: *base_service
43-
profiles: ["invoke"]
44-
build: ./services/invoke/
45-
image: sd-invoke:31
46-
environment:
47-
- PRELOAD=true
48-
- CLI_ARGS=--xformers
49-
50-
# invoke-cpu:
51-
# <<: *invoke
52-
# profiles: ["invoke-cpu"]
53-
# environment:
54-
# - PRELOAD=true
55-
# - CLI_ARGS=--always_use_cpu
56-
5741
comfy: &comfy
5842
<<: *base_service
5943
profiles: ["comfy"]

services/invoke/Dockerfile

-53
This file was deleted.

services/invoke/entrypoint.sh

-45
This file was deleted.

0 commit comments

Comments
 (0)