프로그램 사용/ai 프로그램
stable diffusion --device-id
구차니
2026. 6. 18. 11:52
버전에 따라 안 먹는게 있는지 라고 하기에는
저번에 잘 한거 같기도 한데 잘 모르겠네
아무튼 아래처럼 바꾸어 주면 자로딘다.
| ./webui.sh --server-name=0.0.0.0 --device-id=1 --api --medvram |
| CUDA_VISIBLE_DEVICES=1 ./webui.sh --server-name=0.0.0.0 --api --medvram |
일단 현재 버전(?)은 아래와 같은 상태.
저번에 확장 깔다가 꼬여서 1.7 버전이라고 받아둔걸로 했더니 안되는건가..
| $ git history commit 1937682a20f7f0442311a1ede68f9f0cb480163b (HEAD -> dev, origin/dev) Merge: 76759a18 fd0f475a Author: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Mon Mar 2 16:00:53 2026 +0900 Merge pull request #17313 from WhizZest/fix-setuptools-version Fix the issue of `pip install 'setuptools<70'` failing in cmd $ git branch * dev master $ git remote -v origin https://github.com/AUTOMATIC1111/stable-diffusion-webui.git (fetch) origin https://github.com/AUTOMATIC1111/stable-diffusion-webui.git (push) |