You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to modify code that prevented by comfyui json api file from running. Something about the Swarm UI not able to validate the JSON.
Short term solution for me was to skip the validate, which resolved the problem.
public static bool TryIsValid(T2IParamInput input, HashSet<string> nodeTypes)
{
return true;
I propose long term solution is to add overrides.ini and have the code check default values.
example:
[comfy-config]
allNodesValid=true
I am using SwarmUI for scaling a content generation app. All I care about it ComfyUi api to be scalable in a render farm environment. I want anyone to be able to offer their GPU to the platform in exchange for having access to other peoples GPUS.
Here is what the frontend looks like that plugs in to SwarmUI backend.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had to modify code that prevented by comfyui json api file from running. Something about the Swarm UI not able to validate the JSON.
Short term solution for me was to skip the validate, which resolved the problem.
I propose long term solution is to add overrides.ini and have the code check default values.
example:
I am using SwarmUI for scaling a content generation app. All I care about it ComfyUi api to be scalable in a render farm environment. I want anyone to be able to offer their GPU to the platform in exchange for having access to other peoples GPUS.
Here is what the frontend looks like that plugs in to SwarmUI backend.

Beta Was this translation helpful? Give feedback.
All reactions