19 Mar 2023 |
pythongosssss | to do what with them? | 21:39:55 |
MOIKAPY | batch img2img generations | 21:41:00 |
pythongosssss | im not sure there would be any way to do that using a node in the ui atm, i think the execution would need updating - i think the best way atm is use the api | 21:44:55 |
comfyanonymous | would have to decide the best way to do it | 21:45:27 |
MOIKAPY | I was going to try it myself, but figured id ask | 21:46:05 |
MOIKAPY | tried to whip up a little something using gpt-4 to see if i could get lucky | 21:46:54 |
comfyanonymous | there's a few ways it could be done | 21:47:23 |
pythongosssss | i had a hacky prototype where i was unrolling the loop on the frontend, but that was just for "fun" :) | 21:48:57 |
comfyanonymous | for example we could allow subfolder inputs for LoadImage and have something that the frontend can call to list all the images in a subfolder | 21:49:32 |
comfyanonymous | but then what if someone wants to batch process images with 2 LoadImage nodes with 2 folders as input? | 21:50:17 |
MOIKAPY | well I'm wanting it to img2img using each img one at a time | 21:50:19 |
cairos_naobum | Download image.png | 23:06:55 |
cairos_naobum | I'm trying to get it working on Docker and getting this not even an error
any suggestion ? | 23:07:03 |
| Gonzalo joined the room. | 23:24:14 |
20 Mar 2023 |
xunyi lu | In reply to @comfyanonymous:matrix.org for example we could allow subfolder inputs for LoadImage and have something that the frontend can call to list all the images in a subfolder that's why i think a native desktop app is necessary.the backend and the frontent is decoupled,the app can just run as a standalone app and accessing the backend through the Http API | 01:55:06 |
xunyi lu | maybe | 01:55:09 |
MOIKAPY | the project is open sourced, so its not like we couldn't try to make it a feature | 02:09:27 |
Lilly Lt | how to use route in sclipt? | 12:08:48 |
Lilly Lt | "1": {
"class_type": "Reroute",
"inputs": {
"*": [
"0",
0
]
}
}, | 12:08:51 |
Lilly Lt | * how to use Reroute in sclipt? | 12:09:16 |
pythongosssss | reroute is a frontend node only as it doesnt actually do anything other than forward on its link | 12:10:20 |
pythongosssss | when the prompt is serialized, all references to Reroute are removed | 12:10:37 |
pythongosssss | so the server has no knowledge of it | 12:10:44 |
hr16 | Is there a documentation about LiteGraph? | 12:13:20 |
pythongosssss | just the code is the best documentation lol | 12:13:53 |
hr16 | 😕 | 12:14:12 |
ciscowebex | the dev answered my question in about 15 minutes on github | 12:16:02 |
ciscowebex | might help you | 12:16:05 |
pythongosssss | and if you can ask here at this point we have some knowledge of it | 12:20:40 |
MOIKAPY | Is there a guide to create a front end node | 12:23:25 |