We have released the sd3.5m turbo version, welcome to try it!
#21
by
sunhaha123
- opened
https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo, you can find lora\ckpt\workflow in our repository.
@sunhaha123 Your model does not have unet as well, I'm wondering how should I load the model with diffusers pipeline?
ValueError: Pipeline <class 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion.StableDiffusionPipeline'> expected {'unet', 'text_encoder', 'tokenizer', 'feature_extractor', 'safety_checker', 'image_encoder', 'vae', 'scheduler'}, but only {'vae', 'scheduler', 'text_encoder', 'tokenizer'} were passed.
Should be StableDiffusion3Pipeline
StableDiffusion3Pipeline worked, thanks @waterbear