threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.17k stars 475 forks source link

Prolific Dreamer not working on Colab #437

Open vilo9595 opened 7 months ago

vilo9595 commented 7 months ago

Description

The ProlificDreamer implementation is not working in the provided Colab notebook.

Error

Only provided last line for brevity

ValueError: The deprecation tuple ('LoRAAttnProcessor', '0.26.0', 'Make sure use AttnProcessor instead by settingLoRA layers to self.{to_q,to_k,to_v,to_out[0]}.lora_layer respectively. This will be done automatically when using LoraLoaderMixin.load_lora_weights') should be removed since diffusers' version 0.26.3 is >= 0.26.0`

To Reproduce