Ivan Puhachov
Ivan Puhachov
In your `generative_models/rendering.py` you have `force_cpu=True`, but it works fine with all tensors on GPU (after little tweaks like `cuda()` insted of `cpu()` here and there). However, it does not...
Blender by default performs gamma-correction for all images. It ruins normal maps (at least, they are not unit-length, but usually scaled and distorted). Simple fix: ``` scene.view_settings.view_transform = 'Raw' ```...
Visualizing intermediate optimization steps as requested in #18 Basically, `drag_diffusion_update` now returns optimized latent **and** optimization sequence that is then denoised and decoded in `run_drag`. UI is modified with a...
### Bug Description Hey, I've encountered this strange behaviour of `local_participant.metadata`: it automatically reverts to arbitrary previous state before `shutdown_callback`. I've setup a minimal example here: https://github.com/ivanpuhachov/debug-agent-starter-python. TLDR: I use...