Code Monkey home page Code Monkey logo

Comments (6)

NotSoCommonSense avatar NotSoCommonSense commented on May 21, 2024

Never mind, tried adding --skip-torch-cuda-test again and it worked. Flabbergasted.

from stable-diffusion-webui.

Miisa1 avatar Miisa1 commented on May 21, 2024

Never mind, tried adding --skip-torch-cuda-test again and it worked. Flabbergasted.

how did u do this im having the same problem

from stable-diffusion-webui.

NotSoCommonSense avatar NotSoCommonSense commented on May 21, 2024

Never mind, tried adding --skip-torch-cuda-test again and it worked. Flabbergasted.

how did u do this im having the same problem

Right click webui-user.bat, click edit, then add --skip-torch-cuda-test after COMMANDLINE_ARGS=

However that does force SD to use the CPU making generation extremely slow. This worked for me to make it use the GPU again: https://www.reddit.com/r/StableDiffusion/comments/18vmkon/comment/khpbnvo/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

from stable-diffusion-webui.

Miisa1 avatar Miisa1 commented on May 21, 2024

ur the best bro thanks!

from stable-diffusion-webui.

Miisa1 avatar Miisa1 commented on May 21, 2024

i spoke to soon :( when i tried to generate the image it wouldnt and now after changing the args it says this: launch.py: error: unrecognized arguments: --use-directml

from stable-diffusion-webui.

Miisa1 avatar Miisa1 commented on May 21, 2024

once i removed --use-directml i get this prompted: Stable diffusion model failed to load
Exception in thread Thread-16 (load_model):
Traceback (most recent call last):
File "C:\Users\Maxton Clements\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\Maxton Clements\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "D:\ai things\webui\modules\initialize.py", line 153, in load_model
devices.first_time_calculation()
File "D:\ai things\webui\modules\devices.py", line 267, in first_time_calculation
linear(x)
File "D:\ai things\webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ai things\webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1527, in call_impl
return forward_call(*args, **kwargs)
File "D:\ai things\webui\extensions-builtin\Lora\networks.py", line 500, in network_Linear_forward
return originals.Linear_forward(self, input)
File "D:\ai things\webui\venv\lib\site-packages\torch\nn\modules\linear.py", line 114, in forward
return F.linear(input, self.weight, self.bias)
RuntimeError: "addmm_impl_cpu
" not implemented for 'Half'

from stable-diffusion-webui.

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.