Rename UNETLoader node to "Load Diffusion Model".
This commit is contained in:
parent
d7430a1651
commit
b4f6ebb2e8
1
nodes.py
1
nodes.py
|
@ -1847,6 +1847,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||
"StyleModelLoader": "Load Style Model",
|
||||
"CLIPVisionLoader": "Load CLIP Vision",
|
||||
"UpscaleModelLoader": "Load Upscale Model",
|
||||
"UNETLoader": "Load Diffusion Model",
|
||||
# Conditioning
|
||||
"CLIPVisionEncode": "CLIP Vision Encode",
|
||||
"StyleModelApply": "Apply Style Model",
|
||||
|
|
Loading…
Reference in New Issue