OnyxMunk commited on
Commit
02a4fc6
·
1 Parent(s): b07a487

fix: pin diffusers to commit with torchao logger fix

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -6,7 +6,8 @@ torch>=2.5.0
6
  torchvision
7
  torchaudio
8
  transformers>=4.51.0,<4.58.0
9
- diffusers
 
10
  gradio==6.2.0
11
  matplotlib>=3.7.5
12
  scipy>=1.10.1
 
6
  torchvision
7
  torchaudio
8
  transformers>=4.51.0,<4.58.0
9
+ # Pin to commit with torchao quantizer logger fix (NameError); 0.36.0 has bug
10
+ diffusers @ git+https://github.com/huggingface/diffusers.git@1cdb8723b85f1b427031e390e0bd0bebfe92454e
11
  gradio==6.2.0
12
  matplotlib>=3.7.5
13
  scipy>=1.10.1