You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a somewhat silly example but it would be convenient. How would one define a variable x such that …
defineVariablesHere:
x: city
axes:
prompt:
title: The Prompt
values.prompt: forest near the ${city}
negative_prompt:
title: The Negative Prompt
values.negative prompt: ${city}
…, or it might be used for PromptReplace where numerous PromptReplace operations share many similar substrings.
This is a somewhat silly example but it would be convenient. How would one define a variable x such that …
…, or it might be used for PromptReplace where numerous PromptReplace operations share many similar substrings.
The only thing I find refers to placeholders and aliases, https://stackoverflow.com/questions/41620674/use-placeholders-in-yaml
Since I want to substitute into a string that won't work.
The text was updated successfully, but these errors were encountered: