Thanks a lot, this is a very important topic and super helpful. I'm just a complete noob to coding but would really like to build easy to use interfaces for my comfyui workflows so that colleagues can't use them for example. Can I use the free version of pycharm for this? Is vs code also possible and if so, would there be any difference regarding the steps you showed here? Thanks again and looking forward to the next videos.
5 * tutorial - with this video and a little bit of help from chat gpt I managed to build my own app :-) Text to image was no problem. I got a bit stuck on image to image with loading images into comfy (Error in process function: Object of type ndarray is not JSON serializable) I suspect this is somehow linked to the need to convert from PIL to tensor but I could be wrong. I think you said in your next video you would include image load so that would be great. Good thing with that is that it makes copy and pasting between comfy and regular photo software like Affinity photo easier via the clipboard. This is something that comfy can't do as it has the clipspace. (update) I managed to get it working using a combination of gr.Image and gr.File. (load image to gradio using gr.Image, save the image to a temp folder, then using that filename pass it back to the json with gr.File.
Thanks!
Thank you.
This is awesome, man!
These types of tutorials are really helpful.
Excited to see the rest of the series!
Thank you. Glad to hear that.
Huge thank you for this, it’s EXACTLY what I’d been looking for - to host workflows for some friends with limited parameters
Thank you very much, very helpful
Glad it helped
Thanks a lot, this is a very important topic and super helpful. I'm just a complete noob to coding but would really like to build easy to use interfaces for my comfyui workflows so that colleagues can't use them for example. Can I use the free version of pycharm for this? Is vs code also possible and if so, would there be any difference regarding the steps you showed here? Thanks again and looking forward to the next videos.
Thank you. I am also using the free version of PyCharm, so you should be able to follow along without any issues. VS Code works as well.
Maaaannnn... this was awesome!! Many thanks for the amazing contribution!!b❤️🇲🇽❤️
Thank you as always.
Thank you! I very usefull video.
Amazing work thanks
Bravo super useful tutorial
Glad you liked it
5 * tutorial - with this video and a little bit of help from chat gpt I managed to build my own app :-) Text to image was no problem. I got a bit stuck on image to image with loading images into comfy (Error in process function: Object of type ndarray is not JSON serializable) I suspect this is somehow linked to the need to convert from PIL to tensor but I could be wrong. I think you said in your next video you would include image load so that would be great. Good thing with that is that it makes copy and pasting between comfy and regular photo software like Affinity photo easier via the clipboard. This is something that comfy can't do as it has the clipspace. (update) I managed to get it working using a combination of gr.Image and gr.File. (load image to gradio using gr.Image, save the image to a temp folder, then using that filename pass it back to the json with gr.File.
Thank you! Yes, to work with input images, the Pillow library is required.
can't wait for next one!
Thanks! Part 2 is published on the channel.