안녕하세요
요즘 핫한 AI 그림그리기를 맥미니 m1에서 해보고 있는데, 거의 설치 마지막에 에러 뿜뿜하고 설치 실패합니다.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon
위 사이트에서 보고 진행중입니다.
brew 설치했고 필요한 프로그램들 설치 하고 나서 마지막에
./setup_mac.sh
여기서 마지막에 꼭 에러가 나네요.
혹시 맥미니 m1 16G 에서는 안돌아가는건지요?=============================================
=============================================
=============================================
=============================================
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Loading weights [e3b0c442] from /Users/witbox/Documents/stable-diffusion-webui/models/Stable-diffusion/sd-v1-4.ckpt
Error verifying pickled file from /Users/witbox/Documents/stable-diffusion-webui/models/Stable-diffusion/sd-v1-4.ckpt:
Traceback (most recent call last):
File "/Users/witbox/Documents/stable-diffusion-webui/modules/safe.py", line 76, in check_pt
with zipfile.ZipFile(filename) as z:
File "/Users/witbox/miniconda/envs/web-ui/lib/python3.10/zipfile.py", line 1267, in __init__
self._RealGetContents()
File "/Users/witbox/miniconda/envs/web-ui/lib/python3.10/zipfile.py", line 1334, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/witbox/Documents/stable-diffusion-webui/modules/safe.py", line 97, in load
check_pt(filename)
File "/Users/witbox/Documents/stable-diffusion-webui/modules/safe.py", line 89, in check_pt
unpickler.load()
_pickle.UnpicklingError: invalid load key, 'A'.
-----> !!!! The file is most likely corrupted !!!! <-----
You can skip this check with --disable-safe-unpickle commandline argument, but that is not going to help you.
Traceback (most recent call last):
File "/Users/witbox/Documents/stable-diffusion-webui/webui.py", line 202, in <module>
webui()
File "/Users/witbox/Documents/stable-diffusion-webui/webui.py", line 146, in webui
initialize()
File "/Users/witbox/Documents/stable-diffusion-webui/webui.py", line 82, in initialize
modules.sd_models.load_model()
File "/Users/witbox/Documents/stable-diffusion-webui/modules/sd_models.py", line 247, in load_model
load_model_weights(sd_model, checkpoint_info)
File "/Users/witbox/Documents/stable-diffusion-webui/modules/sd_models.py", line 176, in load_model_weights
if "global_step" in pl_sd:
TypeError: argument of type 'NoneType' is not iterable
|
|