Commit 602b5b91 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修改下载模型PhotoMaker-V2

parent 42ea6dbf
......@@ -6,7 +6,7 @@ RUN pip install -r requirements.txt && \
pip install onnxruntime-gpu==1.18.0 --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
# PhotoMaker-base clone from https://github.com/TencentARC/PhotoMaker.git
RUN pip install git+http://developer.hpccube.com/codes/chenpangpang/PhotoMaker-base.git
COPY chenyh/photomaker/TencentARC/PhotoMaker /root/photomaker/PhotoMaker/TencentARC/PhotoMaker
COPY chenyh/photomaker/TencentARC/PhotoMaker-V2 /root/photomaker/PhotoMaker/TencentARC/PhotoMaker-V2
COPY chenyh/photomaker/SG161222/RealVisXL_V4.0 /root/photomaker/PhotoMaker/SG161222/RealVisXL_V4.0
#########
......
......@@ -6,7 +6,7 @@ import json
os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
model_list = [
"TencentARC/PhotoMaker",
"TencentARC/PhotoMaker-V2",
"SG161222/RealVisXL_V4.0"
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment