sd-webui-segment-anything
sd-webui-segment-anything copied to clipboard
Segment Anything for Stable Diffusion WebUI
### Expected behavior I'm new to writing code, so I'll have to scrutinize the code, but it seems to work. ``` #scripts_sam_model_dir = os.path.join(scripts.basedir(), "models/sam") try: sam_models_dir = shared.opts.sam_models_dir except...
Resolves https://github.com/continue-revolution/sd-webui-segment-anything/issues/211 - The **`Preview Segmentation`** button was using a custom instance of `Toolbutton`, but there is some odd issue with inheritance in new Forge. To resolve this, we just...