Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional-networks option isn't visible #55

Open
vedereRohit opened this issue Jan 23, 2023 · 10 comments
Open

additional-networks option isn't visible #55

vedereRohit opened this issue Jan 23, 2023 · 10 comments

Comments

@vedereRohit
Copy link

additional-networks option isn't visible no more on auto11 web UI after the new update,any fix?
Screenshot (158)

@emrk30
Copy link

emrk30 commented Jan 23, 2023

Same, can't seem to find the Additional Networks tab after installing it. I'm quite new to this so I might be doing something wrong, but anyway I have the same problem!

@Sp00ch
Copy link

Sp00ch commented Jan 25, 2023

Im having this problem as well, Im getting this error. Im also very new to this, so this might as well be a foreign language.
image

@vegacosphoto
Copy link

same here

@wrathgoddess
Copy link

@Shaiktit
Copy link

i did this and it is still not appearing
image
image

try to use https://github.com/kohya-ss/sd-webui-additional-networks/tree/dev2

@wrathgoddess
Copy link

I move the scrips into the original folder it looks like this
Screenshot 2023-02-01 025417

@wrathgoddess
Copy link

im not sure how it all works but this what fixed mine

@tpcdaz
Copy link

tpcdaz commented Feb 3, 2023

No matter what I do I cannot get Additional Networks tab to show. Yes I've tried Dev2. I've tried having both installed, one installed, older versions. Nothing.

@emrk30
Copy link

emrk30 commented Feb 3, 2023

Here's how I fixed it. I first added git pull to my webui-user.bat to always keep SD webui updated. Once it's updated I closed ti and removed manually the sd-webui-additional-networks folder. And then restart webui and redid the installation process for additionnal networks from the start and it worked this time without a problem!

@myrzx
Copy link

myrzx commented Feb 25, 2023

I update torch vision from 1.11.0 to 1.12.1, then it work.

pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

You can try it if your log is

Error loading script: additional_networks.py
Traceback (most recent call last):
File "/root/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/root/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 848, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/stable-diffusion-webui/extensions/sd-webui-additional-networks/scripts/additional_networks.py", line 11, in
from scripts import lora_compvis, model_util, metadata_editor, xyz_grid_support
File "/root/stable-diffusion-webui/extensions/sd-webui-additional-networks/scripts/model_util.py", line 12, in
from scripts import safetensors_hack, model_util, util
File "/root/stable-diffusion-webui/extensions/sd-webui-additional-networks/scripts/safetensors_hack.py", line 13, in
UntypedStorage = torch.storage.UntypedStorage if hasattr(torch.storage, 'UntypedStorage') else torch.storage._UntypedStorage
AttributeError: module 'torch.storage' has no attribute '_UntypedStorage'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants