Open mcanet opened 1 year ago
Can it be search the API by the indice_name by laionFace (https://github.com/FacePerceiver/LAION-Face)?
Example:
client = ClipClient( url="https://knn5.laion.ai/knn-service",
indice_name="laionFace50M", aesthetic_score=9, aesthetic_weight=0.5, modality=Modality.IMAGE, num_images=1,
)
At the moment it give me an error.
not possible but would be cool, please help creating these indices
Can it be search the API by the indice_name by laionFace (https://github.com/FacePerceiver/LAION-Face)?
Example:
client = ClipClient( url="https://knn5.laion.ai/knn-service",
indice_name="laion5B",
)
At the moment it give me an error.