Coder Social home page Coder Social logo

Comments (26)

gabe56f avatar gabe56f commented on May 26, 2024

Can you check if this is also present on experimental?

Run git checkout experimental in the root folder of Volta

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

Yes, also happens on experimental.

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Try running this from the terminal inside the Volta root folder:

.\venv\Scripts\activate.bat
pip install torch==2.0.1a0 torchvision==0.15.2a0 intel_extension_for_pytorch==2.0.110+xpu -f https://developer.intel.com/ipex-whl-stable-xpu

or replace .bat with .ps1 if you use PowerShell as your main shell.

This should install the necessary stuff and satisfy the torch requirement so that installation can move on.

Ref: https://github.com/intel/intel-extension-for-pytorch?tab=readme-ov-file#gpu-version

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

PS D:\VoltaML> pip install torch==2.0.1a0 torchvision==0.15.2a0 intel_extension_for_pytorch==2.0.110+xpu -f https://developer.intel.com/ipex-whl-stable-xpu Looking in links: https://developer.intel.com/ipex-whl-stable-xpu ERROR: Could not find a version that satisfies the requirement torch==2.0.1a0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1) ERROR: No matching distribution found for torch==2.0.1a0

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

You can try this but these are all commands from the official docs. If it does not work then just open an issue on their repos as we cannot do much about it.

Same instruction as above, just a slightly modified command with different URL:

.\venv\Scripts\activate.bat
pip install torch==2.0.0a0 intel-extension-for-pytorch==2.0.110+gitba7f6c1 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/

Ref: https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu&version=v2.0.110%2Bxpu

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik

The error at least changed a bit 🤔

Your last command worked and installed correctly. But starting Volta still don't work.

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Oh, you used stability matrix... give me some time, I need to check how their Venv works. It might have not activated properly

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

I was able to install Torch and the intel extension on Windows, but they have no docs for Torchvision, another dependency that Volta needs. Do you know about some UI that seems to work with Intel Arc? I might be able to get the versions that they are using from that.

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

The onlything working for me is SD.Next. It is the only SD UI working on my Intel Arc atm.

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Try another update, you will need to set --pytorch-type=intel in the Matrix as an extra command

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

What do you mean by "try another update"? I've been using the --pytorch-type=intel already

grafik

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

I just sent another patch upstream, just update Volta in Stability Matrix

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

Already did, that's the screenshot after updating, sorry, was too fast posting.

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Try it now, distribution forcing did not work properly. It was trying Linux deps instead of the Windows one, it should hopefully work now

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik

grafik

Got this error

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Should be patched now

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik
grafik

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

Maybe patched

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

same issue 😅 but it is starting now

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik

getting this when selecting a model

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik

this is the upper part of this, hope this helps

from voltaml-fast-stable-diffusion.

gabe56f avatar gabe56f commented on May 26, 2024

Can you check if your Settings > Reproducibility & Generation > Device is correct?

from voltaml-fast-stable-diffusion.

gmbhneo avatar gmbhneo commented on May 26, 2024

grafik
grafik

this is heppening after selecting my GPU, which is not selected by default

from voltaml-fast-stable-diffusion.

Stax124 avatar Stax124 commented on May 26, 2024

This is something with the package itself, not much we can do there. The only option I can think of right now is just to wait for official support from Intel. At least on Windows that is.

from voltaml-fast-stable-diffusion.

github-actions avatar github-actions commented on May 26, 2024

This issue is stale because it has been open for 30 days with no activity.

from voltaml-fast-stable-diffusion.

github-actions avatar github-actions commented on May 26, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

from voltaml-fast-stable-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.