SD.Next has some differences in the things CADS uses.
Namely, there's no RNG module (randn_like is used from torch directly), and the xyz_grid has no boolean_choice function.
Both seem to be fairly simple to replace, and the extension no longer throws errors upon UI load.
SD.Next has some differences in the things CADS uses.
Namely, there's no RNG module (
randn_like
is used fromtorch
directly), and thexyz_grid
has noboolean_choice
function. Both seem to be fairly simple to replace, and the extension no longer throws errors upon UI load.