极乐迪斯科(风格) | Disco Elysium – Style LoRA

简介: 极乐迪斯科(风格) | Disco Elysium – Style LoRA

What is this

LoRA版本的极乐迪斯科风格模型, 使用共计15张图片, 分辨率为1024*1024, 用Anything v4.5训练. 其他模型没有经过测试, 你可以自行尝试效果.

This is the LoRA version of art style similar to the famous and award-winning video game “Disco Elysium”.

Trained with only 8 images for portrait and 7 images for scenery, under 1024*1024 resolution. The result is satisfying so I decide to release it.

It was trained on anything v4.5. Other 2d anime models should be fine too, feel free to try it and see for yourself.

Recommend to turn on Hires fix otherwise image lacks of details.

❓How to use / 使用方法

可用于生成角色肖像及风景.

This LoRA is capable of generating both character portraits and scenery.

For portrait👨, the trigger words are / 肖像提示词:

🔸ZaUm, elysiumChar, portrait, <DiscoElysiumStyle_v1:1>,

For scenery🏞️, add these / 风景提示词:

🔸ZaUm, elysiumScape, scenery, <DiscoElysiumStyle_v1:1>,

📝其他信息与参数:

Model: Anything v4.5,

Image Resolution / 分辨率: any, tends to work better on high resolution

Sampler / 采样器: DPM++ SDE Karras,

Sampling Steps / 采样步数: 20-40,

Hires fix / 高分辨率修复算法: R-ESRGAN 4+.

💛 I hope you enjoy it as much as I do. 希望你喜欢这个模型.💛

模型演示(多图预警)

正面tag

1. ZaUm, elysiumChar, portrait, <DiscoElysiumStyle_v1:1>,
2. 
3. masterplece, best quality,8k, oil painting, soft lighting , ZaUm, elysiumChar,Soft Lighting,strong rim light,(close-up:1.3),
4. 1 man,drunkoak,on desk,(depressed:0.7),cigarette,sitting,face,ready to draw,
5. (black coat, shotgun, holster, sling, bleeding, short hair, beard, (blowing smoke),Cowboy hat),desk , celling fan , open window,
6. dusk,The City Outside the window,

负面tag

1. 
2. (low quality, worst quality:1.4),(monochrome, dof:1.2), 
3. easynegative, bad anatomy, bad hand, extra digits,extra fingers, 
4. twisted fingers, long body, jpeg artifacts, signature, watermark, 
5. username, censor, text,

目录
相关文章
|
8月前
|
Web App开发 虚拟化 iOS开发
macOS Sequoia 15.7.3 (24G419) Boot ISO 原版可引导映像下载
macOS Sequoia 15.7.3 (24G419) Boot ISO 原版可引导映像下载
1917 1
macOS Sequoia 15.7.3 (24G419) Boot ISO 原版可引导映像下载
|
人工智能 测试技术 Go
如何使用 Google 的 Gemini
Google Gemini是谷歌发布的人工智能大模型,能够在从数据中心到移动设备等不同平台上运行。本文将介绍Gemini以及如何使用Gemini。
2572 0
|
12月前
|
存储 弹性计算 运维
AI 时代下阿里云基础设施的稳定性架构揭秘
十五年磨一剑,稳定性为何是今天的“命门”?
1383 151
|
人工智能 自然语言处理 测试技术
阿里云通义实验室自然语言处理方向负责人黄非:通义灵码2.0,迈入 Agentic AI
在通义灵码 2.0 发布会上,阿里云通义实验室自然语言处理方向负责人黄非分享了代码大模型的演进。过去一年来,随着大模型技术的发展,特别是智能体技术的深入应用,通义灵码也在智能体的基础上研发了针对于整个软件研发流程的不同任务的智能体,这里既包括单智能体,也包括多智能体合并框架,在这样的基础上我们研发了通义灵码2.0。
1383 21
|
JSON 开发工具 git
基于Python和pygame的植物大战僵尸游戏设计源码
本项目是基于Python和pygame开发的植物大战僵尸游戏,包含125个文件,如PNG图像、Python源码等,提供丰富的游戏开发学习素材。游戏设计源码可从提供的链接下载。关键词:Python游戏开发、pygame、植物大战僵尸、源码分享。
633 6
|
XML 存储 编解码
浅浅地优化下视频流播放体验
浅浅地优化下视频流播放体验
1563 0
|
存储 运维 安全
等保测评是什么?(非常详细)零基础入门到精通,收藏这一篇就够了
等保测评是什么?(非常详细)零基础入门到精通,收藏这一篇就够了
2941 4
|
负载均衡 网络协议 Unix
Nginx负载均衡与故障转移实践
Nginx通过ngx_http_upstream_module模块实现负载均衡与故障转移,适用于多服务器环境。利用`upstream`与`server`指令定义后端服务器组,通过`proxy_pass`将请求代理至这些服务器,实现请求分发。Nginx还提供了多种负载均衡策略,如轮询、权重分配、IP哈希等,并支持自定义故障转移逻辑,确保系统稳定性和高可用性。示例配置展示了如何定义负载均衡设备及状态,并应用到具体server配置中。
|
NoSQL 网络安全 MongoDB
MongoDB 备份与恢复
MongoDB 中的数据备份和恢复主要依赖于 `mongodump` 和 `mongorestore` 两个命令。`mongodump` 用于备份数据,它可以将数据导出为 BSON 格式的文件,支持多种部署类型,包括独立运行部署、副本集、分片集群等。通过指定不同的参数,如 `--uri`、`--host`、`--port` 等,可以连接到不同的 MongoDB 实例。备份时还可以指定要备份的数据库、集合等。
734 1
|
Kubernetes Java Docker
Kubernetes(K8S) Deployment 拉取阿里云镜像部署
Kubernetes(K8S) Deployment 拉取阿里云镜像部署
2123 0