CSDN_InsCode自带的Stable Diffusion环境

简介: CSDN_InsCode自带的Stable Diffusion环境

CSDN_InsCode打开位置

就在我们的主页左上角可以看到【InsCode】直接点击进入即可。

Stable Diffusion服务页面

InsCode - 让你的灵感立刻落地

可以直接点击我上面给的路径,或者在服务主页中点开也行。具体位置在下面。

启动Stable Diffusion

具体购买内容

这里由于我们是测试,买个便宜的就行。

我为了给大家演示的快一些买了个最贵的。

Stable Diffusion WebUI服务器启动

等两分钟后点击启动即可。

启动后的页面:

模型测试

随便选一个,这里我们选择了Cute_Animals.ckpt模型【可爱的动物】来测试一下。

提示词:a cat,pink,Moon River

一只猫,粉色的,月亮河

生成效果:

生成一个真人,美丽一些的

提示词:

Star face, long black hair, beauty, wearing a white shirt, upper body frontal photo, ultra-clear, cute, lolita, natural black pupils, bright eyes, Chinese style, well-proportioned, regular facial features, no stretching, first love, light blue Color background, tie, campus, desks and chairs, school uniform, long hair to waist, smile, dimples

反向提示词:

nude, logo, text, chinese, disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, words, letters, titles, text, cars, female:1.2, woman:1.2, asian:1.2, (facial hair, beard), malformed pupils, strange eyes, ugly, malformed face, naked, cleavage, nipples, breasts, cleavage, old, wrinkles, nsfw, erotic, text, watermark, 3d, cartoon, 3dcg, doll, illustration, lowres,Low rated,Phone,Wedding,Frame,Painting,tumblr,watermark,signature,((hdr)),((terragen)),((rendering)),(high contrast) (two heads:1.7), 2girls, two persons, art, concept art, concept, render, cgi, painting, artstation, paintings, sketches, (worst quality:2),easynegative, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, ((monochrome)), ((grayscale)), skin spots, acnes, age spots, extra fingers, fewer fingers, strange fingers, bad hand, ((((bad anatomy)))), bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, sunburn, ((simple background)), hermaphrodite, long neck, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, bad proportions, malformed limbs, extra limbs, cloned face, disfigured, gross proportions, (((missing arms))), (((missing legs))), (((extra arms))), (((extra legs))), (((extra breasts))), (((extra nipples))), plump, bad legs, error legs, bad feet, kid face,(identical twins),((misaligned nails)),((misaligned fingers)),((wrinkled knees )),(uneven skin tone), ((head wear)),((bruised knee)), ((nsfw))

原图:

微调

直接点击局部重绘

胳膊处理了一下

对比效果:

挺方便的工具,分享给大家。

资源释放

我们是按照小时购买的,并没有点击持续扣费,所以到时自动释放。

相关文章
|
机器学习/深度学习 算法 Python
傅里叶变换算法和Python代码实现
傅立叶变换是物理学家、数学家、工程师和计算机科学家常用的最有用的工具之一。本篇文章我们将使用Python来实现一个连续函数的傅立叶变换。
303 8
|
前端开发 JavaScript 安全
TypeScript在React Hooks中的应用:提升React开发的类型安全与可维护性
【7月更文挑战第17天】TypeScript在React Hooks中的应用极大地提升了React应用的类型安全性和可维护性。通过为状态、依赖项和自定义Hooks指定明确的类型,开发者可以编写更加健壮、易于理解和维护的代码。随着React和TypeScript的不断发展,结合两者的优势将成为构建现代Web应用的标准做法。
|
11月前
|
Java
Java之for循环
Java 提供了三种 for 循环方式:fori、foreach 和 Stream.foreach。fori 是最早的循环形式,现已较少使用;foreach 是对 fori 的语法糖,编译时会自动转换;Stream.foreach 结合 lambda 表达式使用,代码更简洁,但不支持 break 和 return。
345 11
Java之for循环
|
Java Nacos 微服务
JSR-330 ‘javax.inject.Inject‘ annotation found and supported for autowiring
这篇文章讨论了在Spring Boot项目中遇到的JSR-330 `javax.inject.Inject`注解相关问题,以及如何解决因版本不兼容导致服务注册失败的问题。
|
网络协议 网络安全 数据安全/隐私保护
内容安全(DPI和DFI解析)
内容安全(DPI和DFI解析)
707 6
|
机器学习/深度学习 SQL 数据可视化
单细胞分析(Signac): PBMC scATAC-seq 整合
单细胞分析(Signac): PBMC scATAC-seq 整合
|
机器学习/深度学习 人工智能 算法
阿里云机器学习平台 PAI -推荐解决方案|学习笔记
快速学习阿里云机器学习平台 PAI -推荐解决方案。
1374 0
阿里云机器学习平台 PAI -推荐解决方案|学习笔记
|
Windows
avio_open2函数分析
avio_open2函数分析
428 0
avio_open2函数分析
|
SQL
SQL在INNER JOIN时,也可以将子查询加入进来
这个语法有点神奇,记下。 但觉得用处有限吧。 mysql> SELECT a.account_id, a_cust_id, a.open_date, a.product_cd -> FROM account AS a INNER JOIN -> (SELECT emp_...
2440 0