Skip to content

Commit 7ddf7f0

Browse files
committed
use invoke-ai gfpgan to store weights in right place
1 parent b8de524 commit 7ddf7f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

environments-and-requirements/environment-lin-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- pip:
3232
- dependency_injector==4.40.0
3333
- getpass_asterisk
34-
- gfpgan
3534
- omegaconf==2.1.1
3635
- pyreadline3
3736
- realesrgan
@@ -40,6 +39,7 @@ dependencies:
4039
- git+https://github.com/openai/CLIP.git@main#egg=clip
4140
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
4241
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
42+
- git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan
4343
- -e .
4444
variables:
4545
PYTORCH_ENABLE_MPS_FALLBACK: 1

environments-and-requirements/environment-lin-amd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
- flask_cors==3.0.10
1919
- flask_socketio==5.3.0
2020
- getpass_asterisk
21-
- gfpgan
2221
- imageio-ffmpeg==0.4.2
2322
- imageio==2.9.0
2423
- kornia==0.6.0
@@ -42,4 +41,5 @@ dependencies:
4241
- git+https://github.com/openai/CLIP.git@main#egg=clip
4342
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
4443
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
44+
- git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan
4545
- -e .

environments-and-requirements/environment-lin-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies:
2121
- flask_cors==3.0.10
2222
- flask_socketio==5.3.0
2323
- getpass_asterisk
24-
- gfpgan
2524
- imageio-ffmpeg==0.4.2
2625
- imageio==2.9.0
2726
- kornia==0.6.0
@@ -42,4 +41,5 @@ dependencies:
4241
- git+https://github.com/openai/CLIP.git@main#egg=clip
4342
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
4443
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
44+
- git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan
4545
- -e .

environments-and-requirements/environment-win-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies:
2222
- flask_cors==3.0.10
2323
- flask_socketio==5.3.0
2424
- getpass_asterisk
25-
- gfpgan
2625
- imageio-ffmpeg==0.4.2
2726
- imageio==2.9.0
2827
- kornia==0.6.0
@@ -43,4 +42,5 @@ dependencies:
4342
- git+https://github.com/openai/CLIP.git@main#egg=clip
4443
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
4544
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
45+
- git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan
4646
- -e .

environments-and-requirements/requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ flask_cors==3.0.10
99
flask_socketio==5.3.0
1010
flaskwebgui==0.3.7
1111
getpass_asterisk
12-
gfpgan
1312
huggingface-hub
1413
imageio
1514
imageio-ffmpeg
@@ -34,3 +33,4 @@ transformers==4.21.*
3433
git+https://github.com/openai/CLIP.git@main#egg=clip
3534
git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
3635
git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
36+
git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan

0 commit comments

Comments
 (0)