124 Commits

Author SHA1 Message Date
AbdBarho 49ad173e95 Bump Versions (#171)
- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/df0a1f83815c771246a7b1bca85d63feaefad8d1
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/bb7fce1a871cc434145d5a2114e5d70cbdafa34d
- lstein:
https://github.com/invoke-ai/InvokeAI/commit/3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
2022-10-24 22:17:51 +02:00
AbdBarho 3c544dd7f4 SD 1.5 (#164)
### Update versions

- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/f49c08ea566385db339c6628f65c3a121033f67c
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/8d1e42b9c50c747d056b0a98f3c2eb7652fb73a7
- lstein:
https://github.com/invoke-ai/InvokeAI/commit/554445a985d970200095bbcb109273a49c462682
2022-10-22 10:44:39 +02:00
AbdBarho 111825ac25 xformers for auto (#136)
Closes #128
2022-10-16 16:35:14 +02:00
AbdBarho c1e13867d9 Update versions (#146)
- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/36a0ba357ab0742c3c4a28437b68fb29a235afbe
  - History tab should be working, closes #138 
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/bd57d22f2e0ec7eed084bdf2a4c0dcc0ed745daf
- experimental support for the streamlit UI, use the env var
`USE_STREAMLIT`, see the `docker-compose.yml` file, closes #105
  - Don't create issues if it fails, it is still very early in dev.
2022-10-16 16:27:20 +02:00
AbdBarho 3682303355 Update (#139)
### Update versions

- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/03d62538aebeff51713619fe808c953bdb70193d
  - History Tab IS NOT WORKING YET! #138 
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/fd51bab1ec03543eb57faa954caab879ef2bafe7
- lstein:
https://github.com/invoke-ai/InvokeAI/commit/fe2a2cfc8b6156805c420c026c5ef8bbb256899e

Closes #102 the config file has been moved to `data/config/auto`
2022-10-14 22:42:34 +02:00
Mou Lai 402c691a49 Fix & Update to use lstein (#131)
1. Update `docker-compose.yml`: use `PRELOAD=true` for lstein. See the
[note](https://github.com/invoke-ai/InvokeAI/blob/94bad8555a8832eca01ed7da6797f65cf6bb9cfb/docs/installation/INSTALL_LINUX.md?plain=1#L60)
in the installation guide of InvokeAI.
3. Fix `services/lstein/mount.sh`: change `CodeFormer` to `Codeformer`.
4. Update `services/lstein/mount.sh`: avoid having to re-download the
`${PWD}/gfpgan/weights/...` every time the container is started.
2022-10-14 15:52:01 +02:00
AbdBarho 14c4b36aff v2 (#108)
### Update versions
- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/3f417566b0bda8eab05d247567aebf001c1d1725

### Breaking changes:
* renamed `automatic-1111` service to `auto`
* the `cache` folder is now deprecated, replaced with `data` (see
migration guide below)
* `embeddings` folder has been moved to `data/embeddings`
* use GFPGAN 1.4

### Migration Guide

Note: in theory, running the command 
```
docker compose --profile download up --build
```
is all you need to use the new version, however, this means you will
also have to download everything again. A new script is available under
`scripts/migratev1tov2.sh` that will copy models to the new structure
and should get you most of the way, run
```bash
./scripts/migratev1tov2.sh
```
or you can manually inspect the script and copy the files

After that, run
```
docker compose --profile download up --build
```
to validate everything.
2022-10-01 12:57:53 +02:00
Rafael Goes 5bbc21ea3d Adding embeddings volume for auto textual inversion (#98)
Adding embeddings volume mapping for AUTOMATIC1111, enabling textual
inversion feature. As discussed in #93
2022-09-25 18:56:38 +02:00
AbdBarho a8c85b4699 Update versions (#86)
- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/5a1951f17567022612aef5302fb650923a06fb54
  - Now with LDSR support
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/fa6a31b23c38b41541ed9af19201e6f8355ac165
- lstein: prepare for new UI

Closes #85
2022-09-21 19:10:27 +02:00
AbdBarho 83b78fe504 Update versions (#82)
### Update versions

- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/dd911a47b3c3313b3938b700eb26cbd5bb3e1c95
- hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/17748cbc9c34df44d0381c42e4f0fe1903089438
- lstein: https://github.com/lstein/stable-diffusion/commit/50d607ffea3734072a80e38b09ba0c3758af5d40
2022-09-19 22:02:46 +02:00
AbdBarho aae83bb8f2 Update lstein to dev branch (#73) 2022-09-16 16:40:20 +02:00
AbdBarho 725e1f39ba Update (#54)
* Update hlky

* Update auto
2022-09-12 22:21:03 +02:00
AbdBarho ab651fe0d7 Major refactor (#49)
* update folders

* Update CI

* Update CI

* Unify base docker images

* Remove dead config

* Update permissions

* Remove CPU Hack

* Update hlky

* Add Download Service

* Adapt services

* executable

* remove buggy parameter

* rename to SHA

* Update README
2022-09-11 20:18:50 +02:00
AbdBarho f76f8d4671 Update Versions (#45)
* Update Automatic to 1b963c20

* Update hlky to dev branch

* Update automatic
2022-09-11 05:25:45 +02:00
AbdBarho 4d9fc381bb Remove restart on failure (#41) 2022-09-07 22:38:02 +02:00
AbdBarho ccc7306f48 Add AUTOMATIC1111 and lstein WebUIs (#32)
* Lstein

* Add AUTOMATIC1111 and lstein UIs

* Update Workflow
2022-09-05 19:51:22 +02:00
AbdBarho 082876aab3 SHA as Build ARG (#30) 2022-09-04 09:12:07 +02:00
Abdullah Barhoum 19f9402076 Update Core to fe76828926653f979263b4c9d0bf7acc75f4aad2 2022-08-30 21:40:02 +02:00
Abdullah Barhoum eef83a318c Move GFPGAN to GPU 2022-08-30 18:56:46 +02:00
Abdullah Barhoum b3fa72a614 Update UI & Core 2022-08-28 18:41:54 +02:00
Abdullah Barhoum 43492b0ba1 Update UI to 3389056 2022-08-28 09:34:56 +02:00
Abdullah Barhoum 28fbfe4aa8 Update UI to 82770bac 2022-08-27 18:09:02 +01:00
Abdullah Barhoum f71399c51d Update to UI to b2dc453 2022-08-27 16:25:50 +01:00
Abdullah Barhoum 412998e798 Initial 2022-08-27 12:38:12 +01:00