devilismyfriend
devilismyfriend
> Yeah sorry but this doesn't work for a bunch of people, exactly why is uncertain but it's OOM on my 3080 10GB with 64GB of RAM. (The TTL implementation...
> > > > > > > > > > Yeah sorry but this doesn't work for a bunch of people, exactly why is uncertain but it's OOM on my...
With selecting smart crop and captioning ``` Traceback (most recent call last): File "F:\GitHub\stable-diffusion-webui-auto\modules\ui.py", line 221, in f res = list(func(*args, **kwargs)) File "F:\GitHub\stable-diffusion-webui-auto\webui.py", line 63, in f res =...
> > > File "F:\GitHub\stable-diffusion-webui-auto\modules\textual_inversion\preprocess.py", line 70, in save_pic_with_caption > > > caption += shared.interrogator.generate_caption(image) > > > > > > So, I don't _think_ this one is technically my...
encountered another error while processing a folder of images with clip crop only ``` Traceback (most recent call last): File "F:\GitHub\stable-diffusion-webui-auto\modules\ui.py", line 221, in f res = list(func(*args, **kwargs)) File...
> > encountered another error while processing a folder of images with clip crop only > > ``` > > > > Traceback (most recent call last): > > File...
> Check your pytorch version. Xformers prebuilt wheels does not support different pytorch versions, including different cuda versions Cuda 11.8 is fine. I also use it and built myself on...
trying to but likely I won't be able to do it lol
after looking at it I'm not sure it has anything to do with the script, seems like the u2net on diffusers needs to have 4 dimensions on the tensor size.
> > needs to have 4 dimensions > > So I guess this will take _time_... maybe not, I'm not that knowledgeable on the subject but I assume a unet2D...