rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1k stars 87 forks source link

Deprecated Parse #106

Closed brandenvs closed 5 months ago

brandenvs commented 6 months ago

app_settings.py line 55 is using outdated code rather use model_validate

Like so ... self._config = Settings.model_validate(settings_dict)

rupeshs commented 5 months ago

@BrandenSysoutHelloWorld Thanks, Fixed in the master branch

rupeshs commented 5 months ago

@BrandenSysoutHelloWorld new release 1.0.0 beta 24 https://github.com/rupeshs/fastsdcpu/releases/tag/v1.0.0-beta.24