bluelovers

Results 204 comments of 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

![image](https://user-images.githubusercontent.com/167966/230796899-03196156-0d9b-4636-8288-cfe7c9f47576.png) ## current it give me 34 images of same prompts `1girl, (spoken_anger_vein:1.6)` ![image](https://user-images.githubusercontent.com/167966/230797024-fc7c7669-bfb4-4cd4-9a4d-ea2305c6311b.png) ![image](https://user-images.githubusercontent.com/167966/230797047-5c2caa65-a111-475b-933b-f2c132b32563.png) ![image](https://user-images.githubusercontent.com/167966/230797065-571d6d3d-92e3-467e-b356-114c5e9fe763.png) ## 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