Nodes/ComfyUI-MakkiTools/UniversalInstaller(mki-安装Python包)
ComfyUI Node

UniversalInstaller(mki-安装Python包)

Install Python packages dynamically. 动态安装Python包。

By MakkiShizu·Created about a year ago·Updated 6 months ago· 9
UniversalInstaller(mki-安装Python包)
    • STRING
    package_name
    backendpip
    mirror_sourcedefault
    update_if_no_versionfalse
    extra_index_url
    CategoryMakkiTools

    Inputs (5)

    NameTypeDefaultDescription
    package_nameSTRINGThe name of the package to install, such as 'requests' or 'tipo-kgen==0.2.0'. 要安装的包名称,例如'requests'或'tipo-kgen==0.2.0'。
    backendCOMBOpipPackage manager to use 要使用的包管理器
    mirror_sourceCOMBOdefaultSelect the mirror source, use the content in extra_index_url when custom. 选择镜像源,自定义时使用extra_index_url中的内容。
    update_if_no_versionBOOLEANfalseWhen the package name does not specify a version, should the -U parameter be used to update to the latest version. 当包名称未指定版本时,是否应使用-U参数更新到最新版本。
    extra_index_urloptSTRINGAdditional index URLs (e.g., private sources), optional. Only used when 'mirror_source' is set to 'custom'. 附加索引URL(例如私有源),可选。仅在'mirror_source'设置为'custom'时使用。

    Outputs (1)

    NameTypeDescription
    STRINGSTRING