Giter Site home page Giter Site logo

Comments (5)

explainingai-code avatar explainingai-code commented on June 28, 2024

Hello , Just wanted to check if this you are getting this error after installing the required versions as mentioned in requirements.txt ?
Specifically What pytorch version do you have ?

from ddpm-pytorch.

exponentialXP avatar exponentialXP commented on June 28, 2024

Hello , Just wanted to check if this you are getting this error after installing the required versions as mentioned in requirements.txt ? Specifically What pytorch version do you have ?

I have PyTorch version 2.2.0+cu121 and have all the libraries installed

from ddpm-pytorch.

explainingai-code avatar explainingai-code commented on June 28, 2024

Ahh got it yeah so thats the cause of the issue, the different pytorch version. This should not be happening with the pytorch version which is there in requirements.txt. The LDM repo moves the alphas to the same device before indexing with time - https://github.com/explainingai-code/StableDiffusion-PyTorch/blob/main/scheduler/linear_noise_scheduler.py#L34
Will do similar change here which is basically doing the same thing as what you are doing here.

The better change would be to move it by passing device in the scheduler initialization itself, but will take that up later.

from ddpm-pytorch.

exponentialXP avatar exponentialXP commented on June 28, 2024

Ahh got it yeah so thats the cause of the issue, the different pytorch version. This should not be happening with the pytorch version which is there in requirements.txt. The LDM repo moves the alphas to the same device before indexing with time - https://github.com/explainingai-code/StableDiffusion-PyTorch/blob/main/scheduler/linear_noise_scheduler.py#L34 Will do similar change here which is basically doing the same thing as what you are doing here.

The better change would be to move it by passing device in the scheduler initialization itself, but will take that up later.

Ahhh, yeah that's way better. Also in line 58 it says return mean, mean instead of return mean, x0. Also should I close the issue now?

from ddpm-pytorch.

explainingai-code avatar explainingai-code commented on June 28, 2024

Yes. Thank you @exponentialXP .
Have pushed the changes for both of these.
Feel free to re-open in case you find any issue with this.

from ddpm-pytorch.

Related Issues (5)

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.