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

Add GLIGEN example to README.

This commit is contained in:
comfyanonymous
2023-04-20 17:30:10 -04:00
parent 96b57a9ad6
commit 31e60adb28
2 changed files with 3 additions and 2 deletions

View File

@@ -498,7 +498,7 @@ class GLIGENLoader:
RETURN_TYPES = ("GLIGEN",)
FUNCTION = "load_gligen"
CATEGORY = "_for_testing/gligen"
CATEGORY = "loaders"
def load_gligen(self, gligen_name):
gligen_path = folder_paths.get_full_path("gligen", gligen_name)
@@ -520,7 +520,7 @@ class GLIGENTextBoxApply:
RETURN_TYPES = ("CONDITIONING",)
FUNCTION = "append"
CATEGORY = "_for_testing/gligen"
CATEGORY = "conditioning/gligen"
def append(self, conditioning_to, clip, gligen_textbox_model, text, width, height, x, y):
c = []