Update config for diffusers AutoencoderRAE refactor

#2
by kashif HF Staff - opened

Update config.json to match the refactored AutoencoderRAE API in diffusers:

  • Added: encoder_type, encoder_hidden_size, encoder_patch_size, encoder_norm_mean, encoder_norm_std
  • Removed: encoder_cls, encoder_name_or_path (no longer needed - encoder is built from config, not downloaded during init)

This allows AutoencoderRAE.from_pretrained() to work without any network calls to download HF encoder weights separately.

bytetriper changed pull request status to merged
bytetriper deleted the refs/pr/2 ref

Sign up or log in to comment