使用者:游士賢:修訂版本之間的差異

出自福留子孫
跳轉到: 導覽搜尋
(移除所有頁面內容)
第 1 行: 第 1 行:
===Stable Diffusion單機版安裝===
 
*下載並安裝 [https://www.python.org/downloads/release/python-3106/ python3.10.6]。
 
*下載並安裝 [https://git-scm.com/downloads git]。
 
*下載並安裝 stable-diffusion-webui,開啟命令字元,輸入「git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git」。
 
*請進入「stable-diffusion-webui」的資料夾,找到「webui-user」請貼上以下程式碼,修改並儲存。
 
<pre>
 
@echo off
 
  
set PYTHON=C:\User\...\python.exe (請填入 python3.10 執行檔的路徑)
 
set GIT=
 
set VENV DIR=
 
Set COMMANDI INE_ARGS=--no-half --skip-torch-cuda-test (如有獨立顯卡,無需填寫)
 
git pull
 
call webui.bat
 
</pre>
 
*請進入「stable-diffusion-webui」的資料夾,點選「webui-user」批次檔案,下載並安裝「webui-user」。
 
*安裝完成,會給一組伺服器IP(127.0.0.1:7861),請複製並用瀏覽器開啟。
 
 
===Stable Diffusion 介面介紹===
 
介面輸入只能用英文<br/><img src='http://jendo.org/~游士賢/使用說明/StableDiffusion/StableDiffusion_使用介面.png' width='1000px' />
 

2023年3月6日 (一) 11:50的修訂版本