zero01101 / openOutpaint-webUI-extension

direct A1111 webUI extension for openOutpaint
MIT License
396 stars 22 forks source link

[Bug]: prompt not sent to openOutpaint #62

Open piratex123 opened 1 year ago

piratex123 commented 1 year ago

Is ths issue about the extension?

What happened?

Prompt not sent to openOutpaint

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... [etc] Load image in Png Info Send to openOutpaint

What should have happened?

It sends image, should send prompt as well?

Commit where the problem happens

2cb6f698

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Browser Extensions/Addons

deforum-for-automatic1111-webui sd-webui-aspect-ratio-helper sd-webui-controlnet SadTalker

AUTOMATIC1111 webUI Commandline Arguments

--xformers --api

Additional information

it should send prompt to openOutpaint?

zero01101 commented 1 year ago

hey, so this one's a bit odd; the prompt values transfer over to openOutpaint successfully from txt/img2img tabs as the HTML elements are well-defined and selectable, but in the png info tab, the content is a dynamically-generated-by-gradio paragraph block without an ID attribute, and also ends up being a single block of text with all the content instead of separate +/- prompts.

not saying it'll never happen, but simply that it's not quite the same underlying principle as the txt/img2img send functionality unfortunately :/