mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 09:12:39 -08:00
revert things to master
This commit is contained in:
parent
509fd1459b
commit
df6a7ebfe8
3 changed files with 2 additions and 8 deletions
|
|
@ -64,11 +64,7 @@ class PydanticModelGenerator:
|
|||
|
||||
|
||||
self._model_name = model_name
|
||||
|
||||
if class_instance is not None:
|
||||
self._class_data = merge_class_params(class_instance)
|
||||
else:
|
||||
self._class_data = {}
|
||||
self._class_data = merge_class_params(class_instance)
|
||||
|
||||
self._model_def = [
|
||||
ModelDef(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue