Replies: 1 comment
-
have the same question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fresh clone of the repo and I get this sqlite3 error. Is this a path issue?
Python 3.10.11 (main, Apr 13 2024, 15:53:39) [GCC 9.4.0]
Version: v1.9.0
Commit hash: adadb4e
Launching Web UI with arguments: --no-half --disable-nan-check --api
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
Traceback (most recent call last):
File "/mnt/storage/stable-diffusion-webui/launch.py", line 48, in
main()
File "/mnt/storage/stable-diffusion-webui/launch.py", line 44, in main
start()
File "/mnt/storage/stable-diffusion-webui/modules/launch_utils.py", line 465, in start
import webui
File "/mnt/storage/stable-diffusion-webui/webui.py", line 13, in
initialize.imports()
File "/mnt/storage/stable-diffusion-webui/modules/initialize.py", line 35, in imports
from modules import shared_init
File "/mnt/storage/stable-diffusion-webui/modules/shared_init.py", line 5, in
from modules import shared
File "/mnt/storage/stable-diffusion-webui/modules/shared.py", line 6, in
from modules import shared_cmd_options, shared_gradio_themes, options, shared_items, sd_models_types
File "/mnt/storage/stable-diffusion-webui/modules/shared_items.py", line 4, in
from modules import script_callbacks, scripts, ui_components
File "/mnt/storage/stable-diffusion-webui/modules/script_callbacks.py", line 11, in
from modules import errors, timer, extensions, shared, util
File "/mnt/storage/stable-diffusion-webui/modules/extensions.py", line 9, in
from modules import shared, errors, cache, scripts
File "/mnt/storage/stable-diffusion-webui/modules/cache.py", line 6, in
import diskcache
File "/mnt/storage/stable-diffusion-webui/venv/lib/python3.10/site-packages/diskcache/init.py", line 8, in
from .core import (
File "/mnt/storage/stable-diffusion-webui/venv/lib/python3.10/site-packages/diskcache/core.py", line 14, in
import sqlite3
File "/usr/local/lib/python3.10/sqlite3/init.py", line 57, in
from sqlite3.dbapi2 import *
File "/usr/local/lib/python3.10/sqlite3/dbapi2.py", line 27, in
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
stable@wolf:
/stable-diffusion-webui$ ls -alh extensions/stable-diffusion-webui$ ls modelstotal 8.0K
drwxrwxr-x 2 stable stable 4.0K Apr 13 15:01 .
drwxrwxr-x 21 stable stable 4.0K Apr 13 15:54 ..
-rw-rw-r-- 1 stable stable 0 Apr 13 15:01 'put extensions here.txt'
stable@wolf:
deepbooru karlo Stable-diffusion VAE VAE-approx
stable@wolf:
/stable-diffusion-webui$ ls models/Stable-diffusion//stable-diffusion-webui$'Put Stable Diffusion checkpoints here.txt'
stable@wolf:
stable@wolf:~/stable-diffusion-webui$ ls venv/bin/
accelerate activate.fish fonttools imageio_download_bin normalizer pyftmerge python3.10 tqdm
accelerate-config Activate.ps1 ftfy imageio_remove_bin numba pyftsubset tiff2fsspec transformers-cli
accelerate-launch convert-caffe2-to-onnx gradio isympy pip pygrun tiffcomment ttx
activate convert-onnx-to-caffe2 httpx jsonschema pip3 python tifffile upload_theme
activate.csh f2py huggingface-cli lsm2bin pip3.10 python3 torchrun uvicorn
Beta Was this translation helpful? Give feedback.
All reactions