mirror of
https://github.com/pharmapsychotic/clip-interrogator-ext.git
synced 2026-03-12 08:50:00 +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.4.4", "requirements for CLIP Interrogator")
|