I’ve been working Blenderllm and followed the instructions in the README to generate some basic object. However, the output quality doesn’t seem to match the performance described in the paper.


using the bash command as follows:
python modeling.py
--model_name "checkpoint"
--prompt "create a table in Blender"
--obj_name "cake"
--output_folder "output"
--blender_executable "blender-3.3.0-linux-x64/blender"
--brightness 'Bright'
Is there something wrong with my prompt?glad for your reply :)
I’ve been working Blenderllm and followed the instructions in the README to generate some basic object. However, the output quality doesn’t seem to match the performance described in the paper.
using the bash command as follows:
python modeling.py
--model_name "checkpoint"
--prompt "create a table in Blender"
--obj_name "cake"
--output_folder "output"
--blender_executable "blender-3.3.0-linux-x64/blender"
--brightness 'Bright'
Is there something wrong with my prompt?glad for your reply :)