Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置

这篇具有很好参考价值的文章主要介绍了Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

欢迎关注我的CSDN:https://spike.blog.csdn.net/
本文地址:https://spike.blog.csdn.net/article/details/132122450

Stable Diffusion 的 Prompt 的功能,可以用文字来描述想要生成的图像,根据输入来创造出逼真的图像。Prompt 支持两种形式,即自然语言或者提示词:

  • 自然语言是指用完整的句子来描述图像的内容,例如“一只猫在沙发上睡觉”。
  • 提示词是指用逗号分隔的关键词来描述图像的特征,例如“cat, sleeping, sofa, cute”。

Prompt 支持控制图像的风格、细节、场景等方面,让创意无限发挥。

Style Editor 插件:

cd extensions
git clone https://ghproxy.com/https://github.com/chrisgoringe/Styles-Editor

报错:

  File "extensions/Styles-Editor/scripts/main.py", line 164
    match command:
          ^
SyntaxError: invalid syntax

原因是 match 是 Python3.9.1 支持,与当前的环境不符合,需要修改源码,即:

  • extensions/Styles-Editor/scripts/main.py
  @classmethod
  def handle_outstanding_api_calls(cls):
    with cls.api_lock:
      for command, value in cls.api_calls_outstanding:
        if command == "delete":
        # match command:
          # case "delete":
          FileManager.remove_style(maybe_prefixed_style=value)
        elif command == "move":
          # case "move":
          FileManager.move_to_additional(maybe_prefixed_style=value[0], new_prefix=value[1])
          # case "duplicate":
        elif command == "duplicate":
          FileManager.duplicate_style(maybe_prefixed_style=value)
      cls.api_calls_outstanding = []
    return FileManager.get_current_styles()

修复Bug,重启UI,即可显示:

Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置,stable diffusion,Prompt,Style Editor,EasyPrompt

删除空行,Command + 右键 选中整行,再按 Delete,即可删除空行。

Easy Prompt Selector 插件,同时,再进行汉化:

cd extensions
git clone https://ghproxy.com/https://github.com/blue-pen5805/sdweb-easy-prompt-selector

汉化参考:

1、老用户,先更新升级,再下载我的汉化包。
2、新用户,先安装,安装地址:https://github.com/blue-pen5805/sdweb-easy-prompt-selector
3、升级或者安装完毕后,解压缩汉化包,覆盖掉原文件即可,路径:extensions\sdweb-easy-prompt-selector
4、新增汉服触发词界面,需结合汉服唐风、宋风、明风三个lora使用,汉服lora总下载地址:https://civitai.com/models/15365?modelVersionId=54777
当前版本,原版本20230613,汉化时间20230617,原插件只有几十个提示词,我增加到3000+。
欢迎知乎关注“路过银河”,每日更新模型评测、下载,当然不关注也没关系。

重启 WebUI,即可以使用插件。效果如下:

Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置,stable diffusion,Prompt,Style Editor,EasyPrompt

测试:

1girl,black footwear,black hair,boots,curtains,dress,floral print,full body,handbag,lips,long hair,long sleeves,looking at viewer,polka dot legwear,shoes,smile,solo,standing,tile floor,tile wall,
a woman standing in front of a building wearing a gray dress and purple socks and a gray jacket with polka dots,Ayami Kojima,long black hair,a hologram,private press,
best quality,masterpiece,ultra high res,(photorealistic:1.4),
Negative prompt: (ng_deepnegative_v1_75t,badhandv4,bad_prompt_version2-neg,EasyNegative:0.9),(worst quality, low quality:1.3),(depth of field, blurry:1.2),(greyscale, monochrome:1.1),croped,lowres,text,jpeg artifacts,(logo,signature,watermark,username,artist name,title:1.3),
Steps: 30, Sampler: DDIM, CFG scale: 7, Seed: 2800574805, Size: 512x768, Model hash: 4b5bc79af1, Model: 墨幽人造人_v1030, Denoising strength: 0.3, Clip skip: 2, ADetailer model: face_yolov8n.pt, ADetailer confidence: 0.3, ADetailer dilate/erode: 4, ADetailer mask blur: 4, ADetailer denoising strength: 0.4, ADetailer inpaint only masked: True, ADetailer inpaint padding: 32, ADetailer version: 23.7.6, Hires upscale: 2, Hires steps: 10, Hires upscaler: 4x-UltraSharp, TI hashes: “ng_deepnegative_v1_75t: 54e7e4826d53, badhandv4: 5e40d722fc3d, bad_prompt_version2-neg: 6f35e7dd816a, EasyNegative: 66a7279a88dd”, Version: v1.5.1

更新墨幽模型:

wget https://liblibai-online.liblibai.com/web/model/4b5bc79af15151d058d12d5e61c68ffc5b2b7f47dbdee4523b3c54a9bad1efda.safetensors?attname=%E5%A2%A8%E5%B9%BD%E4%BA%BA%E9%80%A0%E4%BA%BA_v1030.safetensors -O 墨幽人造人_v1030.safetensors

测试效果,墨幽1030、+CandyLand、+RealGirlFace,即:

Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置,stable diffusion,Prompt,Style Editor,EasyPrompt

