XLabs-AI / x-flux

Apache License 2.0
1.63k stars 118 forks source link

I have this....(⊙o⊙)…can not use XlabsSampler... #71

Closed henger5566 closed 3 months ago

henger5566 commented 3 months ago

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]

henger5566 commented 3 months ago

image andshow this when start ComfyUI

Anghellia commented 3 months ago

hi. it is not related with einops could you please send your Comfy workflow in json format?

henger5566 commented 3 months ago

flux.json

XlabsSampler error..

henger5566 commented 3 months ago

image

Anghellia commented 3 months ago

Please use "Empty Latent Image" node, "EmptySD3LatentImage" is not correct

henger5566 commented 3 months ago

@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!