File tree 4 files changed +62
-67
lines changed
4 files changed +62
-67
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- ' main'
6
6
- ' development'
7
- - ' fix-gh-actions-fork'
8
7
pull_request :
9
8
branches :
10
9
- ' main'
Original file line number Diff line number Diff line change @@ -2,15 +2,16 @@ name: invokeai
2
2
channels :
3
3
- pytorch
4
4
- conda-forge
5
+ - defaults
5
6
dependencies :
6
- - python=3.9.*
7
+ - python=3.10
7
8
- pip>=22.2.2
8
9
- cudatoolkit
9
10
- pytorch
10
11
- torchvision
11
- - numpy=1.19
12
- - imageio=2.9.0
13
- - opencv=4.6.0
12
+ - numpy=1.23
13
+ - imageio=2.21
14
+ - opencv=4.6
14
15
- pillow=8.*
15
16
- flask=2.1.*
16
17
- flask_cors=3.0.10
@@ -25,21 +26,18 @@ dependencies:
25
26
- einops=0.3.0
26
27
- kornia=0.6
27
28
- torchmetrics=0.7.0
28
- - transformers=4.21.3
29
+ - transformers=4.23
29
30
- torch-fidelity=0.3.0
30
31
- tokenizers>=0.11.1,!=0.11.3,<0.13
31
32
- pip :
32
33
- getpass_asterisk
33
34
- omegaconf==2.1.1
34
- - realesrgan==0.2.5.0
35
- - test-tube>=0.7.5
36
35
- pyreadline3
37
- - dependency_injector==4.40.0
38
- - -e git+https://github.com/openai/CLIP.git@main#egg=clip
39
- - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
40
- - -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
41
- - -e git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
42
- - -e git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
36
+ - taming-transformers-rom1504
37
+ - test-tube>=0.7.5
38
+ - git+https://github.com/openai/CLIP.git@main#egg=clip
39
+ - git+https://github.com/invoke-ai/k-diffusion.git@mps#egg=k_diffusion
40
+ - git+https://github.com/invoke-ai/Real-ESRGAN.git#egg=realesrgan
41
+ - git+https://github.com/invoke-ai/GFPGAN.git#egg=gfpgan
42
+ - git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
43
43
- -e .
44
- variables :
45
- PYTORCH_ENABLE_MPS_FALLBACK : 1
Original file line number Diff line number Diff line change @@ -2,12 +2,15 @@ name: invokeai
2
2
channels :
3
3
- pytorch
4
4
- conda-forge
5
+ - defaults
5
6
dependencies :
6
- - python=3.9.13
7
- - pip=22.2.2
8
-
9
- - pytorch=1.12.1
10
- - torchvision=0.13.1
7
+ - python=3.10
8
+ - pip>=22.2
9
+ - pytorch=1.12
10
+ - pytorch-lightning=1.7
11
+ - torchvision=0.13
12
+ - torchmetrics=0.10
13
+ - torch-fidelity=0.3
11
14
12
15
# I suggest to keep the other deps sorted for convenience.
13
16
# To determine what the latest versions should be, run:
@@ -17,49 +20,45 @@ dependencies:
17
20
# CONDA_SUBDIR=osx-arm64 conda env create -f environment-mac-updated.yml && conda list -n invokeai-updated | awk ' {print " - " $1 "==" $2;} '
18
21
# ```
19
22
20
- - albumentations=1.2.1
21
- - coloredlogs=15.0.1
22
- - diffusers=0.6.0
23
- - einops=0.4.1
24
- - grpcio=1.46.4
23
+ - albumentations=1.2
24
+ - coloredlogs=15.0
25
+ - diffusers=0.6
26
+ - einops=0.3
27
+ - eventlet
28
+ - grpcio=1.46
29
+ - flask=2.1
30
+ - flask-socketio=5.3
31
+ - flask-cors=3.0
25
32
- humanfriendly=10.0
26
- - imageio=2.21.2
27
- - imageio-ffmpeg=0.4.7
28
- - imgaug=0.4.0
29
- - kornia=0.6.7
30
- - mpmath=1.2.1
31
- - nomkl # arm64 has only 1.0 while x64 needs 3.0
32
- - numpy=1.23.4
33
- - omegaconf=2.1.1
34
- - openh264=2.3.0
35
- - onnx=1.12.0
36
- - onnxruntime=1.12.1
37
- - pudb=2022.1
38
- - pytorch-lightning=1.7.7
39
- - scipy=1.9.3
40
- - streamlit=1.12.2
41
- - sympy=1.10.1
42
- - tensorboard=2.10.0
43
- - torchmetrics=0.10.1
44
- - py-opencv=4.6.0
45
- - flask=2.1.3
46
- - flask-socketio=5.3.0
47
- - flask-cors=3.0.10
48
- - eventlet=0.33.1
49
- - protobuf=3.20.1
50
- - send2trash=1.8.0
51
- - transformers=4.23.1
52
- - torch-fidelity=0.3.0
33
+ - imageio=2.21
34
+ - imageio-ffmpeg=0.4
35
+ - imgaug=0.4
36
+ - kornia=0.6
37
+ - mpmath=1.2
38
+ - nomkl=3
39
+ - numpy=1.23
40
+ - omegaconf=2.1
41
+ - openh264=2.3
42
+ - onnx=1.12
43
+ - onnxruntime=1.12
44
+ - pudb=2019.2
45
+ - protobuf=3.20
46
+ - py-opencv=4.6
47
+ - scipy=1.9
48
+ - streamlit=1.12
49
+ - sympy=1.10
50
+ - send2trash=1.8
51
+ - tensorboard=2.10
52
+ - transformers=4.23
53
53
- pip :
54
54
- getpass_asterisk
55
- - dependency_injector==4.40.0
56
- - realesrgan==0.2.5.0
55
+ - taming-transformers-rom1504
57
56
- test-tube==0.7.5
58
- - -e git+https://github.com/CompVis/taming-transformers .git@master #egg=taming-transformers
59
- - -e git+https://github.com/openai/CLIP .git@main #egg=clip
60
- - -e git+https://github.com/Birch-san/k-diffusion .git@mps #egg=k_diffusion
61
- - -e git+https://github.com/TencentARC /GFPGAN.git#egg=gfpgan
62
- - -e git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
57
+ - git+https://github.com/openai/CLIP .git@main #egg=clip
58
+ - git+https://github.com/invoke-ai/k-diffusion .git@mps #egg=k_diffusion
59
+ - git+https://github.com/invoke-ai/Real-ESRGAN .git#egg=realesrgan
60
+ - git+https://github.com/invoke-ai /GFPGAN.git#egg=gfpgan
61
+ - git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
63
62
- -e .
64
63
variables :
65
64
PYTORCH_ENABLE_MPS_FALLBACK : 1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
- - python> =3.9
7
+ - python=3.10
8
8
- pip=22.2.2
9
9
- numpy=1.23.3
10
10
- torchvision=0.13.1
@@ -33,14 +33,13 @@ dependencies:
33
33
- flask==2.1.3
34
34
- flask_socketio==5.3.0
35
35
- flask_cors==3.0.10
36
- - dependency_injector==4.40.0
37
36
- eventlet
38
37
- getpass_asterisk
39
38
- kornia==0.6.0
39
+ - taming-transformers-rom1504
40
40
- git+https://github.com/openai/CLIP.git@main#egg=clip
41
- - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
42
- - -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
43
- - -e git+https://github.com/invoke-ai/Real-ESRGAN.git#egg=realesrgan
44
- - -e git+https://github.com/invoke-ai/GFPGAN.git#egg=gfpgan
45
- - -e git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
41
+ - git+https://github.com/invoke-ai/k-diffusion.git@mps#egg=k_diffusion
42
+ - git+https://github.com/invoke-ai/Real-ESRGAN.git#egg=realesrgan
43
+ - git+https://github.com/invoke-ai/GFPGAN.git#egg=gfpgan
44
+ - git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
46
45
- -e .
You can’t perform that action at this time.
0 commit comments