hako-mikan / sd-webui-supermerger

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

XY Plot crash #275

Closed Eliont closed 1 year ago

Eliont commented 1 year ago

File "C:\SD\stable-diffusion-webui\extensions\sd-webui-supermerger\scripts\mergers\xyplot.py", line 690, in draw_grid_annotations color_active = ImageColor.getcolor(opts.grid_text_active_color, 'RGB') File "C:\SD\stable-diffusion-webui\modules\shared.py", line 581, in __getattr__ return super(Options, self).__getattribute__(item) AttributeError: 'Options' object has no attribute 'grid_text_active_color'

hako-mikan commented 1 year ago

It's unclear why this error occurred, but I believe it has been resolved now.