hysts HF staff commited on
Commit
745d6ba
1 Parent(s): aee5d7e

Use the latest diffusers to avoid errors

Browse files

Recently, the model repo was updated
https://huggingface.co/thu-ml/unidiffuser-v1/commit/c70d4103763c0852ede8b83d9c5893e9846be7a2
for this PR https://github.com/huggingface/diffusers/pull/4948
but it's not released yet, so this Space is broken for now.

It can be fixed by pinning the old version of model as well, but here
we just install the latest diffusers instead.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  accelerate==0.23.0
2
- diffusers==0.21.4
3
  gradio==3.47.1
4
  spaces==0.16.1
5
  torch==2.0.0
 
1
  accelerate==0.23.0
2
+ git+https://github.com/huggingface/diffusers@b4cbbd5
3
  gradio==3.47.1
4
  spaces==0.16.1
5
  torch==2.0.0