INNER CODE UNIT · Python

HideAGem_FindGems

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

class HideAGem_FindGems:
    
    @classmethod
    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…