当前位置: 首页 > news >正文

Stable Diffusion 3 Medium 模型

开源SD3,中型版本,20亿参数,Stable Diffusion 3 Medium,系统内存要求32G,显卡6G。

a female character with long, flowing hair that appears to be made of ethereal, swirling patterns resembling the Northern Lights or Aurora Borealis. The background is dominated by deep blues and purples, creating a mysterious and dramatic atmosphere. The character’s face is serene, with pale skin and striking features. She wears a dark-colored outfit with subtle patterns. The overall style of the artwork is reminiscent of fantasy or supernatural genres

在这里插入图片描述

不同尺寸模型文件区别

sd3_medium.safetensors 4.34GB, includes the MMDiT and VAE weights but does not include any text encoders, you need to download T5XXL text encoder yourself.

sd3_medium_incl_clips.safetensors 5.97GB, includes all necessary weights except for the T5XXL text encoder. It requires minimal resources, but the model’s performance will differ without the T5XXL text encoder.

sd3_medium_incl_clips_t5xxlfp8.safetensors 10.9GB, contains all necessary weights, including fp8 version of the T5XXL text encoder, offering a balance between quality and resource requirements.

sd3_medium_incl_clips_t5xxlfp16.safetensors 15.8GB, contains all necessary weights, including fp16 version of the T5XXL text encoder.

T5XXL is a new text encoder from Google, it has emerged as a powerful technique in natural language processing (NLP).

Clip及t5xxl_下载

1.1 clip_g.safetensors 1.39GB

1.2 clip_l.safetensors 246MB

1.3 t5xxl_fp16.safetensors 9.79GB

1.4 t5xxl_fp8_e4m3fn.safetensors 4.89GB

其他

  • 需要更新ComfyUI到最新,先git fetch再git merge

  • 命令行进入路径 ComfyUI\python_embeded安装缺失的spandrel模块,运行

python -m pip install spandrel

参考
[1]: https://edmondyip.substack.com/p/stability-ai-released-stable-diffusion

http://www.lryc.cn/news/372657.html

相关文章:

  • 数据分析------统计学知识点(五)
  • Superset二次开发之Git篇 git remote
  • 记录一下PHP使用微信小程序支付
  • 【数据结构初阶】 --- 单链表
  • 并发、多线程、HTTP连接数有何关系?
  • 鸿蒙轻内核Kconfig使用笔记
  • react 0至1 案例
  • 基于MCU平台的HMI开发的性能优化与实战(上)
  • 【Tkinter界面】Canvas 图形绘制(02/5)
  • 1_常见指令【Linux中常见30个指令的学习和使用】【万字长文】
  • 每日复盘-202406014
  • JavaScript 深拷贝和浅拷贝的实现、使用场景和存在的问题
  • 8个常用的辅助函数!!
  • 服务器数据恢复—OceanStor存储中NAS卷数据丢失如何恢复数据?
  • 54.Python-web框架-Django-免费模板django-datta-able
  • XP系统安装Node.js v8.6.0并搭建Vue2开发环境(项目兼容到Vista的IE9浏览器)
  • redis序列化
  • IOT-Tree 1.7.0实现了一个类似Node-Red的流程功能
  • nc网络收发测试-tcp客户端\TCP服务器\UDP\UDP广播
  • 程序员该有怎么样的职业素养
  • 51交通灯
  • 鸿蒙Arkts上传图片并获取接口返回信息
  • 超文本标记语言(HTML)简介
  • 使用thymeleaf直接渲染字符串
  • Spring Boot整合发送QQ邮箱功能
  • Milvus向量数据库
  • python cls的使用
  • idea中maven下载依赖缓慢解决方法
  • JS 中的各种距离 scrollTop?clientHeight?
  • 继承-进阶-易错点