stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Support for BREAK pseudo-token, to break clip chunks.
Similarly to the other major implementations, this supports the user manually breaking the prompt into 77-token-chunks by adding a manual "BREAK" token.
With this modified regex this seems to delete all the white space in the prompt tokens.