Skip to content

Commit

Permalink
prepare the foundation for ComfyDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Aug 10, 2024
1 parent 505167e commit 1cf4b30
Show file tree
Hide file tree
Showing 15 changed files with 211 additions and 157 deletions.
183 changes: 73 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"electron:make": "npm run build && electron-forge make"
},
"dependencies": {
"@aitube/broadway": "0.2.0",
"@aitube/clap": "0.2.0",
"@aitube/clapper-services": "0.2.0-3",
"@aitube/engine": "0.2.0-1",
"@aitube/timeline": "0.2.0",
"@aitube/broadway": "0.2.1",
"@aitube/clap": "0.2.1",
"@aitube/clapper-services": "0.2.1",
"@aitube/engine": "0.2.1",
"@aitube/timeline": "0.2.1",
"@fal-ai/serverless-client": "^0.13.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@gradio/client": "^1.5.0",
"@huggingface/hub": "^0.15.1",
"@huggingface/inference": "^2.8.0",
"@langchain/anthropic": "^0.2.12",
"@langchain/cohere": "^0.2.1",
"@langchain/core": "^0.2.20",
"@langchain/google-vertexai": "^0.0.21",
"@langchain/groq": "^0.0.15",
"@langchain/mistralai": "^0.0.27",
"@langchain/openai": "^0.2.5",
"@langchain/anthropic": "^0.2.14",
"@langchain/cohere": "^0.2.2",
"@langchain/core": "^0.2.23",
"@langchain/google-vertexai": "^0.0.25",
"@langchain/groq": "^0.0.16",
"@langchain/mistralai": "^0.0.28",
"@langchain/openai": "^0.2.6",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
Expand Down Expand Up @@ -91,6 +91,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"comfydeploy": "^0.0.19-beta.13",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"fflate": "^0.8.2",
Expand Down
Loading

0 comments on commit 1cf4b30

Please sign in to comment.