mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
+1
-1
@@ -18,7 +18,7 @@ RUN ["apt-get", "-y", "install", "git"]
|
||||
# sdnext will run all necessary pip install ops and then exit
|
||||
RUN ["python", "launch.py", "--debug", "--uv", "--use-cuda", "--log", "sdnext.log", "--test"]
|
||||
# preinstall additional packages to avoid installation during runtime
|
||||
RUN ["uv", "pip", "install", "-r", "requirements-extra.txt"]
|
||||
RUN ["uv", "pip", "install", "-r", "requirements-extra.txt", "--system"]
|
||||
# actually run sdnext
|
||||
CMD ["python", "launch.py", "--debug", "--skip-all", "--listen", "--quick", "--api-log", "--log", "sdnext.log"]
|
||||
# expose port
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
basicsr
|
||||
gfpgan
|
||||
clean-fid
|
||||
insightface
|
||||
pydantic==1.10.15
|
||||
albumentations==1.4.3
|
||||
optimum-quanto
|
||||
nncf==2.7.0
|
||||
clip_interrogator==0.6.0
|
||||
bitsandbytes
|
||||
gguf
|
||||
pynvml
|
||||
ultralytics
|
||||
pydantic==1.10.15
|
||||
albumentations==1.4.3
|
||||
clip_interrogator==0.6.0
|
||||
# insightface # problematic build
|
||||
# nncf==2.7.0 # requires older pandas
|
||||
|
||||
Reference in New Issue
Block a user