3DTopia / ThemeStation

Apache License 2.0
182 stars 7 forks source link

config of prompt processor seems to be wrong #5

Open hey0chen opened 4 days ago

hey0chen commented 4 days ago

Hi, I tried to run code but failed. I noticed that the config of prompt processor seems to be wrong. Following the theme-station-render.yaml, the coding will run with run to self.ref_prompt_processor = threestudio.find( self.cfg.prompt_processor_type )(self.cfg.ref_prompt_processor) but the cfg.ref_prompt_processor is empty.

zhenwwang commented 4 days ago

@hey0chen Hi, we wrongly set use_reference_model_dreambooth=True in config/theme-station-render.yaml (L28). Please set this option to False and try again.

hey0chen commented 2 days ago

@hey0chen Hi, we wrongly set use_reference_model_dreambooth=True in config/theme-station-render.yaml (L28). Please set this option to False and try again.

@zhenwwang Thanks for reply, the code was already to run at this stage, but got a new problem. Can you check the parameters of theme-station-optimization.yaml? I got the similar error when I run sh scripts/run_optimization.sh

zhenwwang commented 1 day ago

@hey0chen Hi, could you please provide the error message for reference? I cannot reproduce this error on my site.