Instructions to use circlestone-labs/Anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use circlestone-labs/Anima with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
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.