PhotoMaker
PhotoMaker copied to clipboard
The inference script is different with the demo
I try to the demo https://huggingface.co/spaces/TencentARC/PhotoMaker. It gets the surprising results. I tried the inference script, but the results differ from the demo. Could you please tell me which base model is being used?
I use the models: base_model_path = "stable-diffusion-xl-base-1.0" photomaker_ckpt = hf_hub_download(repo_id="TencentARC/PhotoMaker-V2", filename="photomaker-v2.bin", repo_type="model", local_dir="models/PhotoMaker-V2") lora_path = 'civitai_models/xl_more_art-full_v1.safetensors'
You may refer to the code in the Hugging Face demo for replication.