mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-02 23:13:42 +08:00
12 lines
235 B
TOML
12 lines
235 B
TOML
[project]
|
|
name = "comfyui-toolkit-uv-sealed-worker"
|
|
version = "0.1.0"
|
|
dependencies = ["boltons"]
|
|
|
|
[tool.comfy.isolation]
|
|
can_isolate = true
|
|
share_torch = false
|
|
package_manager = "uv"
|
|
execution_model = "sealed_worker"
|
|
standalone = true
|