1git clone https://github.com/modelscope/scepter.git
2cd scepter
3pip install -r requirements/recommended.txt
4PYTHONPATH=. python scepter/tools/run_inference.py
5 --pretrained_model {this model folder}
6 --cfg {lora_cfg} or {sce_cfg} or {text_lora_cfg} or {text_sce_cfg}
7 --prompt 'a boy wearing a jacket'
8 --save_folder 'inference'
1pip install scepter
2python -m scepter/tools/run_inference.py
3 --pretrained_model {this model folder}
4 --cfg {lora_cfg} or {sce_cfg} or {text_lora_cfg} or {text_sce_cfg}
5 --prompt 'a boy wearing a jacket'
6 --save_folder 'inference'
1pip install scepter
2启动scepter studio
3python -m scepter.tools.webui
1@misc{20240705fugu_v2,
2 title = {20240705fugu_v2, https://www.modelscope.cn/models//20240705fugu_v2},
3 author = {},
4 year = {2024}
5}
该模型是基于
Scepter Studio训练得到;
scepter
是由阿里巴巴通义万相团队开发的算法框架和工具箱,提供图像生成、编辑、微调、数据处理等一系列工具和模型。如果您觉得我们的工作有益于您的工作,
请按照如下方式引用。
1@misc{scepter,
2 title = {SCEPTER, https://github.com/modelscope/scepter},
3 author = {SCEPTER},
4 year = {2023}
5}