Physton / sd-webui-prompt-all-in-one

This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides automatic translation, history record, and bookmarking functions. 这是一个基于 sd-webui 的扩展,旨在提高提示词/反向提示词输入框的使用体验。它拥有更直观、强大的输入界面功能,它提供了自动翻译、历史记录和收藏等功能。
https://aiodoc.physton.com
MIT License
2.82k stars 251 forks source link

Pasting Has Issues #15

Closed ArtaFakhari closed 1 year ago

ArtaFakhari commented 1 year ago

Would you please make it able paste like classic webui, in both txt2image and image2image interfaces?

Physton commented 1 year ago

sorry, I didn't quite understand specifically what you meant

bluelovers commented 1 year ago

我想他的意思是 貼上之後 沒有更新區塊內的標籤

Physton commented 1 year ago

@ArtaFakhari After pasting in the default input box of WebUI, you need to manually click on the prompt-all-in-one panel, and then the prompt-all-in-one will read and parse the content inside

@bluelovers Thanks!

ArtaFakhari commented 1 year ago

@ArtaFakhari After pasting in the default input box of WebUI, you need to manually click on the prompt-all-in-one panel, and then the prompt-all-in-one will read and parse the content inside

@bluelovers Thanks!

@bluelovers is right. The idea of your extension is nice but it makes it a little bit complicated.

Physton commented 1 year ago

@ArtaFakhari So, do you have any other suggestions?

ArtaFakhari commented 1 year ago

Sure! Bring back the native functionality of this button ↙️ to read the pasted generation parameters. Also Infinite Image Browsing extension has simple method to restore the saved prompts. I suggest to merge it with yours.

Physton commented 1 year ago

@ArtaFakhari

The button ↙️ is not malfunctioning. You need to click on it and then enter the content in the pop-up box. If you enter the content directly in the original input box and then click this button, there will be a conflict with this plugin. Therefore, this plugin has modified the paste step accordingly. #4 #21

ArtaFakhari commented 1 year ago

Have you tested it on img2img tab too?

Physton commented 1 year ago

I did overlook testing img2img, and the issue has been fixed now

Physton commented 1 year ago

They have the same ID in the code, so I thought it was the same button. I didn't expect that they are two different buttons.