stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Create all “send to“ button in one module

Open yfszzx opened this issue 3 years ago • 1 comments

1.Create all “send to“ button in one module,the main purpose is to make it convenient for extension to send infomations to main interfases, at the same time, it is also considered to make the code more concise and easy to maintain

2.Create all output panels of main interfaces by one function,ithe main purpose is to make the code concise and easy to maintain

3.add an opts.send_seed option to switch wether sending seed when sending prompt or image to other interface

I know that reviewing these codes is a hard work, so I try to maintain the logic structure of the original code , and have done careful debugging

yfszzx avatar Oct 27 '22 05:10 yfszzx

I decribe my need before I start work https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3718

yfszzx avatar Oct 27 '22 06:10 yfszzx