Diffusion Single File
comfyui

Should the backslash (`\`) be removed from an artist name that contains parentheses `()`?

#171
by daijava - opened

Should the format be abc (efg) or abc \(efg\)?
In some instances, removing the backslash (\) can drastically affect the fidelity of the art style reproduction, while in others, it makes no difference.

You need to escape parentheses with backslashes when using ComfyUI/Forge (and probably all other UIs) because prompt weighting also uses parentheses. If you don't escape them then you won't get the proper artist at all.

Sign up or log in to comment