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# Launch Scepter Studio
3python -m scepter.tools.webui
If you wish to use this model for your own purposes, please cite it as follows.
1@misc{SD15-LORA-3DStyle-202405222331-v2,
2 title = {SD15-LORA-3DStyle-202405222331-v2, https://huggingface.co/jiangzeyinzi/SD15-LORA-3DStyle-202405222331-v2},
3 author = {jiangzeyinzi},
4 year = {2024}
5}
This model was trained using
Scepter Studio;
Scepter
is an algorithm framework and toolbox developed by the Alibaba Tongyi Wanxiang Team. It provides a suite of tools and models for image generation, editing, fine-tuning, data processing, and more. If you find our work beneficial for your research,
please cite as follows.
1@misc{scepter,
2 title = {SCEPTER, https://github.com/modelscope/scepter},
3 author = {SCEPTER},
4 year = {2023}
5}