kohya-ss / sd-webui-additional-networks

GNU Affero General Public License v3.0
1.78k stars 296 forks source link

additional-networks option isn't visible #55

Open vedereRohit opened 1 year ago

vedereRohit commented 1 year ago

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

emrk30 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

same here

wrathgoddess commented 1 year ago

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

Shaiktit commented 1 year ago

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 commented 1 year ago

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

wrathgoddess commented 1 year ago

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

tpcdaz commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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'