Run outside ComfyUI
#4
by
elephant-bear
- opened
Hi, any chance you provide the code snippet to run this outside of ComfyUI - through a 'pure' python script?
you can with the diffusers library.
---A lot of the comfyui workflows are just a lot of grafted together components to add some features. it's all well packaged up, but really annoying if you want to go barebones and experiment at the lower level or if you want to get an understanding of the moving parts without having to wade through an ocean of unfamiliar code about nodes.