Akegarasu / Akegarasu/lora-scripts
accelerate.accelerator.Accelerator.accumulate()
Ouverte
- Langage dominant
- Python
- Étoiles
- 6.1k
- Forks
- 699
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
When using this tool for SD dreambooth training, if stop_text_encoder_training is not set to None, the system may crash because * parsing list operation is used.
`with accelerator.accumulate(*training_models):`
you should set this training_models is a list.
```
if len(training_models) == 2:
training_models = [training_models[0]]
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.