Please tell what the error is, and how to fix.. sth about lora-block weight and scrpts.py etc... #10509
Unanswered
VenomSnake01
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
It looks like you are using an outdated script, delete it and reinstall afterwards. |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
It Shows like this:
Error loading script: lora_block_weight.py
Traceback (most recent call last):
File "C:\StableDiffusion\stable-diffusion-webui\modules\scripts.py", line 263, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\StableDiffusion\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\StableDiffusion\stable-diffusion-webui\scripts\lora_block_weight.py", line 17, in
from fonts.ttf import Roboto
ModuleNotFoundError: No module named 'fonts'
Loading weights [fc2511737a] from C:\StableDiffusion\stable-diffusion-webui\models\Stable-diffusion\chilloutmix_NiPrunedFp32Fix.safetensors
Creating model from config: C:\StableDiffusion\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Running on local URL: http://127.0.0.1:7860
and in the webui, the orange gradio squares rotate and rotate like forever...
Beta Was this translation helpful? Give feedback.
All reactions