DifFace icon indicating copy to clipboard operation
DifFace copied to clipboard

module diffusers has no attribute DifFacePipeline

Open ohjho opened this issue 1 year ago • 2 comments

followed the example code from the huggingface model card but got the error

then tried the below with the same error

from diffusers import DiffusionPipeline
model_id = "OAOA/DifFace"

# load model and scheduler
difface = DiffusionPipeline.from_pretrained(model_id)  

i'm using diffusers==0.25.0

ohjho avatar Jan 04 '24 15:01 ohjho

Sorry. We haven't added DifFace to diffusers.

zsyOAOA avatar Jan 05 '24 01:01 zsyOAOA

any plans to?

ohjho avatar Jan 09 '24 21:01 ohjho