portu-sim / sd-webui-bmab

Auto masking and inpainting for person, face, hand. Resizing image using detection model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commit 18723d0 WARNING Override not found: checkpoint=LatentDiffusion(

RGX650 opened this issue · comments

commented

WARNING Override not found: checkpoint=LatentDiffusion(
(model): DiffusionWrapper(
(diffusion_model): UNetModel(
(time_embed): Sequential(

I add to revert:

sd_bmab/base/context.py

  • def change_checkpoint(self, name, vae)
  • def save_and_apply_checkpoint(self, checkpoint, vae)
    sd_bmab/pipeline/internal/internalpipe.py

sd_bmab/processors/preprocess/resample.py
line 121-129

https://github.com/RGX650/sd-webui-bmab-SDNEXT/tree/dev-bmab-v2