Replies: 1 comment 1 reply
-
I also encountered the same problem, how did you solve it |
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.
-
venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash:
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Loading weights [fc2511737a] from D:\stable-diffusion-webui\models\Stable-diffusion\chilloutmix_NiPrunedFp32Fix.safetensors
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(0):
Model loaded in 5.1s (load weights from disk: 0.2s, create model: 0.4s, apply weights to model: 1.4s, apply half(): 0.7s, move model to device: 0.7s, load textual inversion embeddings: 1.7s).
Error calling: D:\stable-diffusion-webui\scripts\img2imgalt.py/ui
Traceback (most recent call last):
File "D:\stable-diffusion-webui\modules\scripts.py", line 270, in wrap_call
res = func(*args, **kwargs)
File "D:\stable-diffusion-webui\scripts\img2imgalt.py", line 132, in ui
info = gr.Markdown('''
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 5480, in init
IOComponent.init(
File "D:\stable-diffusion-webui\modules\scripts.py", line 542, in IOComponent_init
res = original_IOComponent_init(self, *args, **kwargs)
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 196, in init
else self.postprocess(initial_value)
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 5499, in postprocess
return self.md.render(unindented_y)
File "D:\stable-diffusion-webui\venv\lib\site-packages\markdown_it\main.py", line 267, in render
return self.renderer.render(self.parse(src, env), self.options, env)
File "D:\stable-diffusion-webui\venv\lib\site-packages\markdown_it\main.py", line 252, in parse
self.core.process(state)
File "D:\stable-diffusion-webui\venv\lib\site-packages\markdown_it\parser_core.py", line 32, in process
rule(state)
File "D:\stable-diffusion-webui\venv\lib\site-packages\markdown_it\rules_core\linkify.py", line 30, in linkify
raise ModuleNotFoundError("Linkify enabled but not installed.")
ModuleNotFoundError: Linkify enabled but not installed.
Traceback (most recent call last):
File "D:\stable-diffusion-webui\launch.py", line 356, in
start()
File "D:\stable-diffusion-webui\launch.py", line 351, in start
webui.webui()
File "D:\stable-diffusion-webui\webui.py", line 243, in webui
shared.demo = modules.ui.create_ui()
File "D:\stable-diffusion-webui\modules\ui.py", line 648, in create_ui
with gr.Blocks(analytics_enabled=False) as img2img_interface:
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1153, in exit
self.config = self.get_config_file()
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1129, in get_config_file
"props": utils.delete_none(block.get_config())
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 5503, in get_config
"value": self.value,
AttributeError: 'Markdown' object has no attribute 'value'
Beta Was this translation helpful? Give feedback.
All reactions