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
first of all sorry for bad grammar English not my first language.
i just copy the josn and the example script form the git hub to test this extension
Script
if run the generate this error pop out
'''Traceback (most recent call last):
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\scripts\ui.py", line 120, in generate
_, results, new_script = mr.generate(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\main_runner.py", line 91, in generate
page = d.DrawnPage.from_page(page, settings)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\drawn.py", line 112, in from_page
p.prep(settings["embeds"]["characters"])
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 151, in prep
panel.prep(characters)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 94, in prep
event.prep(characters)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 66, in prep
self.character = characters[self.character.name]
KeyError: 'misty'''
The text was updated successfully, but these errors were encountered:
first of all sorry for bad grammar English not my first language.
i just copy the josn and the example script form the git hub to test this extension
Script
if run the generate this error pop out
'''Traceback (most recent call last):
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\scripts\ui.py", line 120, in generate
_, results, new_script = mr.generate(
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\main_runner.py", line 91, in generate
page = d.DrawnPage.from_page(page, settings)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\drawn.py", line 112, in from_page
p.prep(settings["embeds"]["characters"])
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 151, in prep
panel.prep(characters)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 94, in prep
event.prep(characters)
File "C:\Users\dell\Desktop\SD2\stable-diffusion-webui-directml\extensions\castadi\castadi\scripter.py", line 66, in prep
self.character = characters[self.character.name]
KeyError: 'misty'''
The text was updated successfully, but these errors were encountered: