-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request]: Use the same seed for batch generation #6
Comments
You mean you wanna a batch sharing the same |
Hmm, no, what I meant is using the same seed, yes, but once I adjusted the Momentums, the batch function should stay on the same seed (right now it always count 1 up) but still respect the options set in Sonar. |
Hmm well, webui's batching mechanism (controlled by If you even let a batch sharing the same |
Hmm ... I don't know how to desribe it more accurate. What I want to say is, the batch option can not be used, because auf this +1 addition to the seed, thus skew the refining. I hope it's now clearer. :) |
Now I understand! |
Allright! Many thanks! I'm looking foreward to it. |
Bug fix over feature, totally fine. :) |
now you can make grid search easily~ |
*JUHU* by Homer S. |
Could you please do a quick explanation how "Grid search" is meant to be used, how it works? |
I thought it was clear sensible enough as the How it works? Just generate one - take a step of parameter change - generate the next one, in a for loop... Isn't it what you really need, or something I still didn't catch? 😢 |
Well, you updated it 3 hours ago, I didn't saw it at the time I wrote it. :) But, I thought of something along those lines when seeing the example in the script (that is also working). But because my entered values didn't work and give error, I wasn't sure about it. So, to be honest, no, it's not that what I originally meant, BUT this is just as great to have. There are only some bugs to squish. Momentum current search list | Momentum history search list 0.9 | 0.8:0.9:2 -> Nothings happening When entering nothing, what value is taken? The one the slider was on? It would be cool if we could set a single value there. Thanks again for your work. :) |
Hello~
|
Thanks for this quick fix. |
Thx for your appreciation~ 😄 |
OK, there is indeed this output you mentioned, but it gets almost invisible in this "clutter". That's probably why I missed it in the first place. :) There is still this error exsiting, don't know what happend. Here is a longer log before the error: 100%|██████████████████████████████████████████████████████████████████████████████████| 30/30 [00:06<00:00, 4.97it/s] I guess because of this error, the grid image will not be created ... ? That aside, I'm so sorry to bother you again with a wish, but i like to finetune things. :) And once again, many thanks for your great work, really appreciate it. 👍 |
Could this error due to webui itself? My webui is the latest at master branch commit #0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8, updated at 20 2 2023 19:45:54 +08:00.
|
Where do I find the WebUI hash again ... ? :/ |
oh no, this commit is buggy, wait for a while ((( |
Hmm ... this is really weird ... Your example given works. I get 9 images. I get a 3x3 grid image, but no annotations, that's also in written in the console: 100%|██████████████████████████████████████████████████████████████████████████████████| 35/35 [00:07<00:00, 4.68it/s]
Also, if I input from your readme -> 0.95:0.75:-0.1 and enter 0.6:0.5:1 in "history", nothing happens. :( Sorry to tell you ... it's somewhat strange ... :/ |
uhmmmm, I forget to handle like but |
As for the annotations, I really do not know why your env fails to call |
As you see, the grid is actually 3x3, hence this |
OK, I will observe this further and try to help you solve this. Mybe we find what's happening ... &) |
In the title. Whenever I want to refine a seed, I have to do only singe generations, because when using batch, the seed gets counted up.
This is a bit annoying. Could you make a checkbox that makes the seed always the same, even when useing batch generation, please?
Thanks for this great tool.
The text was updated successfully, but these errors were encountered: