<@205854764540362752> after running OneTrainer for ~6 hours, I was finally excited to see the result

@Furkan Gözükara SECourses after running OneTrainer for ~6 hours, I was finally excited to see the results of my DreamBooth training. But when I try to load the model in A1111 WebUI, I'm getting this error:
changing setting sd_model_checkpoint to elwq_v0_1.safetensors [a5db6c23b6]: NotImplementedError
Traceback (most recent call last):
  ...
  File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply
    module._apply(fn)
  [Previous line repeated 3 more times]
  File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 833, in _apply
    param_applied = fn(param)
  File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1158, in convert
    return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
NotImplementedError: Cannot copy out of meta tensor; no data!

I've trained using the slow preset, 100 epochs. Only change I've made (apart from folder locations) is to enable xformers. What am I doing wrong?
Was this page helpful?