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

相关推荐
修炼室15 天前
Stable Diffusion WebUI 本地部署完整教程
stable diffusion
NetX行者15 天前
Stable Diffusion:开启AI图像生成新纪元
人工智能·stable diffusion
这是一个懒人20 天前
SD和comfyui常用模型介绍和下载
stable diffusion·comfyui·模型下载
有点小帅得平哥哥21 天前
Stable Diffusion WebUI 本地部署指南(Windows 11 + RTX 4060 Ti)
stable diffusion
CoovallyAIHub25 天前
突破异常数据瓶颈!AnomalyAny:一句话+一张图,零样本生成任意异常图像
计算机视觉·stable diffusion
写代码的小阿帆1 个月前
Fractal Generative Models论文阅读笔记与代码分析
论文阅读·stable diffusion·transformer
春末的南方城市1 个月前
港科大&快手提出统一上下文视频编辑 UNIC,各种视频编辑任务一网打尽,还可进行多项任务组合!
人工智能·计算机视觉·stable diffusion·aigc·transformer
多恩Stone1 个月前
【Stable Diffusion 1.5 】在 Unet 中每个 Cross Attention 块中的张量变化过程
stable diffusion
今夕节度使1 个月前
ARM架构推理Stable Diffusiond
stable diffusion
远瞻。1 个月前
【论文精读】2024 ECCV--MGLD-VSR现实世界视频超分辨率(RealWorld VSR)
人工智能·算法·stable diffusion·音视频·超分辨率重建