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

Load DiffDIS model by name

Auto download DiffDIS model to models/rembg

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

Inputs (5)

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.
vaeoptVAESD Turbo VAE for DiffDIS
positiveoptCONDITIONINGExperimental for DiffDIS

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.