Files
xsl 443cfa298f 初始化:换发型/换发色/训练发型服务
包含:
- hair_service_sd: 主服务(换发型/换发色/生发,端口8801)
- photo_service: LoRA调度+训练(端口32678)
- hair_grow_service: 调试测试页(端口8888,含4个测试页)
- 批量训练脚本(batch_train_hairstyles.py)
- 发际线mask自动识别(hairline_mask.py,4种方案)
- 手绘mask换发型(hair_swap_manual.py)
- 文档:README.md + LARGE_FILES.md + docs/

大文件(模型权重200G、训练数据123G)已排除,见 LARGE_FILES.md
OSS/COS密钥已脱敏为环境变量,原文件备份在本地
2026-07-07 13:53:52 +08:00

63 lines
1.5 KiB
YAML

name: py37
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2023.01.10=h06a4308_0
- certifi=2022.12.7=py37h06a4308_0
- libedit=3.1.20221030=h5eee18b_0
- libffi=3.2.1=hf484d3e_1007
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.4=h6a678d5_0
- openssl=1.0.2u=h7b6447c_0
- pip=22.3.1=py37h06a4308_0
- python=3.7.0=h6e4f718_3
- readline=7.0=h7b6447c_5
- setuptools=65.6.3=py37h06a4308_0
- sqlite=3.33.0=h62c20be_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py37h06a4308_0
- xz=5.2.10=h5eee18b_1
- zlib=1.2.13=h5eee18b_0
- pip:
- charset-normalizer==3.1.0
- click==8.1.3
- cos-python-sdk-v5==1.9.23
- crcmod==1.7
- cycler==0.11.0
- flask==2.2.3
- flask-cors==3.0.10
- fonttools==4.38.0
- gevent==22.10.2
- greenlet==2.0.2
- idna==3.4
- importlib-metadata==6.0.0
- itsdangerous==2.1.2
- jinja2==3.1.2
- kiwisolver==1.4.4
- markupsafe==2.1.2
- matplotlib==3.5.3
- numpy==1.19.1
- opencv-python==4.7.0.72
- packaging==23.0
- pillow==9.4.0
- pycryptodome==3.17
- pyparsing==3.0.9
- python-dateutil==2.8.2
- requests==2.28.2
- scipy==1.7.3
- six==1.16.0
- torch==1.9.0+cu111
- torchvision==0.10.0+cu111
- typing-extensions==4.5.0
- urllib3==1.26.15
- werkzeug==2.2.3
- xmltodict==0.13.0
- zipp==3.15.0
- zope-event==4.6
- zope-interface==5.5.2
prefix: /home/colo/anaconda3/envs/py37