custom-diffusion360
custom-diffusion360 copied to clipboard
CustomDiffusion360: Customizing Text-to-Image Diffusion with Camera Viewpoint Control
Hello there, I was trying the sampling example: ``` python sample.py --custom_model_dir pretrained-models/car0 --output_dir outputs --prompt "a car beside a field of blooming sunflowers." ``` And I encountered with runtime...
Thank you for sharing your excellent work and making the code available! While studying the paper and the corresponding implementation, I noticed a potential inconsistency that I would like to...
previous version : - predicted density from the previous FeatureNeRF blocks is not used for importance sampling. - save train cameras as test cameras update: - predicted density from the...