GithubHelp home page GithubHelp logo

Comments (6)

hanxiao avatar hanxiao commented on May 21, 2024

this error means OOM, not a bug of DiscoArt. The error msg may be misleading but it is also how pytorch throws 🤷 so upstream problem on fixing this misleading info.

since you dont tell me your VRAM, i can only guess it is very small

so try:

  • smaller canvas, [512,512]
  • fewer cuts
  • fewer CLIP models
  • use_secondary_model=True

from discoart.

MaxOrtGit avatar MaxOrtGit commented on May 21, 2024

my VRAM is only 6GB
But I figured it out, decreasing cutn_batches to 1 got it to work, I will update with other settings that might help other people.

from discoart.

MaxOrtGit avatar MaxOrtGit commented on May 21, 2024

well it works for a bit but after a certain amount of steps (ranging from 30-300 it will stop saying it couldn't find path (name.svg) and it was canceled even if I never touched the keyboard.

from discoart.

hanxiao avatar hanxiao commented on May 21, 2024

couldn't find path (name.svg)

version too old, plz update

but after a certain amount of steps (ranging from 30-300

because your cuts increases on later steps, check your cut schedules

from discoart.

MaxOrtGit avatar MaxOrtGit commented on May 21, 2024

I am on 0.7.14 and still having the issue.
It says
Your n_backup=1 so supposedly 1 images will be generated, but only 0 images were fully completed. This may be due to the following reasons: (don't apply). To avoid this, you can set n_batches to a smaller number in create(), say create(n_batches=1)
I assume I am just running out of VRAM. If so what clip_model(s) so you recommend me using for the best tradeoff of quality to performance?
Also how to I check/change my cut schedules.

from discoart.

MaxOrtGit avatar MaxOrtGit commented on May 21, 2024

Also if I try to reuse it as initial state it fails on the first one and says the same thing

from discoart.

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.