hako-mikan / sd-webui-supermerger

model merge extention for stable diffusion web ui
GNU Affero General Public License v3.0
753 stars 111 forks source link

fix save current issue #277

Closed wkpark closed 1 year ago

wkpark commented 1 year ago

fix issue #266

call sd_hijack.model_hijack.undo_hijack() to restore textencoder.

hako-mikan commented 1 year ago

Thanks!