Trung0246

Results 10 comments of Trung0246

Looks like we need to make `POST` to `https://nfc-api.nicochannel.jp/fc/video_pages/smq9UriUQ9PU65jTjVxh2PVo/session_ids`: ```bash curl 'https://nfc-api.nicochannel.jp/fc/video_pages/smq9UriUQ9PU65jTjVxh2PVo/session_ids' -H "content-type: application/json" -X POST --data "{}" ``` then get `session_id`: ```json {"data":{"session_id":"daf74c05-8162-45a2-ab55-ee4d5ff3d23b"}} ``` From there we can...

Hello, apparently somehow I trigger this bug very frequently (I don't use the extension) ![image](https://user-images.githubusercontent.com/11626920/121657602-66c2b780-ca55-11eb-98ba-ac314697b49f.png) I think one of the ways to reproduce this crash could be open ~110 chat...

If `handler` desugar like that, then when `with` keyword desugar to `f(e1,...,eN, fn(){ })`, wouldn't it be `handler(fun () { fun emit(msg){ println(msg) } }, fun(){ hello() });`? What's stuff...

Unfortunately these requires direct modification of the litegraph library itself. Another thing is we're dealing with canvas since litegraph use that to draw the nodes (not css) so this is...

What did you tried to do? Textual Inversion training? Normal image generation?

Crashed for the following nodes while attempt to create `info['input_order']`: ``` ttN pipeLoader ttN pipeLoaderSDXL ``` Potentially problematic line: https://github.com/TinyTerra/ComfyUI_tinyterraNodes/blob/main/tinyterraNodes.py#L1534 It looks like the problematic key is `my_unique_id`, which result...

> but undeclared inputs that are literals will be ignored Hm I tried to add this change and it immediately crash in my workflow with some nodes expecting literal undeclared...

Is freebsd supported if compile from source?

> using uuid would be an option? This would probably introduce breaking changes for multiple extensions.

Isn't java already have those memory-related flags with `-Xms` and `-Xmx`?