Replies: 1 comment 1 reply
-
Did you make it work? I have the same problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying for 3 weeks to load and use stability Matrix with Stable Diffusion Automatic 1111 but every time I choose a model it goes through the thought process and then the model doesn't load. I have tried loading unloading and reloading a number of times based on the way other people have installed stable diffusion but it always shows the same message, please see below.
Any help to fix this problem would be appreciated.
Commit hash: cf2772f
Launching Web UI with arguments: --medvram --xformers --api --skip-python-version-check
Style database not found: D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\styles.csv
Loading weights [aeb7e9e689] from D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\models\Stable-diffusion\juggernautXL_v8Rundiffusion.safetensors
Running on local URL: http://127.0.0.1:7860/
To create a public link, set
share=True
inlaunch()
.Startup time: 67.7s (initial startup: 0.3s, prepare environment: 29.4s, import torch: 17.0s, import gradio: 3.3s, setup paths: 2.7s, initialize shared: 0.9s, other imports: 2.5s, setup codeformer: 0.4s, setup gfpgan: 0.1s, load scripts: 6.6s, create ui: 1.9s, gradio launch: 2.2s, add APIs: 1.0s).
Creating model from config: D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
creating model quickly: JSONDecodeError
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap
File "threading.py", line 1016, in _bootstrap_inner
File "threading.py", line 953, in run
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\modules[initialize.py](https://initialize.py/)", line 147, in load_model
shared.sd_model # noqa: B018
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\modules\shared_items.py", line 128, in sd_model
return modules.sd_models.model_data.get_sd_model()
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\modules\sd_models.py", line 531, in get_sd_model
load_model()
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\modules\sd_models.py", line 634, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\stable-diffusion-stability-ai\ldm[util.py](https://util.py/)", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\sgm\models[diffusion.py](https://diffusion.py/)", line 61, in init
self.conditioner = instantiate_from_config(
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\sgm[util.py](https://util.py/)", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\sgm\modules\encoders[modules.py](https://modules.py/)", line 88, in init
embedder = instantiate_from_config(embconfig)
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\sgm[util.py](https://util.py/)", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\repositories\generative-models\sgm\modules\encoders[modules.py](https://modules.py/)", line 360, in init
self.tokenizer = CLIPTokenizer.from_pretrained(version)
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\transformers\tokenization_utils_base.py", line 1825, in from_pretrained
return cls.from_pretrained(
File "D:\AI\StabilityMatrix-win-x64\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\transformers\tokenization_utils_base.py", line 2004, in from_pretrained
special_tokens_map = json.load(special_tokens_map_handle)
File "json_init.py", line 293, in load
File "json_init.py", line 346, in loads
File "json[decoder.py](https://decoder.py/)", line 337, in decode
File "json[decoder.py](https://decoder.py/)", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Beta Was this translation helpful? Give feedback.
All reactions