Mayano Top Gun LoRA for Hunyuan-DiT
세부 정보
파일 다운로드
모델 설명
Hunyuan-DiT용 Mayano Top Gun LoRA!
# 사용 방법
- Kohaku의 포크 저장소를 클론합니다.
git clone -b HunYuanDiT https://github.com/KohakuBlueleaf/sd-scripts
- hunyuan-DiT 모델을 클론합니다.
cd sd-scripts
git lfs install
git clone https://huggingface.co/KBlueLeaf/HunYuanDiT-V1.1-fp16-pruned model
- 필요한 패키지 설치 (Kohya의 README 참조)
python -m venv venv
.\venv\Scripts\activate
pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu118
pip install --upgrade -r requirements.txt
pip install xformers==0.0.23.post1 --index-url https://download.pytorch.org/whl/cu118
accelerate config
- 이 머신
- 분산 학습 없음
- 아니요
- 아니요
- 아니요
- 모두
- fp16
- lycoris-lora 설치 (>=3.0.0.dev10)
pip install lycoris-lora==3.0.0.dev10
- hunyuan_test.py 수정
PROMPT, 모델 폴더 및 LoRA 파일 경로를 적절히 수정하세요.
(내 설정: Steps:50 CFG:7.0)
- hunyuan_test.py 실행!
.\venv\Scripts\activate
python .\hunyuan_test.py

