xsjiang

Results 12 issues of xsjiang

``` javascript gm(200, 100, '#fff') .drawText(10, 40, 'kotori') .pointSize(26) .textFont('Candice') .write('/Users/jiangxingshang/Downloads/2.jpg', function(err) { if(err) console.log(err); }); ``` ``` { [Error: Command failed: gm convert: Unrecognized option (-text-font). ] code: 1,...

feedback-required

/a.html -> http-server /api/data -> other-server

stale

如题,看源码里没有提供销毁组件的函数,事件都是匿名函数,就算用cloneNode的方式移除了select的事件,trigger上的事件不知道如何移除。

Server has a url that file param is optinal, but must use multipart/form-data type to post. If i send request without file then get a error. Is it possible to...

如何存储session呀,每次发请求sessionid都不同的。

My mp3 has a cover and i run the code, the cover has removed. ffmetadata.write(p, data, function(err) { if (err) { console.log(err); } else { ffmetadata.read(p, function(err, data) { if...

The result dosen't have a property like picture(my song really has a cover picture). ``` ffmetadata.read("song.mp3", function(err, data) { if (err) console.error("Error reading metadata, err"); else console.log(data); }); ```

I've already downloaded these files ahead of time, why does it still automatically go to download them the first time I start comfyui? ![屏幕截图 2024-01-15 201549](https://github.com/storyicon/comfyui_segment_anything/assets/6301140/ec5df343-8d8d-4467-a5be-425cc32c551a) ![屏幕截图 2024-01-15 162450](https://github.com/storyicon/comfyui_segment_anything/assets/6301140/ba1b2ffb-9189-45c3-a054-88eaa1cbeb84)

Where can I get the documentation for the comfyui api, like what are the urls and descriptions of the parameters and such.

`domain`属性可以配置CDN的前缀地址,但是我希望配置一个第三方的完整URL地址,比如`http://cdn.bootcss.com/jquery/2.2.2/jquery.js`。