1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Make the SD3 controlnet node the default one.

This commit is contained in:
comfyanonymous
2024-09-21 01:32:46 -04:00
parent 38c69080c7
commit a355f38ecc
2 changed files with 3 additions and 3 deletions

View File

@@ -103,5 +103,5 @@ NODE_CLASS_MAPPINGS = {
NODE_DISPLAY_NAME_MAPPINGS = {
# Sampling
"ControlNetApplySD3": "ControlNetApply SD3 and HunyuanDiT",
"ControlNetApplySD3": "Apply Controlnet",
}