Lukasz Staniszewski
Lukasz Staniszewski
Hi @fangchuan, did you manage to solve the issue?
> Hi @fangchuan, did you manage to solve the issue? Nevermind, I managed to fix it by suggested solution here: https://github.com/openai/guided-diffusion/issues/23
For metric depth, we need to load the weights using the `metric_depth` code. You can follow [this file](https://github.com/LiheYoung/Depth-Anything/blob/main/metric_depth/depth_to_pointcloud.py) to use the weights. Here is how I use it in my...
> @lukasz-staniszewski Hi, thanks for sharing the trained model! Can you share the config_zoedetph.json file you used to train it? Thanks a lot! I'm pretty sure I didn't change the...
Hi @JadenFiotto-Kaufman ! Thanks for the response! Your code indeed helped me pretty well with SDXL and Deepfloyd IF models. Currently, I'm experimenting with the SD3 model, which leads me...
The small update from my side: loading the model with `torch_dtype=torch.float32` seems to work.