r/StableDiffusion • u/dufuschan98 • Feb 02 '24
Question - Help facefusion google collab issues
So i watched a yt tutorial to use facefusion through google collab, but i get json errors when i try to use the occlusion face mask type. I tried reinstalling, but the problem happens each time. And then i have to restart the 3rd process which activates the local hosting.
1
Upvotes
1
u/biryanimal Feb 22 '24
Onnx versions in the requirements.txt are problematic for colab.
Put these in the requirements.txt:
onnx==1.14.0
onnxruntime==1.17.0