Matthew Caron

Results 12 comments of Matthew Caron

Fix for above: In file `scripts/modelscope/clip_hardcode.py`, line 153, change it to look like this: ``` if hasattr(opts, 'enable_emphasis') and opts.enable_emphasis: ``` Then, if `enable_emphasis` isn't set, it won't dereference it...

PR is up. https://github.com/kabachuha/sd-webui-text2video/pull/248