mirror of
https://github.com/pharmapsychotic/clip-interrogator-ext.git
synced 2026-02-21 15:44:03 +00:00
5 lines
157 B
Python
5 lines
157 B
Python
import launch
|
|
|
|
if not launch.is_installed("clip-interrogator"):
|
|
launch.run_pip("install clip-interrogator==0.5.3", "requirements for CLIP Interrogator")
|