SDXL prompt 笔记

模型

模型有两个,分别是 stable-diffusion-xl-base-1.0、stable-diffusion-xl-refiner-1.0。

base 模型是用来做文生图,refiner 模型是用来做图生图的。

SDXL 模型之 base、refiner 和 VAE_云水木石的博客-CSDN博客

分辨率

默认是1024*1024,或者总像素相同的分辨率也行,比如

  • 896 x 1152
  • 1536 x 640

Samplers

DPM++ 2M Karras or DPM++ 2S a Karras

VAE

参考:SDXL 模型之 base、refiner 和 VAE_云水木石的博客-CSDN博客

PROMPT

常用

模板

PROMPT

breathtaking {prompt} . award-winning, professional, highly detailed

NEGATIVE PROMPT

anime, cartoon, graphic, text, painting, crayon, graphite, abstract glitch, blurry

应用

PROMPT

breathtaking selfie photograph of astronaut floating in space, earth in the background. award-winning, professional, highly detailed

NEGATIVE PROMPT

anime, cartoon, graphic, text, painting, crayon, graphite, abstract glitch, blurry

参考:

https://aituts.com/sdxl-prompts/

相关推荐
A-超2 小时前
vue3展示pag格式动态图
笔记
u0101526582 小时前
STM32F103C8T6学习笔记2--LED流水灯与蜂鸣器
笔记·stm32·学习
weixin_518285052 小时前
深度学习笔记10-多分类
人工智能·笔记·深度学习
丘狸尾2 小时前
ubuntu【桌面】 配置NAT模式固定IP
笔记
王俊山IT3 小时前
C++学习笔记----10、模块、头文件及各种主题(二)---- 预处理指令
开发语言·c++·笔记·学习
ToToBe3 小时前
L1G3000 提示工程(Prompt Engineering)
chatgpt·prompt
慕卿扬3 小时前
基于python的机器学习(二)—— 使用Scikit-learn库
笔记·python·学习·机器学习·scikit-learn
龙的爹23333 小时前
论文 | Legal Prompt Engineering for Multilingual Legal Judgement Prediction
人工智能·语言模型·自然语言处理·chatgpt·prompt
manfulshark3 小时前
OPENAI官方prompt文档解析
ai·prompt
齐 飞5 小时前
MongoDB笔记02-MongoDB基本常用命令
前端·数据库·笔记·后端·mongodb