Inline JSON configuration

#10
by adamelliotfields - opened

Currently [[]] is for arrays and ____ is for wildcards. See if {{}} would work for inline JSON for generation parameters. For example, putting {{"seed":42}} anywhere in the prompt would override the seed from the UI. Parse arrays first, so you can do [[{{"seed":42}},{{"seed":84}}]]. Support inference_steps, guidance_scale, tgate_step, deepcache_interval, tome_ratio, scheduler, karras, height, width, seed, num_images, increment_seed, clip_skip, and truncate_prompts.

This was a neat idea, but this sort of scripting is what CLIs are for.

adamelliotfields changed discussion status to closed

Sign up or log in to comment