WAS

Results 397 comments of WAS

> IMO automatic generation of this would be very complex, and not cover all cases - lot of work, for decently uncertain results. That's why I said I think better...

> Oh another point with such templates, if it has support, then we can add crazy ass feature - images have full workflow saved. Then add cli script to run...

> Thinking about this more > > There could be two different usecases for dropping files/workflows onto the program. One is the load the entire workflow and node graph. The...

> I made a custom node [ComfyScript](https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes) that is able to translate workflows to human-readable Python scripts like this: > > ```python > model, clip, vae = CheckpointLoaderSimple('v1-5-pruned-emaonly.ckpt') > conditioning...

This looks pretty nice. I'll have to get a portable going to test the PR tomorrow.

Just chiming in here to say, I too, would love to see this on ComfyUI. :) Thanks for your hard work with RPG!

> As a workaround if the code is too intertwined with the GUI, could we not create a wrapper node which calls the RPG python script passing in the arguments,...

Oh whoa. Yeah ... Hmm 🤔 On Mon, Jan 29, 2024, 9:34 AM davizca ***@***.***> wrote: > Sounded easier when I thought of it but I didnt think about the...

Not really suitable for production environments or distributed packages relying on ffmpy. I had to switch over to openvc python. I made a fork with the fix by @dminGod pip...

May be a good idea to go over the steps to "rollback", whatever that means in the context of a packaged binary installation on windows, etc. I'm experiencing the same...