Open rossaai opened 1 year ago
The API requires that you submit an entire prompt, which is the entire structure.
Perhaps I'm misunderstanding the issue, but it already lets you do that as is seen in the API Example: https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/basic_api_example.py
Well... We want to load custom workflows by API without interacting UI so as to use it as server. Is it posible?
Hello! I am trying to be able to insert one or more Loras using ComfyUI but it is not possible. Since it only accepts to change the values of the nodes and not the nodes themselves.
Wouldn't it be better if you could change the entire structure of the entire project with the API? Having these advantages:
Related Issues #930