Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.41k stars 1.9k forks source link

Fix ControlNetUnit copy issue #2910

Closed huchenlei closed 1 month ago

huchenlei commented 1 month ago

Closes https://github.com/Mikubill/sd-webui-controlnet/issues/2871.

Pydantic BaseModel does not copy correctly when using python stdlib's copy.copy to perform shallow copy by default. This PR fixes that.