ComfyUI Node
RealRestorer Model Loader
Loads a RealRestorer model bundle. Place the HuggingFace model files in: ComfyUI/models/RealRestorer/ Download from: https://huggingface.co/RealRestorer/RealRestorer Expected layout: transformer/, vae/, text_encoder/, processor/ subdirectories.
RealRestorer Model Loader
- RR_Model
◄model(no model found)►
◄precisionbfloat16►
◄keep_model_loadedtrue►
CategoryRealRestorer
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | (no model found) | Select the RealRestorer model to load. Place the HuggingFace download in ComfyUI/models/RealRestorer/. The folder should contain transformer/, vae/, and text_encoder/ subdirectories. |
| precision | COMBO | bfloat16 | Model weight precision. bfloat16 is recommended (paper default). float16 uses slightly less VRAM but may reduce quality. |
| keep_model_loaded | BOOLEAN | true | Keep the model in memory between runs. Disable to free VRAM after each queue execution, at the cost of reloading on the next run. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| RR_Model | RR_MODEL | — |