bluelovers
bluelovers
我本身沒在用 opencc 因為某些字的轉換實在是不合個人喜好 以及目前看過有在用的人 (epub 小說 轉繁) 大多都會有很多在 `里后` 上的問題 我的作法是 用 [novel-segment](https://github.com/bluelovers/node-segment) 底下的 校對專用模組來修正字詞
also not support `\u{1B000}` ---------- anthor bug ```ts pattern: '(?:[\\u30A1-\\u30FA\\u30FD-\\u30FF\\u31F0-\\u31FF\\u32D0-\\u32FE\\u3300-\\u3357\\uFF66-\\uFF6F\\uFF71-\\uFF9D]|\\uD82C\\uDC00)', flags: 'u' ``` looks like wrong when rand, it only return 2 kind value `'𛀀'` and `''` ``` '𛀀' '𛀀'...
```ts export function tzDayjs(date?: ConfigType, timezone?: string) { if (typeof date === 'string' && date.endsWith('.000Z')) { date = dayjs.utc(date) } return dayjs.tz(date ?? void 0, timezone ?? TZ_TIME_ZONE) } ```
https://github.com/bluelovers/animated-number-react/blob/master/dist/index.d.ts#L64
> Why are you using `key` in three cases but `cmp` in 4th? i use ChatGPT write it for me
 ## current it give me 34 images of same prompts `1girl, (spoken_anger_vein:1.6)`    ## expected give me 34 images of all 34 prompts from wildcards file ```...
this may not be a good choose https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/2cb3b0be1def43e0d225b45a640592a7999a0d69
i think also need write used lora to pnginfo https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8345
this issue happen when Batch count > 1 for me
https://github.com/bluelovers/idea-run-typescript/issues/42