File tree 5 files changed +0
-123
lines changed
5 files changed +0
-123
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
profile :
16
16
- auto
17
- - invoke
18
17
- comfy
19
18
- download
20
19
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ This repository provides multiple UIs for you to play around with stable diffusi
18
18
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
19
19
| ![ ] ( 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 ) |
20
20
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
-
29
21
### [ ComfyUI] ( https://github.com/comfyanonymous/ComfyUI )
30
22
31
23
[ Full feature list here] ( https://github.com/comfyanonymous/ComfyUI#features ) , Screenshot:
Original file line number Diff line number Diff line change @@ -38,22 +38,6 @@ services:
38
38
environment :
39
39
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
40
40
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
-
57
41
comfy : &comfy
58
42
<< : *base_service
59
43
profiles : ["comfy"]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments