A converter enabling the portable release of the Stable Diffusion tool listed below to operate on Intel Arc B580.
- Download portable version of the tool
- Unzip
- Copy
switch_to_b580.bat
to whererun*.bat
exists - Run
switch_to_b580.bat
Or simply download converted one from Releases page.
After converting, follow the guide of the tool.
- ComfyUI: https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#windows-portable
- stable-diffusion-webui-forge: https://github.com/lllyasviel/stable-diffusion-webui-forge?tab=readme-ov-file#installing-forge
- stable-diffusion-webui: https://github.com/AUTOMATIC1111/stable-diffusion-webui?tab=readme-ov-file#installation-on-windows-1011-with-nvidia-gpus-using-release-package
- Install torch for Arc B580 (2.5.1+cxx11.abi) on portable python.
- Install libuv and vc14_runtime on portable python.
- Edit some scripts
- Add
--use-ipex
for stable-diffusion-webui* - Modify
update_comfyui_and_python_dependencies.bat
to keep torch for B580 for ComfyUI - Rename
run_nvidia_gpu.bat
torun_arc_b580.bat
for ComfyUI
- Add
- This batch file uses PowerShell and tested on Win11, but not on Win10.
- Every converted tools have only been tested for basic T2I generation on SDXL.