Lora:

  • 高跟鞋:腿部曲线修复-高跟鞋修复 (推荐)、YUZU2:,
  • 真实人脸:不要油光和网红脸的lora,<lora:real_girl_face:0.8>
  • 糖果风格 Lora:(candyland:1.2),<lora:candyland-10:1>

Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置,stable diffusion,Prompt,Style Editor,EasyPrompt文章来源地址https://www.toymoban.com/news/detail-628140.html

到了这里,关于Stable Diffusion - Style Editor 和 Easy Prompt Selector 提示词插件配置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Stable Diffusion prompt绘画提示词

    你来充当一位有艺术气息的Stable Diffusion prompt 助理。 我用自然语言告诉你要生成的prompt的主题,你的任务是根据这个主题想象一幅完整的画面,然后转化成一份详细的、高质量的prompt,让Stable Diffusion可以生成高质量的图像。 Stable Diffusion是一款利用深度学习的文生图模型,支

    2024年02月12日
    浏览(50)
  • Stable Diffusion 提示词词缀使用指南(Prompt)

    基本知识 : 安装及其问题解决参考:《Windows安装Stable Diffusion WebUI及问题解决记录》; 运行使用时问题《Windows使用Stable Diffusion时遇到的各种问题整理》; 模型运用及参数《Stable Diffusion 个人推荐的各种模型及设置参数、扩展应用等合集》; 提示词生图咒语《AI绘图提示词

    2023年04月17日
    浏览(61)
  • 没有有效的提示词(Prompt),要 Stable Diffusion 何用?

    再好的prompt,不如有个简单的prompt工具。 本文推荐一个日本人写的prompt插件,我进行了汉化,并补充了3000多个提示词。只需要鼠标点点就可以了!!! 引子: 今天去看了看Stable Diffusion插件版本情况,结果发现日本大爷的提示词插件又双叒TMD更新了,只好重新汉化一遍...

    2024年02月16日
    浏览(40)
  • AI绘图提示词系列-提示词表(Stable Diffusion Prompt 设计师操作手册)

    ((nsfw)),((ugly))),(((duplicate))),((morbid)),((mutilated)),(((tranny))),(((trans))),((trannsexual))),(((mutation))),(((deformed)))(((long neck))),((bad anatomy))(((bad proportions))),(((extra arms))),(((extra legs))), (((disfigured))),((more than 2 nipples))),malformed,mutated,(hermaphrodite),((extra limbs)).((missing arms)).((missing legs)).((poorly drawn

    2024年02月14日
    浏览(55)
  • AI绘图设计师Stable Diffusion提示词/咒语/词缀/关键词使用指南(Prompt)

    基本知识 : 安装及其问题解决参考:《Windows安装Stable Diffusion WebUI及问题解决记录》; 运行使用时问题《Windows使用Stable Diffusion时遇到的各种问题整理》; 模型运用及参数《Stable Diffusion 个人推荐的各种模型及设置参数、扩展应用等合集》; 提示词生图咒语《AI绘图提示词

    2023年04月22日
    浏览(177)
  • AI绘图设计师Stable Diffusion 关键词/咒语/提示词词缀使用指南(Prompt)

    基本知识 : 安装及其问题解决参考:《Windows安装Stable Diffusion WebUI及问题解决记录》; 运行使用时问题《Windows使用Stable Diffusion时遇到的各种问题整理》; 模型运用及参数《Stable Diffusion 个人推荐的各种模型及设置参数、扩展应用等合集》; 提示词生图咒语《AI绘图提示词

    2023年04月20日
    浏览(192)
  • AI绘图提示词/咒语/词缀/关键词使用指南(Stable Diffusion Prompt 设计师操作手册)

    基本知识 : 安装及其问题解决参考:《Windows安装Stable Diffusion WebUI及问题解决记录》; 运行使用时问题《Windows使用Stable Diffusion时遇到的各种问题整理》; 模型运用及参数《Stable Diffusion 个人推荐的各种模型及设置参数、扩展应用等合集》; 提示词生图咒语《AI绘图提示词

    2024年02月01日
    浏览(71)
  • 〔012〕Stable Diffusion 之 中文提示词自动翻译插件 篇

    在插件列表中搜索 Prompt Translator 可以看到有2个插件选项:一个是基于谷歌翻译 〔推荐〕 、一个基于百度和deepl翻译 推荐使用谷歌翻译,因为是离线翻译,所以使用时不用在乎是否科学上网,使用时是在后台将你的提示词进行翻译 而百度翻译是你输入中文提示词后,将你的

    2024年02月12日
    浏览(47)
  • stable diffusion实践操作-tagg插件-反推提示词

    本文专门开一节写SD原理相关的内容,在看之前,可以同步关注: stable diffusion实践操作 本章主要讲一个反推提示词的插件tagg. 我们平时通过CLIP和DEEPBORU来反推提示词,但是这两个太慢,并且容易出错 首先查看是否安装,如果没有安装, 如下图所示,点击tagg,拖入图片,就

    2024年02月09日
    浏览(36)
  • AI绘画工具Stable Diffusion神级插件:提示词

    大家好,我是程序员晓晓 很多同学之所以做不出高质量的图片,很大程度上是由于不知道怎么写提示词,常常面对词穷的窘境,要么不知道该写点啥,要么翻译出来的英文不是很贴切。今天我就给大家分享几个Stable Diffusion WebUI的提示词插件。 这个插件是秋叶整合包默认使用

    2024年04月12日
    浏览(52)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包