使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图

安装步骤:

1. clone代码:

git clone https://gitee.com/cslola/openvino-ai-plugins-gimp.git  

或者直接到github上下载最新

git clone  https://github.com/intel/openvino-ai-plugins-gimp.git

2. 安装python以来库文件

:: run install script
openvino-ai-plugins-gimp\install.bat

执行完之后,记录下面第3条的执行路径,之后需要插入到preference里面
在这里插入图片描述
并且把openvino 的模型拷贝到weights 目录下面:

Xcopy /E /I .\openvino-ai-plugins-gimp\weights %userprofile%\openvino-ai-plugins-gimp\weights\

3. 在huggingface 下载stable diffusion 1.4 并且存放到之前创建的weight的目录下面,具体命令如下:

下载stable diffussion的 model到 %userprofile%\openvino-ai-plugins-gimp\weights\stable-diffusion-ov\stable-diffusion-1.4

或者可以用天翼云下载model并且拷贝到你的目录:https://cloud.189.cn/t/m2Iny2rYRN32 (访问码:78f1)

使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图_第1张图片

4. 打开GIMP,在Edit-> Preferences-> Folders-> Plugins. 把第2步的Plug-in路径插入到GIMP里面。
使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图_第2张图片

5. 尝试使用A750 来跑stable diffussion:
使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图_第3张图片

使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图_第4张图片
这里的GPU.0 是我的集成显卡,GPU.1 是机器上的A750显卡,也可以跑CPU。
博主用的CPU是intel 13700K,大概需要90~120秒跑出一张图片(默认设置),如果跑在intel ARC 750上,大概30秒就可以跑完。

得到图片:
使用Intel ARC 750 GPU或Intel CPU硬件在GIMP上运行stable diffussion插件进行AI绘图_第5张图片
Have fun.

Reference:

https://github.com/intel/openvino-ai-plugins-gimp
https://www.youtube.com/watch?v=q8xJjPBjqso

你可能感兴趣的:(machine,learning,人工智能,ARC,INTEL,GPU)