Skip to content

Commit 5d5f155

Browse files
authored
Add diffusionkit into setup.py
Adds diffusionkit to package installation dependency to avoid erroring out when converting UNet.
1 parent 70cfcce commit 5d5f155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"invisible-watermark",
2727
"safetensors",
2828
"matplotlib",
29+
"diffusionkit",
2930
],
3031
packages=find_packages(),
3132
classifiers=[

0 commit comments

Comments
 (0)