Replies: 1 comment
-
|
You don't have installed or enabled segment anything extension. Read the installation guide in readme file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
H.i I have a trouble with installation and am hoping you can help me. I downloaded 2.56GB sam_vit_hand created folder in models named sam. I dragged the file into the folder and run webui to start StableDiffusion but I did something wrong because it isn't being detected. Any idea on how I can proceed forward? I have sd-webui-replacer downloaded into my extensions and the box is checked for it to be active. Under Settings I went to Replacer and checked the Enabled box under "Always unload detection models after generation (Significally increases detection time but reduces vram usage. Automatic means enable only for --lowvram and --medvram mode. )" and restarted. Still nothing. Can you please help me?
venv "C:\Users*\a1111-stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.0
Commit hash: adadb4e3c7382bf3e4f7519126cd6c70f4f8557b
Launching Web UI with arguments:
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
*** Extension "sd-webui-replacer" requires "sd-webui-segment-anything" which is not installed.
Loading weights [fe06753eee] from C:\Users*\a1111-stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors [6ce0161689].safetensors
*** Error executing callback before_ui for C:\Users*\a1111-stable-diffusion-webui\extensions\sd-webui-replacer\scripts\replacer_main_ui.py
Traceback (most recent call last):
File "C:\Users*\a1111-stable-diffusion-webui\modules\script_callbacks.py", line 397, in before_ui_callback
c.callback()
File "C:\Users*\a1111-stable-diffusion-webui\extensions\sd-webui-replacer\replacer\ui\replacer_tab_ui.py", line 511, in initMainUI
replacerMainUI = ReplacerMainUI(isDedicatedPage=False)
File "C:\Users*\a1111-stable-diffusion-webui\extensions\sd-webui-replacer\replacer\ui\replacer_tab_ui.py", line 34, in init
self.init_tab(isDedicatedPage)
File "C:\Users*\a1111-stable-diffusion-webui\extensions\sd-webui-replacer\replacer\ui\replacer_tab_ui.py", line 124, in init_tab
makeAdvancedOptions(comp, isDedicatedPage)
File "C:\Users*\a1111-stable-diffusion-webui\extensions\sd-webui-replacer\replacer\ui\make_advanced_options.py", line 129, in makeAdvancedOptions
from scripts.sam import sam_model_list, refresh_sam_models
ModuleNotFoundError: No module named 'scripts.sam'
Beta Was this translation helpful? Give feedback.
All reactions