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
Hello team,
Could you please give me a tip about image-to-video and what might be wrong? I can generate a text-to-video or video-to-video, but not image-to-video.
Traceback (most recent call last):
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1935, in process_api
result = await self.call_function(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/home/bixbit/.local/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 "/home/bixbit/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2441, in run_sync_in_worker_thread
return await future
File "/home/bixbit/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 943, in run
result = context.run(func, *args)
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "/home/bixbit/EasyAnimate/easyanimate/ui/ui.py", line 430, in generate
raise gr.Error(f"Please select an image to video pretrained model while using image to video.")
gradio.exceptions.Error: 'Please select an image to video pretrained model while using image to video.'
The text was updated successfully, but these errors were encountered:
Hello team,
Could you please give me a tip about image-to-video and what might be wrong? I can generate a text-to-video or video-to-video, but not image-to-video.
Traceback (most recent call last):
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1935, in process_api
result = await self.call_function(
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/home/bixbit/.local/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 "/home/bixbit/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2441, in run_sync_in_worker_thread
return await future
File "/home/bixbit/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 943, in run
result = context.run(func, *args)
File "/home/bixbit/.local/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "/home/bixbit/EasyAnimate/easyanimate/ui/ui.py", line 430, in generate
raise gr.Error(f"Please select an image to video pretrained model while using image to video.")
gradio.exceptions.Error: 'Please select an image to video pretrained model while using image to video.'
The text was updated successfully, but these errors were encountered: