stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

store and print real torch version

Open vladmandic opened this issue 2 years ago • 0 comments
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.

vladmandic avatar Feb 18 '23 16:02 vladmandic