Code Monkey home page Code Monkey logo

Comments (4)

brycedrennan avatar brycedrennan commented on August 25, 2024 1

Thanks for the update, I should probably just disable cpu generation as well then.

The issue is that some parameters are in float32 and some in float16. CUDA has an option to paper over issues when numbers are in different formats. The fix was turning that option back on. For CPU and MPS (eventually) it will be necessary to hunt down why some parameters are in a different type and convert them.

I dont think I'm going to have time in the near future to do that.

from imaginairy.

brycedrennan avatar brycedrennan commented on August 25, 2024

Fixed in just released version 14.0.4

from imaginairy.

davidlapetina avatar davidlapetina commented on August 25, 2024

Thank you so much!

from imaginairy.

davidlapetina avatar davidlapetina commented on August 25, 2024

Hi,

The issue is confirmed fixed on Linux with GPU (CUDA) but when using my Mac with M1 proc (hence using the CPU)
"Apple Silicon MPS (M1, M2, etc) is not currently supported for video generation. Switching to cpu generation."

I still have the same issue "RuntimeError: mat1 and mat2 must have the same dtype, but got Float and Half"
return forward_call(*args, **kwargs)
File "/opt/homebrew/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward
return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 must have the same dtype, but got Float and Half

I tried on my Mac because I just have 8Gb of Memory in my GPU and it seems it is not enough for video generation.

from imaginairy.

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.