UrbanArchitect / UrbanArchitect

The official repository of our paper: "Urban Architect: Steerable 3D Urban Scene Generation with Layout Prior"
106 stars 7 forks source link

Diffusers Version #5

Open boxbox-0427 opened 1 month ago

boxbox-0427 commented 1 month ago

What's the version of diffusers you used? I tried servel of them, but all failed.

boxbox-0427 commented 1 month ago

@UrbanArchitect

Andy-zd commented 1 month ago

diffusers 0.24.0 works for me.

boxbox-0427 commented 4 weeks ago

diffusers 0.24.0 works for me.

I tried almost all versions of diffusers but failed, which makes me overwrite the code.

FanLu97 commented 4 weeks ago

@boxbox-0427 Hi, I use diffusers 0.25.0. Diffusers 0.24.0 should also works.

FanLu97 commented 3 weeks ago

@boxbox-0427 I found that there may be issues with gradient backpropagation of the LoRA loss in Diffusers 0.25.0. You may use Diffusers 0.21.0 instead.

boxbox-0427 commented 3 weeks ago

@boxbox-0427 I found that there may be issues with gradient backpropagation of the LoRA loss in Diffusers 0.25.0. You may use Diffusers 0.21.0 instead.

First of all, I have tried almost all the version of diffusers but failed, finally I overwrited the import sentence to work. But now here another problem rises, where is the class DefaultPredictorTrainer?

boxbox-0427 commented 3 weeks ago

There is no such class in oneformer https://github.com/SHI-Labs/OneFormer/blob/main/demo/defaults.py#L20