diff --git a/pyproject.toml b/pyproject.toml index 96d9438d71..eabc445c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,11 @@ dependencies = [ "invisible-watermark~=0.2.0", # needed to install SDXL base and refiner using their repo_ids "matplotlib", # needed for plotting of Penner easing functions "mediapipe", # needed for "mediapipeface" controlnet model + "numpy", "npyscreen", "omegaconf", "opencv-python", + "pydantic==1.*", "picklescan", "pillow", "prompt-toolkit",