Update to Comfy 0.3.64
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
av
|
av
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
soundfile
|
soundfile
|
||||||
|
kornia
|
||||||
]
|
]
|
||||||
));
|
));
|
||||||
in rec {
|
in rec {
|
||||||
@@ -50,7 +51,7 @@
|
|||||||
src = pkgs.fetchPypi {
|
src = pkgs.fetchPypi {
|
||||||
pname = "comfyui_frontend_package";
|
pname = "comfyui_frontend_package";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-8HrnNEO5rOuUez1MEzWUOJ512nraRTfH+BRJD5PwMfg=";
|
sha256 = "sha256-KUfKv82V+kmHlNfu/Z0cTMTefDIOIqopFrJfvLm4DH4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@@ -67,7 +68,7 @@
|
|||||||
src = pkgs.fetchPypi {
|
src = pkgs.fetchPypi {
|
||||||
pname = "comfyui_workflow_templates";
|
pname = "comfyui_workflow_templates";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-dt8IbxOzNIZi36eAjVjcoPIXwaVkLjI2VUixIoIWXBo=";
|
sha256 = "sha256-xkOm/IFRV9wsxjthlFT4aGVYki/rudDFRxCFNrobQXI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@@ -118,6 +119,7 @@
|
|||||||
ps.av
|
ps.av
|
||||||
ps.sqlalchemy
|
ps.sqlalchemy
|
||||||
ps.soundfile
|
ps.soundfile
|
||||||
|
ps.kornia
|
||||||
packages.comfyui_frontend
|
packages.comfyui_frontend
|
||||||
packages.comfyui_workflow
|
packages.comfyui_workflow
|
||||||
packages.comfyui_embedded_docs
|
packages.comfyui_embedded_docs
|
||||||
|
|||||||
Reference in New Issue
Block a user