Closed henger5566 closed 3 months ago
andshow this when start ComfyUI
hi. it is not related with einops could you please send your Comfy workflow in json format?
XlabsSampler error..
Please use "Empty Latent Image" node, "EmptySD3LatentImage" is not correct
@Anghellia---- It's true! It really worked just as you said. Thank you so much! I can't believe I didn't think of this issue. Thanks again!
Error occurred when executing XlabsSampler:
list index out of range
File "E:\AI\ComfyUI\execution.py", line 317, 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:\AI\ComfyUI\execution.py", line 192, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "E:\AI\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\AI\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "E:\AI\ComfyUI\custom_nodes\x-flux-comfyui\nodes.py", line 344, in sampling x = denoise( File "E:\AI\ComfyUI\custom_nodes\x-flux-comfyui\sampling.py", line 176, in denoise t = timesteps[t_idx]