English
Inference Endpoints
John6666 commited on
Commit
f992f08
·
verified ·
1 Parent(s): 80be6d9

Upload 2 files

Browse files
Files changed (2) hide show
  1. handler.py +2 -0
  2. requirements.txt +1 -1
handler.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import os
2
  from typing import Any, Dict
3
 
 
1
+ # https://github.com/sayakpaul/diffusers-torchao
2
+
3
  import os
4
  from typing import Any, Dict
5
 
requirements.txt CHANGED
@@ -2,7 +2,7 @@ huggingface_hub
2
  torch==2.4.0
3
  torchvision
4
  torchao==0.9.0
5
- diffusers
6
  peft
7
  accelerate
8
  transformers
 
2
  torch==2.4.0
3
  torchvision
4
  torchao==0.9.0
5
+ diffusers==0.32.2
6
  peft
7
  accelerate
8
  transformers