tuple index out of range
i try train flux lora (Next Diffusion - FluxGym)
and when i start .... i see that message and nothing hapen
IndexError: tuple index out of range
File "/workspace/fluxgym/env/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/workspace/fluxgym/env/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/workspace/fluxgym/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread
return await future
File "/workspace/fluxgym/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run
result = context.run(func, args)
File "/workspace/fluxgym/env/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(args, **kwargs)
File "/workspace/fluxgym/app.py", line 252, in create_dataset
original_caption = inputs[index + 1]
IndexError: tuple index out of range
1 Reply
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View