AbdBarho
710280c7ab
Update versions ( #120 )
...
- auto:
2995107fa2
- More samplers
- Textual inversion training
- hlky:
1a9c053cb7
- Build times are SLOW
- lstein:
4f247a3672
- Prepare for 2.0 release
- very cool new UI!
2022-10-07 09:46:07 +02:00
AbdBarho
e1e03229fd
Update versions ( #116 )
...
- auto:
1eb588cbf1
- hlky:
1e7bdfe3f3
2022-10-04 19:56:38 +02:00
AbdBarho
14c4b36aff
v2 ( #108 )
...
### Update versions
- auto:
3f417566b0
### 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
AbdBarho
28f171e64d
Update / Disable lstein Temporarily ( #106 )
...
- auto:
f80c3696f6
- model merger now works! the resulting model is saved in
`cache/custom-models`
- hlky:
aaa3be16e0
- lstein:
8c9f2ae705
- This UI has been temporarely disabled due to limitation in the output
path:
8c9f2ae705/backend/modules/create_cmd_parser.py (L26)
2022-09-30 09:37:27 +02:00
AbdBarho
24ecd676ab
Update versions ( #104 )
...
- auto:
15f333a266
- Checkpoint merger NOT WORKING!!!
- hlky:
7bd785d28f
- Streamlit UI still unstable and clunky
2022-09-28 10:18:07 +02:00
AbdBarho
43a5e5e85f
Update versions ( #99 )
...
- auto:
ca3e5519e8
- hlky:
1fd28eed1e
- lstein:
b40bfb5116
2022-09-26 08:31:47 +02:00
AbdBarho
d4874e7c3a
Update versions ( #96 )
...
- auto:
a2bea2f97a
- hlky:
f585ab1923
- New UI is still in works & extremely unstable
- lstein: No new updates, especially not to the UI
2022-09-24 11:10:11 +02:00
AbdBarho
7638fb4e5e
Fix CLIP model caching #88 ( #95 )
...
Refs #88
hacky solution but works for now
2022-09-24 09:57:57 +02:00
AbdBarho
15a61a99d6
Explicit path to GFPGAN model ( #91 )
...
Refs #89
2022-09-23 16:38:50 +02:00
AbdBarho
556a50f49b
Pin transformers version ( #90 )
...
Refs #88
2022-09-23 16:24:14 +02:00
AbdBarho
b899f4e516
Update ( #87 )
...
### Update versions
- auto:
d6fd71f36f
- hlky:
2a911049aa
2022-09-23 10:34:01 +02:00
AbdBarho
a8c85b4699
Update versions ( #86 )
...
- auto:
5a1951f175
- Now with LDSR support
- hlky:
fa6a31b23c
- lstein: prepare for new UI
Closes #85
2022-09-21 19:10:27 +02:00
AbdBarho
83b78fe504
Update versions ( #82 )
...
### Update versions
- auto: dd911a47b3
- hlky: 17748cbc9c
- lstein: 50d607ffea
2022-09-19 22:02:46 +02:00
AbdBarho
84f9cb84e7
Update versions ( #77 )
...
AUTOMATIC1111/stable-diffusion-webui@9e892d9
lstein/stable-diffusion@9bcb0df
transformers==4.22 for caching
Refs #78
2022-09-18 13:49:06 +02:00
AbdBarho
59892da866
Custom Models Auto ( #75 )
2022-09-17 13:44:00 +02:00
AbdBarho
3e0a137c23
Remove outdated ( #69 )
2022-09-15 22:48:38 +02:00
AbdBarho
6ae3473214
Update auto ( #67 )
...
* Update auto
2022-09-15 21:05:31 +02:00
AbdBarho
5d731cb43c
Add gcc ( #66 )
...
* update auto
* add gcc
2022-09-15 20:45:21 +02:00
AbdBarho
c1fa2f1457
Updates & Prepare hlky streamlit ( #59 )
2022-09-14 19:48:00 +02:00
AbdBarho
d8cfdd3af5
Update Versions ( #58 )
...
* Update Versions
2022-09-13 21:40:10 +02:00
AbdBarho
5eae2076ce
Update Automatic ( #55 )
...
* Update Automatic
2022-09-12 22:46:38 +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