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
Hi, if I have used this script on a created image I can load it in PNG info but from there I am unable to load it back in with Send to txt2img and etc. The prompt fields become errors.
This is what the console prints when this happens
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1075, in process_api
result = await self.call_function(
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 884, in call_function
prediction = await anyio.to_thread.run_sync(
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "V:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
result = context.run(func, *args)
File "V:\AI\stable-diffusion-webui\modules\generation_parameters_copypaste.py", line 347, in paste_func
params = parse_generation_parameters(prompt)
File "V:\AI\stable-diffusion-webui\modules\generation_parameters_copypaste.py", line 265, in parse_generation_parameters
v = v[1:-1] if v[0] == '"' and v[-1] == '"' else v
IndexError: string index out of range
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi, if I have used this script on a created image I can load it in PNG info but from there I am unable to load it back in with Send to txt2img and etc. The prompt fields become errors.
This is what the console prints when this happens
Thanks for any help.
The text was updated successfully, but these errors were encountered: