zsyOAOA / DifFace

DifFace: Blind Face Restoration with Diffused Error Contraction (TPAMI, 2024)
Other
628 stars 42 forks source link

module diffusers has no attribute DifFacePipeline #20

Open ohjho opened 8 months ago

ohjho commented 8 months ago

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

zsyOAOA commented 8 months ago

Sorry. We haven't added DifFace to diffusers.

ohjho commented 8 months ago

any plans to?