Giter Club home page Giter Club logo

Comments (10)

emrk30 avatar emrk30 commented on June 27, 2024

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!

from sd-webui-additional-networks.

Sp00ch avatar Sp00ch commented on June 27, 2024

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

from sd-webui-additional-networks.

vegacosphoto avatar vegacosphoto commented on June 27, 2024

same here

from sd-webui-additional-networks.

wrathgoddess avatar wrathgoddess commented on June 27, 2024

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

from sd-webui-additional-networks.

Shaiktit avatar Shaiktit commented on June 27, 2024

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

from sd-webui-additional-networks.

wrathgoddess avatar wrathgoddess commented on June 27, 2024

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

from sd-webui-additional-networks.

wrathgoddess avatar wrathgoddess commented on June 27, 2024

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

from sd-webui-additional-networks.

tpcdaz avatar tpcdaz commented on June 27, 2024

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.

from sd-webui-additional-networks.

emrk30 avatar emrk30 commented on June 27, 2024

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!

from sd-webui-additional-networks.

myrzx avatar myrzx commented on June 27, 2024

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'

from sd-webui-additional-networks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.