mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #5797] When setting up images, the fastAPI of AUTOMATIC1111 reports an error. #14129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hellojazy on GitHub (Sep 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5797
Bug Report
When setting up images, the fastAPI of AUTOMATIC1111 reports an error.
raise ResponseValidationError(
fastapi.exceptions.ResponseValidationError: 1 validation errors:
{'type': 'missing', 'loc': ('response', 0, 'config'), 'msg': 'Field required', 'input': {'title': 'juggernautXL_v8Rundiffusion.safetensors', 'model_name': 'juggernautXL_v8Rundiffusion', 'hash': None, 'sha256': None, 'filename': 'E:\webui_forge_cu121_torch21\webui\models\Stable-diffusion\juggernautXL_v8Rundiffusion.safetensors'}, 'url': 'https://errors.pydantic.dev/2.9/v/missing'}
Open WebUI Version: v0.3.3
AUTOMATIC1111 version: f2.0.1v1.10.1-previous-219-g885ea650 •