Git Product home page Git Product logo

Comments (6)

lorenabuzzi avatar lorenabuzzi commented on June 2, 2024 2

Clica na pasta stable_diffusion_weights e veja se a pasta 800 foi criada. Ela é gerada pelo accelerate e mesmo ele validando a execução as vezes não cria a pasta por algum outro motivo

from dreambooth-tutorial.

LeonardoRJR avatar LeonardoRJR commented on June 2, 2024

O meu deu o mesmo erro, alguém conseguiu resolver?
erro

from dreambooth-tutorial.

Dpbm avatar Dpbm commented on June 2, 2024

Este problema, como dito pela @lorenabuzzi, é causado quando o accelerate não cria uma pasta 800 dentro de stable_diffusion_weights/zwx.
Algo que pode ajudar vocês é reiniciar o runtime e rodar tudo novamente, para isso bastar ir em Runtime > Manage Sessions > Terminate e depois ir executando célula a célula.

Tentem isso, enquanto vou tentar averiguar o que está acontecendo.

from dreambooth-tutorial.

rayanpm avatar rayanpm commented on June 2, 2024

Fiz todo o processo e agora o erro mudou.


ValueError Traceback (most recent call last)
in
5
6 weights_folder = OUTPUT_DIR
----> 7 folders = sorted([f for f in os.listdir(weights_folder) if f != "0"], key=lambda x: int(x))
8
9 row = len(folders)

in (x)
5
6 weights_folder = OUTPUT_DIR
----> 7 folders = sorted([f for f in os.listdir(weights_folder) if f != "0"], key=lambda x: int(x))
8
9 row = len(folders)

ValueError: invalid literal for int() with base 10: '.ipynb_checkpoint

mais alguém aconteceu isso? Não sei o que fazer.

from dreambooth-tutorial.

daciowinchester avatar daciowinchester commented on June 2, 2024

Vai em ISSUE na aba closed procura por Run to generate a grid of preview images from the last saved weights. #15 olha o tutorial do cara la resolveu meu problema

from dreambooth-tutorial.

Dpbm avatar Dpbm commented on June 2, 2024

!UPDATE

caso não funcione de uma olhada no novo tutorial, fiz o build do xformers e talvez isso possa ajudar

from dreambooth-tutorial.

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.