GithubHelp home page GithubHelp logo

Comments (2)

kanttouchthis avatar kanttouchthis commented on August 18, 2024

your best options are torch.compile for better inference time at the cost of compile time (pytorch>=2.0.0 on linux only, though i haven't noticed significant improvements),
or to reduce the number of steps per stage at the cost of image quality. Because the models are run one after another, having them on multiple gpus doesn't speed up inference, unless there is a way to parallelize them. the titan x maxwell only gets like 6 TFLOPS, which is not a lot by today's standards. I'm getting about 6.3 it/s on stage 1 with an rtx 3090 (~36 TFLOPS), so you can probably expect about 1 it/s. these are large, computationally expensive models compared to stable diffusion. the first stage UNET alone is about 4x larger than the entire sd model

from if.

phalexo avatar phalexo commented on August 18, 2024

Mine are overclocked and get about 9Tflops. That said, I am comparing Floyd with SD V1 running on the same GPU, at the same clock rate. I got some really spectacular pictures out of SD V1. Of several prompts I have tried with Floyd the results are unimpressive. I also thought it was good at putting text elements into a photo. I tried to describe a futuristic house with a realtor sign with some text in front. The model just totally ignored my instructions wrt. to the sign.

from if.

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.