ToTheBeginning / PuLID

[NeurIPS 2024] Official code for PuLID: Pure and Lightning ID Customization via Contrastive Alignment
Apache License 2.0
2.69k stars 189 forks source link

怎么样搭配自己微调的模型使用呢? #83

Open CkShibit opened 2 months ago

CkShibit commented 2 months ago

自己微调了模型风格化,怎么搭配自己的模型使用呢?

ToTheBeginning commented 2 months ago

If you are asking how to switch to your own trained FLUX.1-dev model, you can replace the model path in this line of code with the path to your model.

CkShibit commented 2 months ago

If you are asking how to switch to your own trained FLUX.1-dev model, you can replace the model path in this line of code with the path to your model.

I finetune a lora...not a big model😥

CkShibit commented 2 months ago

How to get the quantization jsonfile while using my finetuned fp8 model?