mkshing hysts HF staff commited on
Commit
d752ffb
1 Parent(s): 93896d2

Fix ZeroGPU related error (#6)

Browse files

- Fix ZeroGPU related error (4ea75e997d659ccd43c42bce139407b449d29a3d)


Co-authored-by: hysts <hysts@users.noreply.huggingface.co>

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch
2
- torchvision
3
 
4
  accelerate==0.32.0
5
  diffusers==0.29.2
 
1
+ torch==2.2.0
2
+ torchvision==0.17.0
3
 
4
  accelerate==0.32.0
5
  diffusers==0.29.2