Daniyar

Results 23 comments of Daniyar

This problem still persists. When I install it via ComfyUI manager restarting it hangs it. #205

Also `9763` port throws timeout

@lizijian0630 I agree with you. There are big problems with docs. If you look [here](https://github.com/guidance-ai/guidance/blob/main/guidance/models/_lite_llm.py) you can find that it can use LiteLLM, which itself can work with Ollama or...

@riedgar-ms I've looked at this code and it rises even more questions. Is that only possible to make server by using only this libs built in functionality? Is it possible...

The problem still persists, I hope they will fix it soon.

Currently SGLang has ability to host models on remote servers while your own local code works as thin client. However, it has it's own problems.

I've encountered this error too. When I launch your nodes with your example. It works good. It uses preloaded image and applies garment. The problem is when I add SD...

PixelTiledKSampleUpscalerProviderPipe throws this error. ``` Traceback (most recent call last): File "E:\diffusion\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "E:\diffusion\ComfyUI\execution.py", line 198, in get_output_data...

Hello everyone, this problem still persists Django==3.0.7 Celery==4.4.6 eventlet==0.25.2 When I call task like this my_task.apply_async((instance.id,), connection=Connection(settings.CELERY_BROKER_URL)) It throws this: File "/envs/lib/python3.6/site-packages/eventlet/greenpool.py", line 88, in _spawn_n_implfunc(*args, **kwargs) File "/envs/lib/python3.6/site-packages/celery/concurrency/eventlet.py", line...

@wryun I'm struggling to do same thing. I have constantly getting hundreds of tasks each hour, and some of them have eta for several days. You are launching this celery...