Coder Social home page Coder Social logo

Comments (9)

Delcos avatar Delcos commented on July 18, 2024

Do download anaconda for windows, this should install needed libraries too.run the bat again and it should start.

If you start webui-user.bat again after installing and it still gives errors open the start menu and type in anaconda and click on it, not PowerShell but normal anaconda, right click and open as admin. The use CD to get to the stable diffusion folder. As in CD Desktop and then type dir, then the next folder name, etc, until you're in the stable diffusion folder. Then type in "pip install -r requirements.txt" without the ".

from hentai-diffusion.

Baumkuch3n avatar Baumkuch3n commented on July 18, 2024

Ok I got anaconda but it sadly still gave me the same error.
I opened "Anaconda Promt (Anaconda3)" and typed in:
"pip install -r D:\stable-diffusion-webui-master\requirements.txt"
First the installation went well but then it said that some file is relying on "daal==2021.4.0" which was not installed.
So I put that in the requirements.txt as well, which worked.
It then gave me another error tho:
"Installing collected packages: tbb, daal
Attempting uninstall: tbb
Found existing installation: TBB 0.2
ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall."
I havent found a way around this yet.
"pip install --ignore-installed [package name]==[package version]" does not work.
Any idea?

from hentai-diffusion.

Delcos avatar Delcos commented on July 18, 2024

On windows to make changes you need to run anaconda as an admin, so right click and choose run as an admin.

from hentai-diffusion.

ResidentChief avatar ResidentChief commented on July 18, 2024

Are you using hd-18 or hd-17 @Baumkuch3n? I've also encountered errors when trying to load HD-18 saying theres nothing in the state_dict yet the same script loads hd-17 fine...

from hentai-diffusion.

ResidentChief avatar ResidentChief commented on July 18, 2024

Same as #30 and #32

from hentai-diffusion.

Kuroseji avatar Kuroseji commented on July 18, 2024

I've been looking into the state_dict issues and it seems to be common when trying to use Stable Diffusion 2.0+ based models. I was able to open the HD-17 and HD-18 files in a text editor and noticed that line 2 of HD-17 has the text "state_dict" while HD-18 does not. From what I understand there were some format changes with SD2.0 models and right now my webui(sygil-webui) doesn't support 2.0+. This might explain your issue if you have having the "KeyError: 'state_dict'" issue like I am having.
Sadly not a fix but as far as I can tell it's an issue with the UI's not the model itself.

from hentai-diffusion.

Delcos avatar Delcos commented on July 18, 2024

I didn't use 2.0 but a few people have reported this and I think it's an issue with the fire upload itself. I'll be redoing the link today.

from hentai-diffusion.

ResidentChief avatar ResidentChief commented on July 18, 2024

@Kuroseji - you were correct about the assertion it was with the UI. The sygil-dev webui had the same issue, and has since been updated to fix the issue (was just a case of telling the model loader to load the whole model if there wasn't just a state_dict)

from hentai-diffusion.

Kuroseji avatar Kuroseji commented on July 18, 2024

Oh cool, I had actually switched to automatic since it thought it was a SD2.0 related issue.

from hentai-diffusion.

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.