feihuang520
Results
1
comments of
feihuang520
> > > The workaround below works fine on my m1max macbook. > > > In file `lib_layerdiffusion/models.py`, find > > > ``` > > > median = torch.median(result, dim=0).values...