"signatures/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "d3a80a8e87c986caec50334a65d176bfd8da4b80"
Commit 61415ce6 authored by luopl's avatar luopl
Browse files

Update README.md

parent 82708d89
...@@ -99,8 +99,11 @@ bash ./examples/train/distill.sh ...@@ -99,8 +99,11 @@ bash ./examples/train/distill.sh
inference: inference:
``` ```
cd /path/your_code_data/ cd /path/your_code_data/
#注意:可修改pretrained_model_name_or_path="stabilityai/stable-diffusion-xl-base-1.0"为自己的模型路径 #注意:可提前下载以下模型到/path/your_code_data/
#- stabilityai/stable-diffusion-xl-base-1.0
#- Yuanshi/LinFusion-XL
python examples/inference/sdxl_distrifusion_example.py python examples/inference/sdxl_distrifusion_example.py
#其他模型推理参见examples/inference中的Jupyter Notebook文件
``` ```
运行examples/eval/eval.sh以生成用于评估的图像。 运行examples/eval/eval.sh以生成用于评估的图像。
......
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