Stable-Diffusion|从图片反推prompt的工具:Tagger(五)

stable-diffusion-webui-wd14-tagger

前面几篇:
Stable-Diffusion|window10安装GPU版本的 Stable-Diffusion-WebUI遇到的一些问题(一)
【Stable-Diffusion|入门怎么下载与使用civitai网站的模型(二)】
Stable-Diffusion|文生图 拍立得纪实风格的Lora 图例(三)
Stable-Diffusion|文生图 完蛋我被美女包围了人物Lora(四)

本篇介绍通过tagger反推,如果成功安装的话,会在TXT2IMG这一个栏目中多出tagger:

填入一张图片,就会自动生成prompt,同时可以通过send to,直接跳转到txt2img,img2img

安装的方式有多种:

  • 直接从extensions中输入https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git进行安装:
  • 还有一种git clone到extensions文件夹下面

此时,笔者遇到了版本问题,一直没有显示tagger这个栏目,参考了【解决stable diffusion webui1.6 wd1.4 tagger加载失败的问题

需要修改:

tagger/ui.py

# 第十行
# from webui import wrap_gradio_gpu_call  # 原代码
from modules.call_queue import wrap_gradio_gpu_call

preload.py

# 第4行开始
# from modules.shared import models_path  # 原代码
from modules import paths

# default_ddp_path = Path(models_path, 'deepdanbooru')  # 原代码
default_ddp_path = Path(paths.models_path, "deepdanbooru")

然后restart重启一下

相关推荐
风雨中的小七1 小时前
解密prompt系列42. LLM通往动态复杂思维链之路
prompt
irrationality9 小时前
昇思大模型平台打卡体验活动:项目4基于MindSpore实现Roberta模型Prompt Tuning
prompt
爱技术的小伙子16 小时前
【ChatGPT】通过Prompt技巧优化ChatGPT的营销文案输出
人工智能·chatgpt·prompt
AI极客菌1 天前
[ComfyUI]Flux:繁荣生态魔盒已开启,6款LORA已来,更有MJ6&写实&动漫&风景&艺术&迪士尼全套
ai作画·stable diffusion·aigc·midjourney·人工智能作画·comfyui·风景
小嗷犬1 天前
【论文笔记】The Power of Scale for Parameter-Efficient Prompt Tuning
论文阅读·人工智能·大模型·微调·prompt
许野平1 天前
Stable Diffusion:照片转视频插件
stable diffusion·animatediff·temporal·照片转视频
python零基础入门小白3 天前
如何通过AI绘画技术轻松变现?教你三种方法赚取高额利润!
ai作画·stable diffusion·aigc
qzhqbb3 天前
Prompt 工程
人工智能·语言模型·自然语言处理·prompt
Jacob_AI3 天前
P-tuning、Prompt-tuning和Prefix-tuning区别是什么?
语言模型·nlp·prompt·transformer
就叫你天选之人啦3 天前
吴恩达Prompt Engineering(2/9): Guidelines for Prompting
linux·人工智能·笔记·深度学习·学习·prompt