SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Stable Diffusion prompts being changed before sending #52

Closed Halsey1006 closed 1 year ago

Halsey1006 commented 1 year ago

When generating images using /sd, any periods in the prompt are being replaced by a comma and a space, such that if the below is entered;

"/sd a picture of a (black:1.25) cat"

The following is sent to SD

"a picture of a (black:1, 25) cat"

Cohee1207 commented 1 year ago

Fixed in dev branch. /sd free mode no longer sanitizes prompts https://github.com/SillyTavern/SillyTavern/commit/eea8516879bf95213c1ebb1ac64c7d72995b6876

Halsey1006 commented 1 year ago

Now working as expected, thanks!