-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Just finished a project using every convenience style in the app (excellent work BTW) and found this inconsistency in the template formatting.
Here is where it lives:
Version 1.20251219.0 (1.20251219.0)
Around line 322 of custom_prompt_style.json:
{
"negative_prompt" : "sci-fi, modern, urban, futuristic, low detailed",
"name" : "game-rpg fantasy game",
"prompt" : "role-playing game (RPG) style fantasy [prompt] . detailed, vibrant, immersive, reminiscent of high fantasy RPG games"
},The (RPG) part of the prompt appears to “break” user prompt by keeping this style prompt and negative_prompt context present and visible on the user prompt, regardless of styles selected afterward, most likely due to parsing the () parenthesis in the snippet shown above. This causes a “layering” of the actual prompt and the unseen insertion into any other selected style.
For this particular generation, the script Name game-rpg fantasy game disappears from the project as the selected style.
Cheers!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels