philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Parse the pnginfo output #75

Open philpax opened 1 year ago

philpax commented 1 year ago

Looks like it's always in the format:

prompt
[negative prompt]
(key: value)*
philpax commented 1 year ago

Thought about this some more; it should be here, not in the client, as the formats are not guaranteed to be static (nor are they guaranteed to be shared across generators.) Exilent has more control over parsing as a downstream application.