OSError: stabilityai/stable-diffusion-3.5-large does not appear to have a file named config.json.

#20
by lcel - opened

Hi there I am getting the following error :
OSError: stabilityai/stable-diffusion-3.5-large does not appear to have a file named config.json

This is happening as a result of : unet = UNet2DConditionModel.from_pretrained("stabilityai/stable-diffusion-3.5-large", subfolder="unet",use_auth_token=True)

I notices that the unet folder is missing from the repository.

any idea?

@lcel Stable diffusion 3.5(like flux, sd3, auraflow) don’t use unet but rather a different mmdit architecture. The weights for the mmdit model is stored in the “transformer” folder.

For sd3 and sd3.5, use https://huggingface.co/docs/diffusers/en/api/models/sd3_transformer2d

Hi there, I'm getting similar errors while installing stable diffusion 3.5 large turbo as there are no Unet files, can anyone guide me?

Sign up or log in to comment