DifFace
DifFace copied to clipboard
module diffusers has no attribute DifFacePipeline
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
Sorry. We haven't added DifFace to diffusers.
any plans to?