Mel Massadian
Mel Massadian
Supports group but create trimming mask for each group for some reason. I also want a better logic to group batches.
Hi Tim, I was basically planning on doing the same thing. Any reason why it did not have any updates in 4 years? I'd love to pick up the work,...
Hi, I'm planning to use Cycles in Gaffer next week so I want to try and build a version at home first and l'll report my issues here. ## Issue...
effectively skipping type checking. There are already trick to do the same for inputs using `kwargs`. There are probably implications I haven't fully thought about and I didn't test it...
Hello Trying to run the doc example: ```python import taichi as ti ti.init() from fractal import fractalClass f = fractalClass(512) f.draw() ``` results in the following error: ```ruby Traceback (most...
https://github.com/jags111/efficiency-nodes-comfyui Thanks
HDRP 10
Thanks! For some reason, in HDRP 10 you need to add those includes: ```hlsl #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl" #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/SpaceTransforms.hlsl" #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Packing.hlsl" ```
**Describe the bug** When using the `--ahk` flag of autostart I'm now getting this error Tbh I'm not sure of what komorebi expects, I did copy the lib there to...
Hello, I'm trying to implement ImageIO in a Qt app. I've found this repo but reading the source it seems to be tailored specifically for use in Meshroom (depthmap detection)...