ml-research / safe-latent-diffusion

Official Implementation of Safe Latent Diffusion for Text2Image
MIT License
74 stars 3 forks source link

Downgrade diffusers for compatibility #5

Open xydxydxyd1 opened 2 months ago

xydxydxyd1 commented 2 months ago

Closes #6

Currently, running the model results in the error

ModuleNotFoundError: No module named 'diffusers.pipeline_utils'

Downgrading the diffusers library fixes this issue.