When trying to do img2img there is this error consistently #774
Replies: 1 comment
-
I tried to use the new repo with the temp fix and now i get this error Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Traceback (most recent call last):
File "\anaconda3\envs\ldm\lib\site-packages\gradio\routes.py", line 247, in run_predict
output = await app.blocks.process_api(
File "\anaconda3\envs\ldm\lib\site-packages\gradio\blocks.py", line 639, in process_api
processed_input = self.preprocess_data(fn_index, raw_input, state)
File "\anaconda3\envs\ldm\lib\site-packages\gradio\blocks.py", line 543, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "\anaconda3\envs\ldm\lib\site-packages\gradio\components.py", line 1546, in preprocess
x, mask = x["image"], x["mask"]
TypeError: string indices must be integers
Beta Was this translation helpful? Give feedback.
All reactions