portu-sim / sd-webui-bmab

Auto masking and inpainting for person, face, hand. Resizing image using detection model.
GNU Affero General Public License v3.0
292 stars 29 forks source link

BMAB Preprocessor / Enable Refiner / AttributeError: 'StableDiffusionProcessingTxt2ImgOv' object has no attribute 'sdprocessing' #42

Closed RGX650 closed 3 months ago

RGX650 commented 3 months ago

with refiner True True Noise True True True Traceback (most recent call last): File "C:\AI\SDNEXT\automatic\extensions\sd-webui-bmab-SDNEXT\sd_bmab\pipeline\post\mainpipe.py", line 67, in process ret = proc.process(context, processed) File "C:\AI\SDNEXT\automatic\extensions\sd-webui-bmab-SDNEXT\sd_bmab\processors\preprocess\refiner.py", line 133, in process image = process_img2img_with_controlnet(context, image, options, controlnet) File "C:\AI\SDNEXT\automatic\extensions\sd-webui-bmab-SDNEXT\sd_bmab\base\process.py", line 132, in process_img2img_with_controlnet i2i_param = build_img2img(context.sdprocessing, image, options) File "C:\AI\SDNEXT\automatic\extensions\sd-webui-bmab-SDNEXT\sd_bmab\base\process.py", line 46, in build_img2img p = context.sdprocessing AttributeError: 'StableDiffusionProcessingTxt2ImgOv' object has no attribute 'sdprocessing' model Ultralytics(face_yolov8n_v2.pt)

RGX650 commented 3 months ago

I didn't manage to fix it..., is it happening in your main branch too?

RGX650 commented 3 months ago

?

traithanhnam90 commented 2 months ago

I'm also having this error!