-
Notifications
You must be signed in to change notification settings - Fork 4
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
Autohelper generates the same pictures #103
Comments
did you try to use MBW mode? Internally, Auto merger helper utilizes MBW weights. |
Could you please give a screenshot with settings to try? |
Yes. i did. If it had resolved the issue I haven't reported here -) |
non MBW mode fixed now. thank you for your reporting |
I'm not sure why, but same issue for me. I did mbw for 7 hours and it made 2200 images but it just repeated the same 10 pics sadge I ran "A × (1 - α0) + B × α0 + dare_weights(diff C) × α1" with normal calcmode, use advanced mbw mode, and selected blocks "ALL" 0.5 with pattern search and simulated annealing optimizer |
mbw mode with 7 hours? wow. I didn't do that much. all possible optimizers are not tested yet. some optimizer won't work at all. other optimizer will work as expected. anyway, I guess, there are some bug exist to prevent it from working correctly. I recommend you partial optimizing, for example:
default setting will try to vary all possible blocks and models -> it will consume to much time/GPU power without much visible improvement. thank you for your reporting! |
and 2-days ago, the following fix apply, d0710bd before this fix. merge process totally not work at all. please check your version before try to use auto merger |
Yeah I only tried bayesian and simulated annealing and pattern search so far. I also did a run with not specifying alpha values for any of the weights, in case it was locking them in somehow. Another thing to note is that I usually get a result that says "best iteration: 0" This was the 7 hour run: I set
I'll try the last update, I forgot to pull it. Was on bb3808b Anyways, it's a great extension and I really like the auto merger implementation. It's still the least explored part of merging even though it has so much potential. |
commit bb3808b was the regression bug. it prevents the merge from working properly. |
I've been trying to understand how AutoMergerHelpper works but noticed that it produces the same pictures with 0.5 merge ratio instead of variable rates. Looks like its default merging function overrides AMH and makes the default 0.5 merge after each iteration.
if i noticed correctly it renders the first image from the folder with the current variable ratio and all other images with simple 0.5 ratio
The text was updated successfully, but these errors were encountered: