cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.94k stars 479 forks source link

Include mediapipe package in requirements.txt #158

Closed levi closed 1 year ago

levi commented 1 year ago

Face segmentation uses mediapipe to generate the condition masks, but the requirements.txt didn't specify it. Adding so others don't run into the same error.

cloneofsimo commented 1 year ago

Thanks!