Stable Diffusion win10 Cpu安装日志

调用

python scripts/txt2img.py --prompt "a professional photograph of an astronaut riding a horse"

报错

ModuleNotFoundError: No module named 'omegaconf'

安装

pip install omegaconf

Using cached antlr4_python3_runtime-4.9.3-py3-none-any.whl

Requirement already satisfied: PyYAML>=5.1.0 in d:\cyberwin\devpro\python311\lib\site-packages (from omegaconf) (6.0.2)

Using cached omegaconf-2.3.0-py3-none-any.whl (79 kB)

Installing collected packages: antlr4-python3-runtime, omegaconf

Successfully installed antlr4-python3-runtime-4.9.3 omegaconf-2.3.0

运行

python scripts/txt2img.py --prompt "a professional photograph of an astronaut riding a horse"

from einops import rearrange

ModuleNotFoundError: No module named 'einops'

安装

pip install einops

运行

python scripts/txt2img.py --prompt "a professional photograph of an astronaut riding a horse"

安装

pip install pytorch_lightning

运行

python scripts/txt2img.py --prompt "a professional photograph of an astronaut riding a horse"

ModuleNotFoundError: No module named 'imwatermark'

安装

pip install imwatermark

pip install WatermarkEncoder

相关推荐
远瞻。21 小时前
【论文精读】2024 ECCV--MGLD-VSR现实世界视频超分辨率(RealWorld VSR)
人工智能·算法·stable diffusion·音视频·超分辨率重建
远瞻。2 天前
【论文精读】2024 CVPR--Upscale-A-Video现实世界视频超分辨率(RealWorld VSR)
论文阅读·人工智能·算法·stable diffusion·音视频·超分辨率重建
乱世刀疤2 天前
AI绘画:手把手带你Stable Diffusion从入门到精通(系列教程)
人工智能·ai作画·stable diffusion
layneyao4 天前
从0到1搭建AI绘画模型:Stable Diffusion微调全流程避坑指南
ai作画·stable diffusion
远瞻。4 天前
【论文精读】2024 arXiv --VEnhancer现实世界视频超分辨率(RealWorld VSR)
论文阅读·stable diffusion·音视频·超分辨率重建
立秋67896 天前
深入理解Diffusers: 从基础到Stable Diffusion
stable diffusion
Liudef066 天前
Stable Diffusion底模对应的VAE推荐
stable diffusion
胖墩会武术6 天前
通过Auto平台与VScode搭建远程开发环境(以Stable Diffusion Web UI为例)
前端·vscode·stable diffusion
白熊18811 天前
【图像大模型】Stable Diffusion 3 Medium:多模态扩散模型的技术突破与实践指南
人工智能·计算机视觉·stable diffusion·大模型
3D霸霸12 天前
Stable Diffusion 学习笔记02
笔记·学习·stable diffusion