[v4.0 improvement] fix Stable Diffusion RCPs to use epochs/samples instead of step
Closed this issue · 1 comments
nv-rborkar commented
Currently SD rcps are using steps which decrease with increasing batch-size.
This will break rcp-pruning logic.
Please use samples/epochs in RCP json
nv-rborkar commented
Fixed by above PRs. Closing issue.