alvinliu0 / HumanGaussian

[CVPR 2024 Highlight] Code for "HumanGaussian: Text-Driven 3D Human Generation with Gaussian Splatting"
https://alvinliu0.github.io/projects/HumanGaussian
MIT License
413 stars 42 forks source link

what is the negative prompt in the paper #1

Closed xmu-xiaoma666 closed 8 months ago

xmu-xiaoma666 commented 8 months ago

image

Thanks for your great job! I wonder what is the negative prompt used in your implementation!

alvinliu0 commented 8 months ago

Hi, many thanks for your interest in our work:)

The negative prompt used is

"shadow, dark face, colorful hands, eyeglass, glasses, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"

As indicated in L59 of the config file.

Best