n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
921 stars 93 forks source link

Import prompt and settings from clipboard #81

Open RafaelEstevamReis opened 1 year ago

RafaelEstevamReis commented 1 year ago

A lot of places publishes their prompts in the same format

[Positive]
Negative Prompt: [negative]
[settings]

This small PR parses a prompt in the clipboard and updates the UI

I tried to keep all styles and structure

I did not know a good place to put the action, so I placed it inside the Dev menu as Import prompt from clipboard

If I miss anything, let me know Thanks in advance