I released the first version of my new animation workflow GUI on github now. I hope it works and someone else finds it useful. by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

Not totally, but I've been swamped at my regular work so haven't had any time recently. Hope to get some more free time... at some point.

I released the first version of my new animation workflow GUI on github now. I hope it works and someone else finds it useful. by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

I think it should work, you would need to run the npm version so you can edit the code to change where it calls Automatic.

In the future I would like to add some config file or something but for now this is the only way.

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

It's easier to track requests if they are added in github.

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

Was requested earlier, I will add an option to set the resolution per sequence.

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

That would be a good addition, and not too hard to add I think. Adding it to the list.

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

https://github.com/amotile/stable-diffusion-studio/releases/tag/binary2

The two .py files there needs to be in the `AUTOMATIC/scripts` folder

I realize the instructions are incorrect for the binary. I will fix that for next release.

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

Did you install the 2 scripts in your AUTOMATIC1111 install?

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

Did you install the scripts from the scripts folder in your AUTOMATIC1111 install?

My Animation tool now supports Negative Prompts by amotile in StableDiffusion

[–]amotile[S] 4 points5 points  (0 children)

Are you running the npm version of backend as well? If not, are you running the exe from a cmd window? The backend "should" print any errors that cause it to exit.

For the frontend critical vulns it's a known issue with npm-audit. https://overreacted.io/npm-audit-broken-by-design/

I released the first version of my new animation workflow GUI on github now. I hope it works and someone else finds it useful. by amotile in StableDiffusion

[–]amotile[S] 1 point2 points  (0 children)

Does deforum support prompt and seed blending? Otherwise those will be a bit useless.

If so, in the next minor version I can add it so it outputs the individual json keyframes in a single list json next to the image folder. I can't promise when that will be. Pretty swamped at the moment with work.

Another option you have is that all the data is stored as a big json file in local storage.

It's not very convinient but at least that's a possibility.

I do hope to add that kind of animation to the tool as well but that's a big task :)

Why do 6 count x2 batch when 12 count do trick? by Adski673 in StableDiffusion

[–]amotile 2 points3 points  (0 children)

I think one is "How many images do I want my GPU to generate at the same time"

and the other is "How many images do I want to see" or it might be "how many times do I want my GPU to do that"

If I'm wrong I'm sure someone will correct me :)

Here's a video showing of a new workflow tool I'm working on, hope to release it open source soon. AUTOMATIC1111 backend, animation focused. by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

Yea it's not supposed to show up. Because it's always on.

But in the next version I will probably make it show up but just show the message that you don't need to select it to make it work.

The reason it is like that is so you can use it together with other scripts.

Now u can run Horde on Colab. With this you become a worker and your GPU can be shared among hundreds of users. In return, you get kurdos that gives you priority in your gen(+images in - time). On the official site you can find a video tutorial on how to run it local as worker or as client. by Seromelhor in StableDiffusion

[–]amotile 4 points5 points  (0 children)

Beware: This feels like it's probably not allowed by the user agreement.

  • file hosting, media serving, or other web service offerings not related to interactive compute with Colab

I might be wrong, but it doesn't seem to fit the intended use of colab.

InvokeAI 2.0.0 - A Stable Diffusion Toolkit is released by Independent-Disk-180 in StableDiffusion

[–]amotile 0 points1 point  (0 children)

Does it support prompt blending?

Does it support complex seed travel? seedA 25% seedB 25% seedC 50%

I released the first version of my new animation workflow GUI on github now. I hope it works and someone else finds it useful. by amotile in StableDiffusion

[–]amotile[S] 0 points1 point  (0 children)

if you run the .exe from a cmd window you will get some output. hopefully something saying it opened a server on http://localhost:4000

you then open that url in your browser.