There was an error while loading. Please reload this page.
1 parent 00ba7ea commit ead09e2Copy full SHA for ead09e2
1 file changed
pyproject.toml
@@ -32,18 +32,22 @@ dependencies = [
32
"transformers>=4.53.3",
33
]
34
optional-dependencies.ci = [
35
+ "accelerate==1.9",
36
"controlnet-aux==0.0.10",
37
"datasets==3.6",
38
"diffusers @ git+https://github.com/huggingface/diffusers@041501a",
39
"facexlib==0.3",
40
+ "huggingface-hub==0.34",
41
"image-gen-aux @ git+https://github.com/asomoza/image_gen_aux.git",
42
"insightface==0.7.3",
43
"onnxruntime==1.22.1",
44
"opencv-python==4.11.0.86",
45
+ "peft==0.17",
46
"pytest==8.4.2",
47
"pytest-rerunfailures==16.0.1",
48
"timm==1.0.19",
49
"torchmetrics==1.8",
50
+ "transformers==4.53.3",
51
52
53
optional-dependencies.demo = [
0 commit comments