You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Message: Seed must be between 0 and 2**32 - 1
Stack Trace
File "E:\ComfyUI-aki-v1.4\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:\ComfyUI-aki-v1.4\execution.py", line 198, 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:\ComfyUI-aki-v1.4\execution.py", line 163, in _map_node_over_list
process_inputs(input_data_all, 0)
File "E:\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI-aki-v1.4\custom_nodes\comfyui-mixlab-nodes\nodes\TextGenerateNode.py", line 351, in run
prompt =text_generate(text_pipe,t,seed)
File "E:\ComfyUI-aki-v1.4\custom_nodes\comfyui-mixlab-nodes\nodes\TextGenerateNode.py", line 96, in text_generate
set_seed(seed)
File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\trainer_utils.py", line 103, in set_seed
np.random.seed(seed)
File "numpy\\random\\mtrand.pyx", line 4806, in numpy.random.mtrand.seed
File "numpy\\random\\mtrand.pyx", line 250, in numpy.random.mtrand.RandomState.seed
File "_mt19937.pyx", line 168, in numpy.random._mt19937.MT19937._legacy_seeding
File "_mt19937.pyx", line 182, in numpy.random._mt19937.MT19937._legacy_seeding
请问碰到这个问题如何解决?谢谢
The text was updated successfully, but these errors were encountered:
ComfyUI Error Report
Error Details
Stack Trace
The text was updated successfully, but these errors were encountered: