space-nuko / ComfyBox

Customizable Stable Diffusion frontend for ComfyUI
GNU General Public License v3.0
615 stars 48 forks source link

I have just a few questions about the code.... this is very impressive #128

Open thomastraum opened 1 year ago

thomastraum commented 1 year ago

sorry this is a bit random but I couldn't see a discord or forum link.

I have been browsing the code of comfybox. I had a similar idea I have been working on, and I found your repo when I was looking on google how to start comfui without CORS :-). you have ventured much further than I thought is possible, how it creates an UI from a comfyUI file is pretty crazy, I thought about this but is out of my league. I am not sure if I should continue my project looking at the amount of code you have written :-)

I see you are using bits of gradio lib, but I also see you wrote a lot of svelte code to rewrite the litegraph parts from comfyui it seems?

I would love to know more about how you managed to get so good at coding, have you built a lot of UIs and websites? I am also curious about some of the architecture decisions. How much of it is gradio on the UI. I browsed gradio and they seem to use Svelte but browsing your code I cant see any python so I assume you wrote all the components in src/lib/components minus the gradio ones?

anyway kind of weird questions.

thanks for all the hard work and the inspiration