INNER CODE UNIT · Python

INPUT_TYPES

CYBERGEM777/HIDEAGEM · extras/ComfyUI/HIDEAGEM_NODES.py:104

    def INPUT_TYPES(s):
        return {
            "required": {
                "gem_image": ("IMAGE",),
                "password": ("STRING", {
                    "multiline": False, #True if you want the field to look like the one on the ClipTextEncode node
                    "default": ""
                }),

                "time_trap": (["disable", "enable"],),

                "output_directory": ("STRING", {
                    "multiline": False, #True if you want the field to look like the one on the ClipTextEncode node
                    "default": ""
                }),
            },
        }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…