赞
踩
目录
链接:魔搭社区
1 git lfs install 2 git clone https://www.modelscope.cn/datasets/maochase/kolors.git
我的编辑为
- torch.manual_seed(0)
- image = pipe(
- prompt="二次元,一个黑色短发小男孩,坐在自家后院的草地上,手里拿着一个足球,眼神迷茫,穿着蓝色球衣和短裤",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("1.jpg")
- torch.manual_seed(1)
- image = pipe(
- prompt="二次元,一场激烈的足球比赛,观众席上人声鼎沸,黑色短发小男孩穿着蓝色球衣和短裤,夹杂在人群中观看比赛",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("2.jpg")
- torch.manual_seed(2)
- image = pipe(
- prompt="二次元,黑色短发小男孩穿着蓝色球衣和短裤,坐在观众席上,眼中闪烁着光芒,注视着场上的比赛,露出憧憬的神情",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度,色情擦边",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("3.jpg")
- torch.manual_seed(5)
- image = pipe(
- prompt="二次元,黑色短发小男孩穿着蓝色球衣和短裤,双手紧握着足球,决定开始努力训练",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度,扭曲的手指,多余的手指",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("4.jpg")
- torch.manual_seed(0)
- image = pipe(
- prompt="二次元,黑色短发小男孩,穿着蓝色球衣和短裤,在训练场上刻苦练习足球技巧",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("5.jpg")
- torch.manual_seed(1)
- image = pipe(
- prompt="二次元,黑色短发小男孩,穿着蓝色球衣和短裤,手持足球,在训练场上专注地练习射门",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("6.jpg")
- torch.manual_seed(7)
- image = pipe(
- prompt="二次元,黑色短发少年,穿着专业的球队装备,在更衣室内,准备即将开始的比赛,心情既兴奋又紧张",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("7.jpg")
- torch.manual_seed(0)
- image = pipe(
- prompt="二次元,黑色短发少年,身穿主队的黑色球衣,站在绿茵场上,正准备执行关键的一记任意球",
- negative_prompt="丑陋、变形、嘈杂、模糊、低对比度",
- cfg_scale=4,
- num_inference_steps=50, height=1024, width=1024,
- )
- image.save("8.jpg")
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。