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

相关推荐
jerwey4 小时前
Stable Diffusion:Diffusion Model
人工智能·stable diffusion
曲幽12 小时前
零基础快速搭建AI绘画网站!用Gradio玩转Stable Diffusion
python·ai作画·stable diffusion·gradio·diffusers·webui
北上ing3 天前
从FP32到BF16,再到混合精度的全景解析
人工智能·pytorch·深度学习·计算机视觉·stable diffusion
源客z4 天前
搭建Stable Diffusion图像生成系统实现通过网址访问(Ngrok+Flask实现项目系统公网测试,轻量易部署)
stable diffusion
源客z5 天前
搭建 Stable Diffusion 图像生成系统并通过 Ngrok 暴露到公网(实现本地系统网络访问)——项目记录
stable diffusion
朴拙数科7 天前
Stable Diffusion秋叶整合包V4独立版Python本地API连接指南
开发语言·python·stable diffusion
璇转的鱼8 天前
爆肝整理!Stable Diffusion的完全使用手册(二)
人工智能·ai作画·stable diffusion·aigc
曲幽8 天前
Stable Diffusion LoRA模型加载实现风格自由
python·ai·stable diffusion·lora·文生图·diffusers
nan_black10 天前
在Pycharm配置stable diffusion环境(使用conda虚拟环境)
stable diffusion·pycharm·conda
AI绘画咪酱11 天前
Stable Diffusion【进阶篇】:如何实现人脸一致
人工智能·深度学习·学习·机器学习·ai作画·stable diffusion