Akegarasu / Akegarasu/lora-scripts
flux lora 训练报错NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.
- Lenguaje dominante
- Python
- Estrellas
- 6.1k
- Forks
- 699
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Traceback (most recent call last):
File "G:\lora-scripts\scripts\dev\flux_train_network.py", line 519, in
trainer.train(args)
File "G:\lora-scripts\scripts\dev\train_network.py", line 402, in train
self.cache_text_encoder_outputs_if_needed(args, accelerator, unet, vae, text_encoders, train_dataset_group, weight_dtype)
File "G:\lora-scripts\scripts\dev\flux_train_network.py", line 209, in cache_text_encoder_outputs_if_needed
unet.to("cpu")
File "G:\lora-scripts\venv\lib\site-packages\torch\nn\modules\module.py", line 1174, in to
return self._apply(convert)
File "G:\lora-scripts\venv\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "G:\lora-scripts\venv\lib\site-packages\torch\nn\modules\module.py", line 805, in _apply
param_applied = fn(param)
File "G:\lora-scripts\venv\lib\site-packages\torch\nn\modules\module.py", line 1167, in convert
raise NotImplementedError(
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.
18:18:01-885824 ERROR Training failed / 训练失败
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.