facer icon indicating copy to clipboard operation
facer copied to clipboard

Stable diffusion webui extension

Open BbChip0103 opened this issue 11 months ago • 0 comments

Hi, thank you for your nice work. I'm making stable diffusion webui extension by facer project. (link)

Using stable diffusion and controllnet, masking is really important. A lot of people usually use SAM(Segment Anything Model), But SAM usually detect wrong result. So I made face portrait mask extension using facer.

BTW, when I load face_aligner model, some error was occured. (please see this code) It caused by io.ByteIO function. unfortunately I don't know why... So I re-implemented face_aligner function without io.ByteIO. I hope this problem will be fixed.

Best regards.

BbChip0103 avatar Jul 28 '23 09:07 BbChip0103