training-free-structured-diffusion-guidance
training-free-structured-diffusion-guidance copied to clipboard
Which version of diffusers library did the model use?
I try to run your code with some experioments, but there still report that has been incorrectly initialized or <class 'tfsdg.pipelines.tfsdg_pipeline.TFSDGPipeline'> is incorrectly implemented. Expected {'scheduler', 'tokenizer', 'feature_extractor', 'text_encoder', 'vae', 'safety_checker', 'unet'} to be defined, but dict_keys(['vae', 'text_encoder', 'tokenizer', 'unet', 'scheduler', 'safety_checker', 'feature_extractor', 'requires_safety_checker']) are defined. maybe it's wrong because the version of diffusers is not compatibility?