modelscope / richdreamer

Live Demo:https://modelscope.cn/studios/Damo_XR_Lab/3D_AIGC
https://aigc3d.github.io/richdreamer/
Apache License 2.0
362 stars 13 forks source link

A problem about prompt #29

Closed 2017211801 closed 1 month ago

2017211801 commented 3 months ago

Thanks for your nice work! I noticed that in the third stage of texture optimization the prompt is prefixed with the string "a DSLR photo of XXX", but some prompts already have this prefix string in front of them, which results in two identical prefixes in front of the prompt, like "a DSLR photo of a DSLR photo of XXX", will this make the result worse? Or is this harmless?

hitsz-zuoqi commented 3 months ago

Sorry for that. Prompt is critical for a text-to-3D sampling process, try to remove the duplicate prefix and it should produce better results~