Stable Diffusion 使用详解(8)--- layer diffsuion

背景

layer diffusion 重点在 layer,顾名思义,就是分图层的概念,用过ps 的朋友再熟悉不过了。没使用过的,也没关系,其实很简单,本质就是各图层自身的编辑不会影响其他图层,这好比OS中运行了很多process,一个process 宕机或者修改,不会影响其他process 是一个道理。他的好处很多,可以帮我们生成一个背景透明的任何图片,你可以借助 ps 等工具进行融合。当然高阶一点的玩法,可能是借助背景生成前景,或者借助前景生成背景。

一个小技巧

之前有朋友问我,如果想绘制一个女孩头发是黑里带分红的怎么处理。其实这里涉及一个st 的高阶用法,就是 [A | B | C] 对同一物体使用他,将使得 A B C 等几种特质交替出现。看一个效果,我用 take me to your heart 那首歌的一句话生成一幅画:

standing on a mountain high,

Looking at the moon through a clear blue sky,

来吧,其他的不说了,直接上提示词:

One girl,[pink | black] hair,wearing a blue t-shirt,turn back,side face,smile,

standing on a mountain high,

Looking at the moon through a dark blue sky,

ultra-detailed,photorealistic,masterpiece,

注意中间那个 **[pink | black]**用来描述 hair的 提示词,意味着 粉红与黑色交替出现,并呈现一定的过渡效果。

负面提示词很简单,我直接用 embedding的那几个避免人物出问题的几个key:

easynegative,badhandv4,Bybadartist,ng_deepnegative_v1_75t,negative_hand,

效果:

当然你可以适当调整提示词,让他有白天的效果:

layer diffusion 基本用法

透明机甲女战士

A mecha warrior,front,girl,a pair of wings,holding a long gun,beautiful,

ultra-detailed,photorealistic,masterpiece,

easynegative,badhandv4,Bybadartist,ng_deepnegative_v1_75t,negative_hand,

生成背景

背景提示词

The earthquake, the ground began to collapse, the tall buildings collapsed, bricks fell from the air

融合提示词

A mecha warrior, standing where the ground began to collapse and the house began to collapse, has the feeling of a science fiction blockbuster

生成背景

注意这里生成的背景是充分考虑了前景后生成的,与直接文生图或者图生图的逻辑还不一样。

融合

目前吧,layer diffusion 感觉还是不够成熟,我就手动用 ps 融合吧。

当然你可以在旁边再高点艺术字之类的。

我就示意下,你可以生成一个艺术字,再用PS合成,或者直接局部涂鸦完成也行。

修饰下,可以做成这样:

相关推荐
写代码的小阿帆18 小时前
Fractal Generative Models论文阅读笔记与代码分析
论文阅读·stable diffusion·transformer
春末的南方城市2 天前
港科大&快手提出统一上下文视频编辑 UNIC,各种视频编辑任务一网打尽,还可进行多项任务组合!
人工智能·计算机视觉·stable diffusion·aigc·transformer
多恩Stone6 天前
【Stable Diffusion 1.5 】在 Unet 中每个 Cross Attention 块中的张量变化过程
stable diffusion
今夕节度使6 天前
ARM架构推理Stable Diffusiond
stable diffusion
远瞻。10 天前
【论文精读】2024 ECCV--MGLD-VSR现实世界视频超分辨率(RealWorld VSR)
人工智能·算法·stable diffusion·音视频·超分辨率重建
远瞻。11 天前
【论文精读】2024 CVPR--Upscale-A-Video现实世界视频超分辨率(RealWorld VSR)
论文阅读·人工智能·算法·stable diffusion·音视频·超分辨率重建
乱世刀疤11 天前
AI绘画:手把手带你Stable Diffusion从入门到精通(系列教程)
人工智能·ai作画·stable diffusion
layneyao13 天前
从0到1搭建AI绘画模型:Stable Diffusion微调全流程避坑指南
ai作画·stable diffusion
远瞻。13 天前
【论文精读】2024 arXiv --VEnhancer现实世界视频超分辨率(RealWorld VSR)
论文阅读·stable diffusion·音视频·超分辨率重建
立秋678915 天前
深入理解Diffusers: 从基础到Stable Diffusion
stable diffusion