Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while using img2img with img pushed from inpaint. #138

Closed
Atlas3DSS opened this issue Sep 8, 2022 · 2 comments
Closed

Error while using img2img with img pushed from inpaint. #138

Atlas3DSS opened this issue Sep 8, 2022 · 2 comments

Comments

@Atlas3DSS
Copy link

Traceback (most recent call last):
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\routes.py", line 259, in run_predict
output = await app.blocks.process_api(
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 685, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 591, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\components.py", line 1321, in preprocess
im = processing_utils.decode_base64_to_image(x)
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\processing_utils.py", line 28, in decode_base64_to_image
content = encoding.split(";")[1]
AttributeError: 'dict' object has no attribute 'split'
Traceback (most recent call last):
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\routes.py", line 259, in run_predict
output = await app.blocks.process_api(
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 685, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 591, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\components.py", line 1321, in preprocess
im = processing_utils.decode_base64_to_image(x)
File "C:\Users\orwel\Documents\AI-SHIT\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\processing_utils.py", line 28, in decode_base64_to_image
content = encoding.split(";")[1]
AttributeError: 'dict' object has no attribute 'split'

@vallabhnatu
Copy link

I have faced this problem couple of times as well, reloading the page fixed it for me.

@AUTOMATIC1111
Copy link
Owner

gradio-app/gradio#2224

Sashimimochi pushed a commit to Sashimimochi/stable-diffusion-webui that referenced this issue Apr 7, 2023
### Update versions

- auto:
AUTOMATIC1111@03d6253
  - History Tab IS NOT WORKING YET! AUTOMATIC1111#138 
- hlky:
Sygil-Dev/sygil-webui@fd51bab
- lstein:
invoke-ai/InvokeAI@fe2a2cf

Closes AUTOMATIC1111#102 the config file has been moved to `data/config/auto`
Sashimimochi pushed a commit to Sashimimochi/stable-diffusion-webui that referenced this issue Apr 7, 2023
- auto:
AUTOMATIC1111@36a0ba3
  - History tab should be working, closes AUTOMATIC1111#138 
- hlky:
Sygil-Dev/sygil-webui@bd57d22
- experimental support for the streamlit UI, use the env var
`USE_STREAMLIT`, see the `docker-compose.yml` file, closes AUTOMATIC1111#105
  - Don't create issues if it fails, it is still very early in dev.
nne998 pushed a commit to fjteam/stable-diffusion-webui that referenced this issue Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants