PhotoMaker icon indicating copy to clipboard operation
PhotoMaker copied to clipboard

The inference script is different with the demo

Open zjusxh opened this issue 9 months ago • 1 comments

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'

zjusxh avatar Mar 20 '25 03:03 zjusxh

You may refer to the code in the Hugging Face demo for replication.

Paper99 avatar Mar 22 '25 05:03 Paper99