a2569875 / stable-diffusion-webui-composable-lora

This extension replaces the built-in LoRA forward procedure.
GNU Affero General Public License v3.0
157 stars 14 forks source link

ERROR Exception: maximum recursion depth exceeded while calling a Python object #8

Open tomudo opened 1 year ago

tomudo commented 1 year ago

I look into source code it has many function use recursive. When it run with vladmandic's webui (https://github.com/vladmandic/automatic), it cause maximum recursion limit error. Could fix this problem?

Ernesto-Guerra commented 1 year ago

I run it with "--medvram", and every time I try using a lora (even without composable lora enabled), it just stops working. Also using vlad's UI

Yaruze66 commented 1 year ago

I got this error after generating an image in txt2img for a while, and then started generating in img2img-inpaint + LoRA's. I am using AUTOMATIC1111 1.3.2 with "--xformers".