【精华】AIGC之Stable Diffusion专栏

【精华】AIGC之Stable Diffusion专栏

1 参考资料

2 SD插件仓库

(1)openpose editor(♥♥♥♥♥)

【AI绘画】使用OpenPose editor打造个性化的人物姿势绘画

Python 复制代码
https://github.com/fkunn1326/openpose-editor.git
https://github.com/huchenlei/sd-webui-openpose-editor
(2)openpose(controlnet插件)(♥♥♥♥♥)

【AI绘画】使用OpenPose editor打造个性化的人物姿势绘画

Python 复制代码
https://github.com/Mikubill/sd-webui-controlnet.git
(3)Deforum(Text2Video)(♥♥♥♥♥)

利用stable diffusion扩展Deforum根据文本描述词自动生成视频,AI一键文字转视频工具

Python 复制代码
https://github.com/deforum-art/sd-webui-deforum.git
(4)sd-webui-prompt-all-in-one(♥♥♥♥♥)
  • 中文输入自动转英文
  • 自动保存使用描述词
  • 一键收藏想要描述词
  • 翻译接口超多种选择
  • 一键粘贴删除描述词
Python 复制代码
https://gitcode.net/ranting8323/sd-webui-prompt-all-in-one
(5)sd-webui-mov2mov(AI视频转换)
Python 复制代码
https://github.com/Scholar01/sd-webui-mov2mov.git
(6)sd-dynamic-thresholding(♥♥♥♥♥)

支持使用更高的 CFG 比例而不会出现崩坏问题

Python 复制代码
https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git
(7)Stable-Diffusion-Webui-Civitai-Helper
Python 复制代码
https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper.git
(8)sd-webui-segment-anything(♥♥♥♥♥)
Python 复制代码
https://github.com/continue-revolution/sd-webui-segment-anything.git
(9)LyCORIS模型使用

关于LoRA、LyCORIS和LoCon的类型说明、使用方法和插件

Python 复制代码
https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris.git
    
https://github.com/KohakuBlueleaf/a1111-sd-webui-locon.git
(10)roop换脸

https://mp.weixin.qq.com/s/jXNNvTZKYaYxJ7fsmUpCzQ

Python 复制代码
https://github.com/s0md3v/sd-webui-roop.git
(11)3D openpose编辑(♥♥♥♥♥)
Python 复制代码
https://github.com/ZhUyU1997/open-pose-editor.git
(12)rembg

删除图片中的背景(抠图)

https://www.bilibili.com/read/cv23980401/

https://zhuanlan.zhihu.com/p/644427911

Python 复制代码
https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git
(13)aesthetic-gradients(根据美学权重优化图片)
Python 复制代码
https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git
(14)aesthetic-image-scorer(美学评分器)
Python 复制代码
https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git
(15)Tiled VAE图片放大神器(♥♥♥♥♥)
Python 复制代码
https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git
(16)Depth-lib(画手助手)(♥♥♥♥♥)
Python 复制代码
https://github.com/jexom/sd-webui-depth-lib.git
(17)sd-webui-animatediff(生成Gif)
Python 复制代码
https://github.com/continue-revolution/sd-webui-animatediff.git
(18)Inpaint Anything (AI替换)(♥♥♥♥♥)

https://blog.csdn.net/qq_44787816/article/details/130357946

​ 一个结合了SAM、图像修补模型(例如 LaMa)和 AIGC 模型(例如 Stable Diffusion)等视觉基础模型的AI图像替换,修补系统。

Python 复制代码
  https://github.com/Uminosachi/sd-webui-inpaint-anything
(19)PS-photopea(♥♥♥♥♥)

https://zhuanlan.zhihu.com/p/637152924

一个网页版本的PS 功能和快捷键和PS一样不用重新学习,并且能和SD的文生图 图圣图功能配合使用。

Python 复制代码
https://github.com/yankooliveira/sd-webui-photopea-embed
(20)booru tag autocompletion(提示词自动补全)
Python 复制代码
https://gitcode.net/ranting8323/a1111-sd-webui-tagcomplete
需配合中文题词表
(21)ebsynth(AI动画生成)

演示视频:EbSynth插件全流程操作解析与原理分析

使用教程:https://www.bilibili.com/read/cv24909502/

https://zhuanlan.zhihu.com/p/645772030

Stable Diffusion + EbSynth + ControlNet 解决生成视频闪烁

Python 复制代码
https://github.com/s9roll7/ebsynth_utility
(22)TemporalKit(视频后期处理分割)(♥♥♥♥♥)
Python 复制代码
https://gitcode.net/ranting8323/TemporalKit
(23)ComfyUI

https://zhuanlan.zhihu.com/p/620297462

Python 复制代码
# ComfyUi SDXL工作流
https://github.com/SytanSD/Sytan-SDXL-ComfyUI/tree/main
相关推荐
墨风如雪19 小时前
具身智能的里程碑:Figure 03 解读
aigc
Asthenia041219 小时前
注意力机制:让神经网络学会"抓重点"
aigc
安思派Anspire1 天前
能动AI:构建长期记忆
aigc·openai·agent
这里有鱼汤1 天前
Kronos+miniQMT预测股票,真香!保姆级教程,建议收藏
python·aigc
猫头虎1 天前
AI_NovelGenerator:自动化长篇小说AI生成工具
运维·人工智能·python·自动化·aigc·gpu算力·ai-native
Mintopia1 天前
🌍 跨语言 AIGC:Web 国际化内容生成的多语种模型技术
前端·javascript·aigc
用户5191495848451 天前
简单高效的SQL注入测试方法:Break & Repair技巧详解
人工智能·aigc
用户5191495848451 天前
Akka.NET高性能分布式Actor框架完全指南
人工智能·aigc
杀生丸学AI1 天前
【三维重建】即插即用的3DGS的PDE优化:高质量渲染和重建
人工智能·3d·大模型·aigc·3dgs·高斯泼溅·空间智能
墨风如雪2 天前
快手CodeFlicker:AI编程新战局,开发者准备好了吗?
aigc