Skip to content

Commit a71bf75

Browse files
committed
Fix to missing dependencies on Windows.
1 parent 39e818a commit a71bf75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/realtime-img2img/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
diffusers==0.35.0
2-
transformers==4.56.0
3-
peft==0.18.0
2+
transformers==4.55.4
3+
peft==0.17.1
44
accelerate==1.10.0
5-
huggingface_hub==0.35.0
5+
huggingface_hub==0.34.4
66
fastapi==0.115.0
77
uvicorn[standard]==0.32.0
8-
Pillow==10.5.0
8+
Pillow==10.4.0
99
compel==2.0.2
1010
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
1111
markdown2

0 commit comments

Comments
 (0)