PhotoMaker icon indicating copy to clipboard operation
PhotoMaker copied to clipboard

Is it possible to use a different model?

Open mivlvi opened this issue 1 year ago • 3 comments

Could you tell me if it is possible to use another model c civitai for example and if so how to do it? (I'm using Win10 to run the demo)

mivlvi avatar Jan 19 '24 10:01 mivlvi

Of course @mivlvi, you should first download the SDXL-based models from the civitai website, and then follow the photomaker_style_demo.ipynb to load the checkpoint.

ljzycmd avatar Jan 19 '24 11:01 ljzycmd

@ljzycmd I'm a bit clueless about this, if you could write down point by point what needs to be done, I'd really appreciate it) Basically the question is where exactly to download the model and where I need to change things to make it work.

mivlvi avatar Jan 19 '24 12:01 mivlvi

You can download models from https://civitai.com/models. Then, you can use from_single_file function to load them.

Paper99 avatar Jan 19 '24 16:01 Paper99