ComfyUI Node
UniversalInstaller(mki-安装Python包)
Install Python packages dynamically. 动态安装Python包。
UniversalInstaller(mki-安装Python包)
- STRING
◄package_name►
◄backendpip►
◄mirror_sourcedefault►
◄update_if_no_versionfalse►
◄extra_index_url►
CategoryMakkiTools
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| package_name | STRING | The name of the package to install, such as 'requests' or 'tipo-kgen==0.2.0'. 要安装的包名称,例如'requests'或'tipo-kgen==0.2.0'。 | |
| backend | COMBO | pip | Package manager to use 要使用的包管理器 |
| mirror_source | COMBO | default | Select the mirror source, use the content in extra_index_url when custom. 选择镜像源,自定义时使用extra_index_url中的内容。 |
| update_if_no_version | BOOLEAN | false | When the package name does not specify a version, should the -U parameter be used to update to the latest version. 当包名称未指定版本时,是否应使用-U参数更新到最新版本。 |
| extra_index_urlopt | STRING | Additional index URLs (e.g., private sources), optional. Only used when 'mirror_source' is set to 'custom'. 附加索引URL(例如私有源),可选。仅在'mirror_source'设置为'custom'时使用。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |