Giter VIP home page Giter VIP logo

Comments (14)

bresende7 avatar bresende7 commented on July 21, 2024 2

I'm getting the same error, even though my Key folder is in the same directory as the output folder as it is autogenerated when I enabled ebsynth

from temporalkit.

CiaraStrawberry avatar CiaraStrawberry commented on July 21, 2024 1

it should autogenerate when ebsynth is enabled when you click the "prepare ebsynth" button in the correct folder

from temporalkit.

CiaraStrawberry avatar CiaraStrawberry commented on July 21, 2024

THis is saying there is nothing in your keys folder in that directory, the keys folder has to be in the same folder as the ebsynth output folders

from temporalkit.

hl123-123 avatar hl123-123 commented on July 21, 2024

I also encountered the same problem with batch wrap, but I don't know how to solve it

from temporalkit.

hl123-123 avatar hl123-123 commented on July 21, 2024

THis is saying there is nothing in your keys folder in that directory, the keys folder has to be in the same folder as the ebsynth output folders

So where should I set the key folder

from temporalkit.

FranM2030 avatar FranM2030 commented on July 21, 2024

I had the same error but later noticed that I had forgotten to process one of the sub folders with ebsynth, so double check that

from temporalkit.

joejoj0 avatar joejoj0 commented on July 21, 2024

It seems like you're encountering an IndexError in your code, specifically at the line:

lua
Copy code
image1_path = os.path.join(current_dir, images_current[j])
The error occurs because the variable j is referencing an index that is out of range for the images_current list. To fix this, you should ensure that j is always within the bounds of the list.

Here's what you can do:

Double-check how you're generating the j variable and make sure it stays within the bounds of the list.
Ensure that images_current is being populated correctly and is not an empty list.
To provide a more specific solution, I'd need more context on how the j variable and the images_current list are being generated in your code. this is what shatgpt said but i still dont know how or what im doing....

from temporalkit.

joejoj0 avatar joejoj0 commented on July 21, 2024

it should autogenerate when ebsynth is enabled when you click the "prepare ebsynth" button in the correct folder
it is autogenerated but im still getting the same error.

from temporalkit.

orfeaus avatar orfeaus commented on July 21, 2024

Same error here even though the keys folder is in the correct place.

from temporalkit.

mansonchen29 avatar mansonchen29 commented on July 21, 2024

Same error too

from temporalkit.

Bellatrixie avatar Bellatrixie commented on July 21, 2024

Possible solution here.

In my case, there was just a simple naming problem.

  1. Make sure that in output/ folder files are named in format like this: "input_0001.png".
  2. Make sure that in keys/ folder files are names in format like this "keys0001.png".

If you did something manually, or used different methods to create output files, this could create such problem. Just re-check everything, especially naming of files and folders, and if it still doesn't work, then repeat process again (remaking output images aren't necessary tho, if the naming is correct and they are placed in output/ folder).

from temporalkit.

trxsudo avatar trxsudo commented on July 21, 2024

i have the exact same issue. has anyone been able to solve this?

from temporalkit.

AeonShadowJaguar avatar AeonShadowJaguar commented on July 21, 2024

I watched the tutorial and checked above but I’m having a similar problem.
Whenever I run batch img2img it generates one image from the input folder into the output folder and then crashes when attempting to generate the next image.
They are all named by default, the numbers are sequential, (input0, input1, input2, etc…), all in png format by default.

I’m getting:

“Seed”: p.all_seeds[0] if use_main_prompt else all_seeds[index],
IndexError: list index out of range

I started with a seed as one was used in the tutorial and then also tried with the seed set to -1. Crashes both times.

from temporalkit.

AeonShadowJaguar avatar AeonShadowJaguar commented on July 21, 2024

IMG_7680

from temporalkit.

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.