Closed bennyguo closed 1 year ago
Great work! I tried this simple prompt:
python launch.py --config configs/magic123.yaml --train --gpu 0 data.image_path=/path/to/dragon_rgba.png system.renderer.num_samples_per_ray=256 data.width=64 data.height=64
but got the following error:
MissingMandatoryValue: Missing mandatory value: tag
full_key: tag
object_type=dict
Do you have an idea how to resolve this? Thanks!
@yankeesong you also need to specify system.prompt_processor.prompt
Oh got it. So currently textual inversion is not supported right?
Yes and I don't plan to support it :)
Thanks for integrating our Magic123 into threestudio !
Magic123 coarse stage implementation with the new unified zero123 and SD guidance.