uhhh button. button for. button for gui sliders allowing post-hoc noi… #190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
yeah this is a real pain. for me.
i was privately maintaining some interface code supporting the ad hoc adjustment of the noise generating function at inference time to track experiments w/ different noise generating functions on fine tuned models.
some recent 'backporting' broke all of my previous interface code, changed some of the internal calling order of the functions requiring some rewrites, and also introduced some new bugs which i do not think i fully fixed.
i would recommend taking a look at the 'register_schedule...' line in this repository, since it might help with whatever bug brought about the comment re: non-ztsnr 'advanced model sampling' in line 10 of advanced_model_sampling_script_backported.py.
i would also kindly request other gui maintainers to please avoid making changes which break patches like these in the future, since i would really like to be able to submit patches allowing the inference-time-testing of experimental model training features by machine learning hobbyist practitioners.
figure 1: shows non-ztsnr inference working with v prediction enabled, ztsnr disabled, goofysampling betascale enabled, and a manually specified linear beta schedule selected in the user interface.