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模块,运行

bash 复制代码
python -m pip install spandrel

参考

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

相关推荐
多恩Stone3 天前
【Stable Diffusion 1.5 】在 Unet 中每个 Cross Attention 块中的张量变化过程
stable diffusion
今夕节度使3 天前
ARM架构推理Stable Diffusiond
stable diffusion
一刀到底2114 天前
comfyui利用 SkyReels-V2直接生成长视频本地部署问题总结 2 :寻找丢失的model 和工作流中 get set 方法的应用
人工智能·python·comfyui
远瞻。7 天前
【论文精读】2024 ECCV--MGLD-VSR现实世界视频超分辨率(RealWorld VSR)
人工智能·算法·stable diffusion·音视频·超分辨率重建
一刀到底2117 天前
comfyui 工作流中 视频长度和哪些参数有关? 生成15秒的视频,再加上RTX4060 8G显卡,尝试一下
人工智能·python·comfyui
远瞻。8 天前
【论文精读】2024 CVPR--Upscale-A-Video现实世界视频超分辨率(RealWorld VSR)
论文阅读·人工智能·算法·stable diffusion·音视频·超分辨率重建
乱世刀疤8 天前
AI绘画:手把手带你Stable Diffusion从入门到精通(系列教程)
人工智能·ai作画·stable diffusion
浪淘沙jkp9 天前
AI大模型学习三十、ubuntu安装comfyui,安装插件,修改返回405 bug,值得一看喔
人工智能·学习·ubuntu·comfyui·dify
layneyao10 天前
从0到1搭建AI绘画模型:Stable Diffusion微调全流程避坑指南
ai作画·stable diffusion
远瞻。10 天前
【论文精读】2024 arXiv --VEnhancer现实世界视频超分辨率(RealWorld VSR)
论文阅读·stable diffusion·音视频·超分辨率重建