Nodes/ComfyUI-RemoveBackground_SET/Load PDFNet model by name
ComfyUI Node

Load PDFNet model by name

Auto download PDFNet model to models/rembg

By set-soft·Created 12 months ago·Updated 8 months ago· 18
Load PDFNet model by name
    • model
    • train_w
    • train_h
    • norm_params
    model_name
    device
    dtypeAUTO
    CategoryRemBG_SET/Load

    Inputs (3)

    NameTypeDefaultDescription
    model_nameCOMBOThe name of the model, from the list of known models of this type
    deviceCOMBODevice where the model will be run
    dtypeoptCOMBOAUTOData type used for inference. `AUTO` means the same as the model on disk.Using a smaller size will save resources, but might degradate the results.

    Outputs (4)

    NameTypeDescription
    modelSET_REMBGThe remove background model ready to be used in a processing node
    train_wINTWidth of the images used to train this model
    train_hINTHeight of the images used to train this model
    norm_paramsNORM_PARAMSNormalization parameters for the input images. This is needed only for advanced use when you want to manually pre-process the images. The `Arbitrary Normalize` node from `Image Misc` can use these parameters to apply the correct normalization.