Open benquick123 opened 1 year ago
yes, I have done sufficient experiments with SDXL successfully. Maybe I will share this if threestudio does not try SDXL.
@mdarhdarz It would be great if you could share your implementation!
Some basic suggestions:
When you can run with SDXL, you still may not be able to get a good 3d generation result. I will write this part down and find a way to make it public. BTW, my implementation is based on Stable-dreamfusion 2022/12 version and I made a lot of modifications in the past year.
@mdarhdarz Great job! I also tried SDXL in threestudio, but I found that even with FP6-Fixed-VAE, there is still a divergence phenomenon during 3D generation. I suspect that SDXL's VAE is not very capable of gradient backward. I don't know how you solved it.
@YG256Li Yeah I also facing the same issue where the 3D shape cannot converge when switching to SDXL. Moreover, when I use fp16 precision, sometimes the VAE will output nan value. Would you mind sharing how to fix these issues? Thanks a lot! @mdarhdarz
@YG256Li Yeah I also facing the same issue where the 3D shape cannot converge when switching to SDXL. Moreover, when I use fp16 precision, sometimes the VAE will output nan value. Would you mind sharing how to fix these issues? Thanks a lot! @mdarhdarz
I'm also waiting...
Hope to see more of this one day :D
Hope to see more of this one day :D
@g-l-i-t-c-h-o-r-s-e Here: https://github.com/fudan-zvg/PGC-3D
Hi, has anyone been experimenting with Stable Diffusion XL? I've tried a trivial solution of changing the
dreamvision-sd
config file to point to the SDXL weights, but I reckon that the loading of weights is somehow changed in addition to the model weights themselves.For example, I get the following warnings when loading SDXL in the
stable_diffusion_guidance.py
file:And an error upon beggining the iterations:
Any help will be greatly appreciated.