Upload 2 files
Browse files- handler.py +2 -0
- 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
|