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.
Fix enable vm run
before 0.12.0
681M base_unet_compiled
213M base_vae_compiled
unet load_graph run time 18.721646785736084 seconds
vae load_graph run time 15.710610628128052 seconds
0.12.0
The first graph failed to init with the vm run.
670M base_unet_compiled
180M base_vae_compiled
unet load_graph run time 11.203744411468506 seconds
vae load_graph run time 0.7032978534698486 seconds
after fix
646M base_unet_compiled
180M base_vae_compiled
unet load_graph run time 6.056241512298584 seconds
vae load_graph run time 0.6177430152893066 seconds
Enable graph debug with ONFDIFF_DEUBG