Same seed (Randomize seed OFF), same prompt and settings - getting different images every time.

#8
by lirex - opened

Hi, I cloned this space to my PC and made it work entirelly locally (offline). However I noticed that every time I used the same seed ('Randomize seed' to OFF), same prompt and settings - I keep getting different images. I've decided to check the online space and the same thing happens every time.

I fixed it locally by doing two things:

  1. Ensure the seed is set before the pipeline is called.
  2. Add the seed to the generate function parameters.

Now it works like a charm.

how do you work make it offline, and does it gives you unlimited images without giving gpu error?

Yes, since it's running locally you can use it as much as you want. However you need a good GPU or it'll be very slow. As to how to make it run locally, you can do it one of two ways:

  1. Have a coding knowledge so you know what to fix when you see the initial running errors
    or
  2. Have a AI chat-bot subscription (like ChatGPT or Claude) and ask for an easy to follow instructions on how to run it locally.

In my case I have some coding experience and ChatGPT-4o paid plan so it took me less than 30 minutes to get it done.

Sign up or log in to comment