threestudio icon indicating copy to clipboard operation
threestudio copied to clipboard

token_merging error!How can i do it?

Open tmrjlu opened this issue 1 year ago • 1 comments

scipt: python launch.py --config configs/prolificdreamer.yaml --train --gpu 5,6 system.prompt_processor.prompt="a DSLR photo of a blue car" data.batch_size=1 data.width=256 data.height=256 system.guidance.token_merging=true

TypeError: init() got an unexpected keyword argument 'token_merging'

tmrjlu avatar Jun 15 '23 08:06 tmrjlu

Hi! As is demonstrated in the documentation, token_merging only supports stable-diffusion-guidance, so you can't use it in ProlificDreamer :(

bennyguo avatar Jun 15 '23 16:06 bennyguo