The config attributes {'shift_factor': 0.0, 'upsample_fn': 'nearest'} were passed to AutoencoderTiny, but are not expected and will be ignored. Please verify your config.json configuration file.

#4
by TanDD - opened

AutoencoderTiny.from_pretrained("madebyollin/taesdxl", torch_dtype=torch.float16)

The config attributes {'shift_factor': 0.0, 'upsample_fn': 'nearest'} were passed to AutoencoderTiny, but are not expected and will be ignored. Please verify your config.json configuration file.

This is a warning (not an error) that will go away if you upgrade diffusers.

image.png

Sign up or log in to comment