mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-03 15:33:50 +08:00
14 lines
326 B
TOML
14 lines
326 B
TOML
[project]
|
|
name = "comfyui-toolkit-conda-sealed-worker"
|
|
version = "0.1.0"
|
|
dependencies = ["xarray", "cfgrib"]
|
|
|
|
[tool.comfy.isolation]
|
|
can_isolate = true
|
|
share_torch = false
|
|
package_manager = "conda"
|
|
execution_model = "sealed_worker"
|
|
standalone = true
|
|
conda_channels = ["conda-forge"]
|
|
conda_dependencies = ["eccodes", "cfgrib"]
|