0.0.6 • Published 11 months ago

@w5/sd_fmt v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

@w5/sd_fmt

test/main.coffee :

#!/usr/bin/env coffee

> @w5/sd_fmt

prompt = ''' a    b,  < lora  :   xxx : 1.3 > c,  ,(  (, x ,  ) )  , [ , xxx ,  , , ]' '''
console.log JSON.stringify(prompt)
console.log JSON.stringify SdFmt prompt

output :

" a    b,  < lora  :   xxx : 1.3 > c,  ,(  (, x ,  ) )  , [ , xxx ,  , , ]' "
"a b,<lora:xxx:1.3>c,((x)),[xxx]'"
0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago