File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
environments-and-requirements Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 .
4444variables :
4545 PYTORCH_ENABLE_MPS_FALLBACK : 1
Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ flask_cors==3.0.10
99flask_socketio==5.3.0
1010flaskwebgui==0.3.7
1111getpass_asterisk
12- gfpgan
1312huggingface-hub
1413imageio
1514imageio-ffmpeg
@@ -34,3 +33,4 @@ transformers==4.21.*
3433git+https://github.com/openai/CLIP.git@main#egg=clip
3534git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
3635git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
36+ git+https://github.com/invoke-ai/GFPGAN#egg=gfpgan
You can’t perform that action at this time.
0 commit comments