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

improve: add descriptions for clip loaders (#5576)

This commit is contained in:
Dr.Lt.Data
2024-11-11 19:37:23 +09:00
committed by GitHub
parent 8b275ce5be
commit 2d28b0b479
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ class TripleCLIPLoader:
CATEGORY = "advanced/loaders"
DESCRIPTION = "[Recipes]\n\nsd3: clip-l, clip-g, t5"
def load_clip(self, clip_name1, clip_name2, clip_name3):
clip_path1 = folder_paths.get_full_path_or_raise("text_encoders", clip_name1)
clip_path2 = folder_paths.get_full_path_or_raise("text_encoders", clip_name2)