stable-diffusion-webui
stable-diffusion-webui copied to clipboard
store and print real torch version
trafficstars
some modules cannot parse dev version of torch so previous pr modifes torch version string - but this prevents collection of correct diagnostic data. plus some modules may actually want to know REAL version of torch.
this PR stores original torch version in torch.__original_version__ and uses it to print in webui footer.