forget
forget
I am having the same problem on M1 Ultra 64G but get a different error message: ` got prompt model_type EPS Using split attention in VAE Using split attention in...
> The workaround below works fine on my m1max macbook. > > In file `lib_layerdiffusion/models.py`, find > > ``` > median = torch.median(result, dim=0).values > ``` > > and modify...
> > 同是m1,能否上传你修改的文件,让我们覆盖原文件试试 > > [models.py.zip](https://github.com/huchenlei/ComfyUI-layerdiffuse/files/15292961/models.py.zip) @tilseam 您好!以下是我修改后的源文件。 ```python import torch.nn as nn import torch import cv2 import numpy as np from tqdm import tqdm from typing import Optional, Tuple...