Jordan K

Results 2 comments of Jordan K

@whispy Almost - I think what you actually need is ``` self.edit = ImageEditing(device="mps") self.i2t = ImageCaptioning(device="mps") self.t2i = T2I(device="cpu") self.image2canny = image2canny() self.canny2image = canny2image(device="mps") self.image2line = image2line() self.line2image...

### Summary of changes you need to make it work: #### 1. Use @sw-yx 's version of the requirements > ``` > albumentations==1.3.0 > addict==2.4.0 > basicsr==1.4.2 > diffusers==0.14.0 >...