You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
一个多月前,我在如下帖子里学到了有关翻译功能的使用技巧,
Optimized the prompt word module of the plugin #867
这个替换节点的方式让我着迷(感谢 @Drakosha405(https://github.com/Drakosha405) 提供这么好玩的方法)。
后来,我跟 AI 合作,制作了一个可以利用本地模型来翻译提示词的节点。
昨天,我又在此节点中更新了使用 Ollama 优化提示词的功能。
代码都是 AI 写的,我对编程是几乎是不懂的,偶得此开发体验,真是从前都不敢想象的。
〔我的母语是汉语,书写时使用简体中文,不过繁体、正体差不多都能看懂,会一点英文和零星几句泰语,欢迎交流~〕
欢迎大家试用,提出宝贵建议!
MTCLIPEncode
◉ 若想在
Krita AI Diffusion
中使用本节点就要修改
pykrita/ai_diffusion
目录下的comfy_workflow.py
文件(同时,安装本节点也是必须的,要不然呢……;),在
comfy_workflow.py
文件里,找到如下这行代码:return self.add("CLIPTextEncode", 1, clip=clip, text=text)
改为:
如上方法最初的来源,请详见这里: Optimized the prompt word module of the plugin
Beta Was this translation helpful? Give feedback.
All reactions