Sorry, Andrew, another little problem. Loading the notebook gives the following error:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-a0f2e2bf569e> in <cell line: 0>()
40
41 import os, math, torch, cv2
—> 42 from omegaconf import OmegaConf
43 from glob import glob
44 from pathlib import Path
ModuleNotFoundError: No module named ‘omegacon
And the loading stops. This follows successfully loading svd_xt.safetensors
Thanks