Stable Diffusion 模型分享:yayoi_mix(日本美女、真实、照片)

2024-03-01 03:20

本文主要是介绍Stable Diffusion 模型分享:yayoi_mix(日本美女、真实、照片),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

在这里插入图片描述

本文收录于《AI绘画从入门到精通》专栏,专栏总目录:点这里。

文章目录

  • 模型介绍
  • 生成案例
    • 案例一
    • 案例二
    • 案例三
    • 案例四
    • 案例五
  • 下载地址

模型介绍

yayoi_mix 是一个现实模型,是一个针对日本女性训练及合并的模型。

条目内容
类型大模型
基础模型SD 1.5
来源CIVITAI
作者kotajiro001
文件名称yayoiMix_v25.safetensors
文件大小1.99GB

生成案例

案例一

在这里插入图片描述

best quality, face focus, soft light, ultra high res, (photorealistic:1.4), RAW photo,
1japanese girl, solo, cute, (pupil, lights in the eyes),  detailed beautiful face, (small chest),(high resolution detail of human skin texture),
(long hair),
indoor,
Damask Shirt Dress,
(portrait)
Negative prompt: short shirt, painting,sketches,(worst quality:2),(low quality:2),(normal quality:2),((monochrome)),((grayscale)), missing fingers ,skin spots ,acnes,skin blemishes,loli
Steps: 36, Size: 768x960, Seed: 2953037279, Model: yayoi_mix_v25-fp16, Version: v1.6.0, Sampler: DPM++ 2M Karras, CFG scale: 7, Model hash: ca28aa4a44, Hires upscale: 1.8, Hires upscaler: 4x_Valar_v1, Denoising strength: 0.2

案例二

在这里插入图片描述

best quality, face focus, soft light, ultra high res, (photorealistic:1.4), RAW photo,
1japanese girl, solo, cute, (pupil, lights in the eyes),  detailed beautiful face, (small chest),(high resolution detail of human skin texture),
(long hair),
sit couch,
school uniform, charcoal vest, skirt,
(upper thigh)
Negative prompt: short shirt, painting,sketches,(worst quality:2),(low quality:2),(normal quality:2),((monochrome)),((grayscale)), missing fingers ,skin spots ,acnes,skin blemishes,loli
Steps: 36, Size: 768x960, Seed: 2947840509, Model: yayoi_mix_v25-fp16, Version: v1.6.0, Sampler: DPM++ 2M Karras, CFG scale: 7, Model hash: ca28aa4a44, Hires upscale: 1.8, Hires upscaler: 4x_Valar_v1, Denoising strength: 0.2

案例三

在这里插入图片描述

best quality, face focus, soft light, ultra high res, (photorealistic:1.4), RAW photo,
1japanese girl, solo, cute, (pupil, lights in the eyes),  detailed beautiful face, (small chest),(high resolution detail of human skin texture),
(long hair),
sit couch,
school uniform, charcoal vest, skirt,
(upper thigh)
Negative prompt: short shirt, painting,sketches,(worst quality:2),(low quality:2),(normal quality:2),((monochrome)),((grayscale)), missing fingers ,skin spots ,acnes,skin blemishes,loli
Steps: 36, Size: 768x960, Seed: 2512323322, Model: yayoi_mix_v25-fp16, Version: v1.6.0, Sampler: DPM++ 2M Karras, CFG scale: 7, Model hash: ca28aa4a44, Hires upscale: 1.8, Hires upscaler: 4x_Valar_v1, Denoising strength: 0.2

案例四

在这里插入图片描述

best quality, face focus, soft light, ultra high res, (photorealistic:1.4), RAW photo,
1japanese girl, solo, cute, (shy smile:0.5), (brown eyes, lights in the eyes),  detailed beautiful face, (small chest),(high resolution detail of human skin texture),
(short bob hair)
BREAK,
in classroom,navy school uniform, vest, skirt
Negative prompt: short shirt, painting,sketches,(worst quality:2),(low quality:2),(normal quality:2),((monochrome)),((grayscale)), missing fingers ,skin spots ,acnes,skin blemishes,loli
Steps: 36, Size: 768x960, Seed: 4176680248, Model: yayoi_mix_v25-fp16, Version: v1.6.0, Sampler: DPM++ 2M Karras, CFG scale: 7, Model hash: ca28aa4a44

案例五

在这里插入图片描述

