ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

AttributeError: 'UNet2DConditionModel' object has no attribute 'attn_processors' #94

Closed 870223050 closed 4 months ago

870223050 commented 4 months ago

@ayaanzhaque

ayaanzhaque commented 4 months ago

This seems like a diffusers issue. My guess is that you are loading the LoRA model incorrectly. Check the diffusers LoRA APIs to make sure you are loading the model correctly.

870223050 commented 4 months ago

thank you very much!