comfyanonymous

Results 132 comments of comfyanonymous

You can resize the node by dragging the lower right corner.

The api is meant to be both stateless and asynchronous because some workflows can take minutes to complete. Here's an example how to use it: https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/websockets_api_example.py

You should see the UI in an iframe on the page once it starts up. If it doesn't show up it's probably an extension or a firefox setting.

I added a cell in the notebook to run it with localtunnel so this should solve your issues: https://github.com/comfyanonymous/ComfyUI/commit/5796705cc61dd6ce2cf0efdb98c786e278d2bd3f

Make sure you are using the correct workflow: https://comfyanonymous.github.io/ComfyUI_examples/stable_cascade/

I think it would be better if the set_model_transformer_function() was like the def set_model_attn1_replace(self, patch, block_name, number, transformer_index=None): model_options["sampler_cfg_rescaler"]({"cond_scale": cond_scale, "timestep": timestep}) should be: model_options["sampler_cfg_rescaler"]({"cond_scale": cond_scale, "sigma": timestep})

https://github.com/comfyanonymous/ComfyUI/tree/master/custom_nodes The node format will probably change a bit though.

If anyone can test and report if it works or not with their most complex workflows that would be very helpful.