Run outside ComfyUI
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.
Does anyone realize Run outside ComfyUI?
Does anyone realize Run outside ComfyUI?
most people won't run outside of comfyui, while you'd think it would be nicer/more convenient to have all the parts exposed in python, it's really not that much better. obviously for developers we'd want something modular where it's as simple as calling some function like load lora, but because of the composability of comfyui and what people really need for their hardware most people figure out what workflows are important to them and how they are going to use and customize them rather than try to do it in python. There are ways to turn comfyui into an api script, but it still requires all the comfyui setup