best quality, face focus, soft light, ultra high res, (photorealistic:1.4), RAW photo,(small smile:0.4),
1japanese girl, solo, cute, (pupil, lights in the eyes),  detailed beautiful face, (small chest),(high resolution detail of human skin texture),
(midi hair),
indoor,
(navy school uniform:1.6),
(upper thigh:1.6)
<lora:uduki_MK05mix:0.3>
Negative prompt: short shirt, painting,sketches,(worst quality:2),(low quality:2),(normal quality:2),((monochrome)),((grayscale)), missing fingers ,skin spots ,acnes,skin blemishes,loli
Steps: 36, Size: 768x960, Seed: 1217486352, Model: yayoi_mix_v25-fp16, Version: v1.6.0, Sampler: DPM++ 2M Karras, CFG scale: 7, Model hash: ca28aa4a44, Hires upscale: 1.8, "uduki_MK05mix: 76a1de42f77f", Hires upscaler: 4x_Valar_v1, Denoising strength: 0.1

下载地址

链接:https://pan.quark.cn/s/35af985b3ab9
提取码:w2cA

这篇关于Stable Diffusion 模型分享:yayoi_mix(日本美女、真实、照片)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/761050

相关文章

Python中你不知道的gzip高级用法分享

《Python中你不知道的gzip高级用法分享》在当今大数据时代,数据存储和传输成本已成为每个开发者必须考虑的问题,Python内置的gzip模块提供了一种简单高效的解决方案,下面小编就来和大家详细讲... 目录前言:为什么数据压缩如此重要1. gzip 模块基础介绍2. 基本压缩与解压缩操作2.1 压缩文

Go语言代码格式化的技巧分享

《Go语言代码格式化的技巧分享》在Go语言的开发过程中,代码格式化是一个看似细微却至关重要的环节,良好的代码格式化不仅能提升代码的可读性,还能促进团队协作,减少因代码风格差异引发的问题,Go在代码格式... 目录一、Go 语言代码格式化的重要性二、Go 语言代码格式化工具:gofmt 与 go fmt(一)

Python虚拟环境与Conda使用指南分享

《Python虚拟环境与Conda使用指南分享》:本文主要介绍Python虚拟环境与Conda使用指南,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、python 虚拟环境概述1.1 什么是虚拟环境1.2 为什么需要虚拟环境二、Python 内置的虚拟环境工具

详解如何使用Python从零开始构建文本统计模型

《详解如何使用Python从零开始构建文本统计模型》在自然语言处理领域,词汇表构建是文本预处理的关键环节,本文通过Python代码实践,演示如何从原始文本中提取多尺度特征,并通过动态调整机制构建更精确... 目录一、项目背景与核心思想二、核心代码解析1. 数据加载与预处理2. 多尺度字符统计3. 统计结果可

SpringBoot整合Sa-Token实现RBAC权限模型的过程解析

《SpringBoot整合Sa-Token实现RBAC权限模型的过程解析》:本文主要介绍SpringBoot整合Sa-Token实现RBAC权限模型的过程解析,本文给大家介绍的非常详细,对大家的学... 目录前言一、基础概念1.1 RBAC模型核心概念1.2 Sa-Token核心功能1.3 环境准备二、表结

Python处理大量Excel文件的十个技巧分享

《Python处理大量Excel文件的十个技巧分享》每天被大量Excel文件折磨的你看过来!这是一份Python程序员整理的实用技巧,不说废话,直接上干货,文章通过代码示例讲解的非常详细,需要的朋友可... 目录一、批量读取多个Excel文件二、选择性读取工作表和列三、自动调整格式和样式四、智能数据清洗五、

JDK9到JDK21中值得掌握的29个实用特性分享

《JDK9到JDK21中值得掌握的29个实用特性分享》Java的演进节奏从JDK9开始显著加快,每半年一个新版本的发布节奏为Java带来了大量的新特性,本文整理了29个JDK9到JDK21中值得掌握的... 目录JDK 9 模块化与API增强1. 集合工厂方法:一行代码创建不可变集合2. 私有接口方法:接口

电脑系统Hosts文件原理和应用分享

《电脑系统Hosts文件原理和应用分享》Hosts是一个没有扩展名的系统文件,当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,系统会立即打开对应... Hosts是一个没有扩展名的系统文件,可以用记事本等工具打开,其作用就是将一些常用的网址域名与其对应

SpringBoot请求参数接收控制指南分享

《SpringBoot请求参数接收控制指南分享》:本文主要介绍SpringBoot请求参数接收控制指南,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录Spring Boot 请求参数接收控制指南1. 概述2. 有注解时参数接收方式对比3. 无注解时接收参数默认位置

基于Python和MoviePy实现照片管理和视频合成工具

《基于Python和MoviePy实现照片管理和视频合成工具》在这篇博客中,我们将详细剖析一个基于Python的图形界面应用程序,该程序使用wxPython构建用户界面,并结合MoviePy、Pill... 目录引言项目概述代码结构分析1. 导入和依赖2. 主类:PhotoManager初始化方法:__in