ComfyUI-DiffusersStableCascade
ComfyUI-DiffusersStableCascade copied to clipboard
Simple inference with StableCascade using diffusers in ComfyUI
Error occurred when executing DiffusersStableCascade: Cannot load H:\ComfyUI-ainewsto\ComfyUI\.cache\huggingface\hub\models--stabilityai--stable-cascade\snapshots\f2a84281d6f8db3c757195dd0c9a38dbdea90bb4\decoder because embedding.1.weight expected shape tensor(..., device='meta', size=(320, 64, 1, 1)), but got torch.Size([320, 16, 1, 1]). If you want to instead overwrite...
``` ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "/Users/dfl/sd/ComfyUI/execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dfl/sd/ComfyUI/execution.py", line 82, in get_output_data return_values...
When I'm done testing, I'd like to remove them
Hi, After installing get the error : Error occurred when executing DiffusersStableCascade: Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate` Thanks in advance.
Getting this error ``` Cannot import /mnt/home/Applications/ComfyUI/custom_nodes/ComfyUI-DiffusersStableCascade module for custom nodes: Failed to import diffusers.pipelines.stable_cascade.pipeline_stable_cascade because of the following error (look up to see its traceback): cannot import name 'List'...
Because the models are loaded directly, ComfyUI model manager doesn't know about them, and can't unload them. There are probably better ways to deal with this and once ComfyUI adds...
Hi Thanks for the node. When i use directml option in comfyui i got this error. Do you schedule a version of the node for it ? Regards got prompt...
Wanted to test before Comfy implemented. To recap: install folder inside comfy nodes, install requirements, download model (took stageC big) relaunch comfy Still giving me errors when loading the model....
the link is not working can update it?
While using the code provided here: https://github.com/Stability-AI/StableCascade, I downloaded a bunch of models files. Is it possible to use them?