Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Quick fix for KeyError: 'dataset' #36

@jtydhr88

Description

@jtydhr88

Hi there,
If you are facing KeyError: 'dataset' issue, you can fix by:

  1. go to your webui_folder\venv\Lib\site-packages\gradio_client and edit serializing.py file
  2. go to the end of the serializing.py, and add one line inside COMPONENT_MAPPING:
    "dataset": StringSerializable,
    it should look like after modifing:
    image
  3. Save
  4. Restart your webui.

it should work well now, I tested 900 hands on webui latest version 1.5.1 + gradio 3.32.0 + gradio_client 0.3.0

it should fix the issues:

  1. can't start extansion after install #32
  2. Error occured when 900 hands installed #35
  3. [Bug]: Exception in ASGI application AUTOMATIC1111/stable-diffusion-webui#11855

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions