UNPKG

comfyui-node

Version:
10 lines 815 B
/** * Generate a random image generation prompt for testing. */ export declare function promptGenerator(): string; /** * Generate a random prompt specifically for the Anime XL model. Using more anime-focused elements and danbooru-style tags. */ export declare function animeXLPromptGenerator(): string; export declare const NEGATIVE_PROMPT = "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, username, signature, simple background, conjoined,bad ai-generated"; //# sourceMappingURL=prompt-generator.d.ts.map