mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
diffusers: update to 0.10 (and transformers to 4.25)
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/torch_stable.html
|
--extra-index-url https://download.pytorch.org/whl/torch_stable.html
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu116
|
--extra-index-url https://download.pytorch.org/whl/cu116
|
||||||
--trusted-host https://download.pytorch.org
|
--trusted-host https://download.pytorch.org
|
||||||
accelerate~=0.14
|
accelerate~=0.15
|
||||||
albumentations
|
albumentations
|
||||||
diffusers[torch]~=0.10
|
diffusers[torch]~=0.10
|
||||||
einops
|
einops
|
||||||
|
@ -28,7 +28,7 @@ dependencies:
|
|||||||
- torch-fidelity=0.3.0
|
- torch-fidelity=0.3.0
|
||||||
- torchmetrics=0.7.0
|
- torchmetrics=0.7.0
|
||||||
- torchvision
|
- torchvision
|
||||||
- transformers=4.21.3
|
- transformers~=4.25
|
||||||
- pip:
|
- pip:
|
||||||
- dependency_injector==4.40.0
|
- dependency_injector==4.40.0
|
||||||
- getpass_asterisk
|
- getpass_asterisk
|
||||||
|
@ -11,7 +11,7 @@ dependencies:
|
|||||||
- --extra-index-url https://download.pytorch.org/whl/rocm5.2/
|
- --extra-index-url https://download.pytorch.org/whl/rocm5.2/
|
||||||
- albumentations==0.4.3
|
- albumentations==0.4.3
|
||||||
- dependency_injector==4.40.0
|
- dependency_injector==4.40.0
|
||||||
- diffusers~=0.9
|
- diffusers~=0.10
|
||||||
- einops==0.3.0
|
- einops==0.3.0
|
||||||
- eventlet
|
- eventlet
|
||||||
- flask==2.1.3
|
- flask==2.1.3
|
||||||
@ -39,7 +39,7 @@ dependencies:
|
|||||||
- torchaudio
|
- torchaudio
|
||||||
- torchmetrics==0.7.0
|
- torchmetrics==0.7.0
|
||||||
- torchvision
|
- torchvision
|
||||||
- transformers==4.21.3
|
- transformers~=4.25
|
||||||
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
||||||
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
||||||
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
||||||
|
@ -15,7 +15,7 @@ dependencies:
|
|||||||
- accelerate~=0.13
|
- accelerate~=0.13
|
||||||
- albumentations==0.4.3
|
- albumentations==0.4.3
|
||||||
- dependency_injector==4.40.0
|
- dependency_injector==4.40.0
|
||||||
- diffusers~=0.9
|
- diffusers~=0.10
|
||||||
- einops==0.3.0
|
- einops==0.3.0
|
||||||
- eventlet
|
- eventlet
|
||||||
- flask==2.1.3
|
- flask==2.1.3
|
||||||
@ -39,7 +39,7 @@ dependencies:
|
|||||||
- test-tube>=0.7.5
|
- test-tube>=0.7.5
|
||||||
- torch-fidelity==0.3.0
|
- torch-fidelity==0.3.0
|
||||||
- torchmetrics==0.7.0
|
- torchmetrics==0.7.0
|
||||||
- transformers==4.21.3
|
- transformers=~4.25
|
||||||
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
||||||
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
||||||
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
||||||
|
@ -22,7 +22,7 @@ dependencies:
|
|||||||
|
|
||||||
- albumentations=1.2
|
- albumentations=1.2
|
||||||
- coloredlogs=15.0
|
- coloredlogs=15.0
|
||||||
- diffusers~=0.9
|
- diffusers~=0.10
|
||||||
- einops=0.3
|
- einops=0.3
|
||||||
- eventlet
|
- eventlet
|
||||||
- grpcio=1.46
|
- grpcio=1.46
|
||||||
@ -49,7 +49,7 @@ dependencies:
|
|||||||
- sympy=1.10
|
- sympy=1.10
|
||||||
- send2trash=1.8
|
- send2trash=1.8
|
||||||
- tensorboard=2.10
|
- tensorboard=2.10
|
||||||
- transformers=4.23
|
- transformers=~4.25
|
||||||
- pip:
|
- pip:
|
||||||
- getpass_asterisk
|
- getpass_asterisk
|
||||||
- picklescan
|
- picklescan
|
||||||
|
@ -15,7 +15,7 @@ dependencies:
|
|||||||
- albumentations==0.4.3
|
- albumentations==0.4.3
|
||||||
- basicsr==1.4.1
|
- basicsr==1.4.1
|
||||||
- dependency_injector==4.40.0
|
- dependency_injector==4.40.0
|
||||||
- diffusers~=0.9
|
- diffusers~=0.10
|
||||||
- einops==0.3.0
|
- einops==0.3.0
|
||||||
- eventlet
|
- eventlet
|
||||||
- flask==2.1.3
|
- flask==2.1.3
|
||||||
@ -39,7 +39,7 @@ dependencies:
|
|||||||
- test-tube>=0.7.5
|
- test-tube>=0.7.5
|
||||||
- torch-fidelity==0.3.0
|
- torch-fidelity==0.3.0
|
||||||
- torchmetrics==0.7.0
|
- torchmetrics==0.7.0
|
||||||
- transformers==4.21.3
|
- transformers~=4.25
|
||||||
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
- git+https://github.com/openai/CLIP.git@main#egg=clip
|
||||||
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
|
- git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
|
||||||
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
- git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# pip will resolve the version which matches torch
|
# pip will resolve the version which matches torch
|
||||||
albumentations
|
albumentations
|
||||||
dependency_injector==4.40.0
|
dependency_injector==4.40.0
|
||||||
diffusers[torch]~=0.9
|
diffusers[torch]~=0.10
|
||||||
einops
|
einops
|
||||||
eventlet
|
eventlet
|
||||||
facexlib
|
facexlib
|
||||||
@ -31,7 +31,7 @@ taming-transformers-rom1504
|
|||||||
test-tube>=0.7.5
|
test-tube>=0.7.5
|
||||||
torch-fidelity
|
torch-fidelity
|
||||||
torchmetrics
|
torchmetrics
|
||||||
transformers~=4.24
|
transformers~=4.25
|
||||||
picklescan
|
picklescan
|
||||||
# git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.1#egg=gfpgan ; platform_system == 'Windows'
|
# git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.1#egg=gfpgan ; platform_system == 'Windows'
|
||||||
git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.2#egg=gfpgan ; platform_system != 'Windows'
|
git+https://github.com/invoke-ai/GFPGAN@basicsr-1.4.2#egg=gfpgan ; platform_system != 'Windows'
|
||||||
|
Reference in New Issue
Block a user