toshiaki1729 / dataset-tag-editor-standalone

WebUI to edit dataset captions for txt2img models
MIT License
129 stars 13 forks source link

[solved] pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody #30

Closed deefster closed 4 months ago

deefster commented 5 months ago

requirements.txt should be updated to reflect gradio=3.50.2

When interacting with gradio on a new install, pydantic error I found similar issue reported on the gradio github https://github.com/gradio-app/gradio/issues/6914 I followed recommendation of upgrading to gradio==3.50.2 (works) Note - 4.x wont work, so dont go to the latest.

superpeachman commented 5 months ago

Great! Thanks. @deefster

toshiaki1729 commented 4 months ago

I've updated gradio to 4.28.3 in >= ver0.0.6. Version related issue may be solved. I'm grad if you can check it.