Unified-Robots
Results
2
comments of
Unified-Robots
In my opinion, the training of the controlnet dependents on the parameters, as the controlnet injects the information into the stageC modules to control the contents of the generated images.
> > 1. Run training script with torchrun instead of srun > > (e.g., torchrun --standalone --nnodes 1 --nproc_per_node 2 train/~~~~) > > 2. Exchange SLURM_LOCALID, SLURM_PROCID, SLURM_NNODES to LOCAL_RANK,...