mirror of
https://github.com/pharmapsychotic/clip-interrogator-ext.git
synced 2026-02-20 07:04: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.4.4", "requirements for CLIP Interrogator")
|