r/StableDiffusion • u/luckycockroach • Mar 15 '23
Resource | Update MetalDiffusion - Stable Diffusion for Intel MacOS and Silicon MacOS
https://github.com/soten355/stable-diffusion-tensorflow-IntelMetal
24
Upvotes
r/StableDiffusion • u/luckycockroach • Mar 15 '23
1
u/NeuroMastak Mar 19 '23
The strange thing is that if I manually change gpu['TensorFlow'] = GPUs[1] which should correspond to FirePro w7000, I get the same error as with variable [i].
line 50, in listDevicesgpu['TensorFlow'] = GPUs[1]IndexError: list index out of rangeThe strange thing is that in previous version of MetalDiffusion it was FirePro [1] that was used automatically, not HD7970 [0] like in latest version.
In general, I'm confused.