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

如何使用两张12g 的gpu运行 #75

Open mmlingyu opened 2 months ago

mmlingyu commented 2 months ago

how to run with two 2080ti 12g gpu run with pulid ?

ToTheBeginning commented 2 months ago

Perhaps you can place the single block and the corresponding pulid_ca block on GPU-0, and the double block and the corresponding pulid_ca block on GPU-1.

ToTheBeginning commented 2 months ago

We have updated the codes to support 12gb cards, please check it out. The previous reply is still a feasible solution I guess

mmlingyu commented 2 months ago

666~ so fast ! but the change only for flux , change syn with pulid pipeline

jojotaro1994 commented 2 months ago

I'm a newbie, can you provide me a code example?