Skip to content

Commit b5c1127

Browse files
robinjhuangclaude
andcommitted
Add folder location info to loader node documentation
Added folder path information to UnetLoader and DualClipLoader nodes to help users understand where these nodes detect models from. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 390a033 commit b5c1127

File tree

2 files changed

+4
-0
lines changed
  • comfyui_embedded_docs/docs

2 files changed

+4
-0
lines changed

comfyui_embedded_docs/docs/DualClipLoader/en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
The DualCLIPLoader node is designed for loading two CLIP models simultaneously, facilitating operations that require the integration or comparison of features from both models.
22

3+
This node will detect models located in the `ComfyUI/models/text_encoders` folder.
4+
35
## Inputs
46

57
| Parameter | Comfy dtype | Description |

comfyui_embedded_docs/docs/UnetLoader/en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
The UNETLoader node is designed for loading U-Net models by name, facilitating the use of pre-trained U-Net architectures within the system.
33

4+
This node will detect models located in the `ComfyUI/models/diffusion_models` folder.
5+
46
## Inputs
57

68
| Parameter | Data Type | Description |

0 commit comments

Comments
 (0)