| 1 | from diffsynth import ModelManager, SDImagePipeline |
| 2 | from diffsynth.trainers.text_to_image import LightningModelForT2ILoRA, add_general_parsers, launch_training_task |
| 3 | import torch, os, argparse |
| 4 | os.environ["TOKENIZERS_PARALLELISM"] = "True" |
nothing calls this directly
no test coverage detected