unprompted icon indicating copy to clipboard operation
unprompted copied to clipboard

Is it possible to set a Automatic1111 WebUI custom script (specifically the X/Y/Z plot) and its arguments with [set]?

Open Schwaitz opened this issue 2 years ago • 0 comments

I was looking through the Automatic1111 WebUI's modules/processing.py file for variables to access for it. I found "scripts" and "script_args" variables, but nothing I've tried seems to be working. Anyone else have any luck with this?

As a side note, here's a list of variables I found from that file: outpath_samples, outpath_grids, prompt, prompt_for_display, negative_prompt, styles, seed, subseed, subseed_strength, seed_resize_from_h, seed_resize_from_w, sampler_name, batch_size, n_iter, steps, cfg_scale, width, height, restore_faces, tiling, do_not_save_samples, do_not_save_grid, extra_generation_params, overlay_images, eta, do_not_reload_embeddings, paste_to, color_corrections, denoising_strength, sampler_noise_scheduler_override, ddim_discretize, s_churn, s_tmin, s_tmax, s_noise, override_settings, override_settings_restore_afterwards, is_using_inpainting_conditioning, disable_extra_networks, subseed, subseed_strength, seed_resize_from_h, seed_resize_from_w, scripts, script_args, all_prompts, all_negative_prompts, all_seeds, all_subseeds, iteration

Schwaitz avatar Feb 25 '23 18:02 Schwaitz