-
-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy Diffusion Error Problem, does not working anymore #1889
Comments
I am getting this logs after doing this here: #1876 (comment) Did not help, still does not start. :( Install dir: C:\EasyDiffusion Name AdapterRAM DriverDate DriverVersion NVIDIA GeForce RTX 4060 Ti 4293918720 20241203000000.000000-000 32.0.15.6636 "Easy Diffusion - v3" "Easy Diffusion's git repository was already installed. Updating from main.." Easy Diffusion installation complete, starting the server! PYTHONPATH=C:\EasyDiffusion\installer_files\env\lib\site-packages Launching uvicorn 00:28:34.508 INFO MainThread started in C:\EasyDiffusion\stable-diffusion server.py:31 |
From the last line in your latest post, it looks like it's just downloading some more files (necessary for installing Easy Diffusion). Is it still not working? If so, please start Easy Diffusion, try to generate an image, and then copy/paste all the logs in the command prompt window. Thanks! |
Broken here, too, with nearly identical logs. Checked process IO and network, it's not doing anything at all. Literally no disk read/writes, no network read/writes. It thinks it's done. Happened after I swapped to the 3.5 engine from 3.0... crashed generating an image and hasn't recovered. Tried wiping usr cache with no joy. This suggestion in another issue fixed the problem for me: |
It suddenly stopped working.
I changed nothing, just installed the Visual Studio Build Tools, as suggested from an errormessage from the same ED-log. ;)
The UI is just saying "Stable Diffusion is loading...", but does not finish.
These are the errormessages from the log:
Install dir: C:\EasyDiffusion
C:\EasyDiffusion\installer_files\env\Library\bin\git.exe
C:\Program Files\Git\cmd\git.exe
git version 2.42.0.windows.1
C:\EasyDiffusion\installer_files\env\Library\bin\conda.bat
C:\EasyDiffusion\installer_files\env\Scripts\conda.exe
conda 23.7.3
.
COMSPEC=C:\WINDOWS\system32\cmd.exe
Name AdapterRAM DriverDate DriverVersion
NVIDIA GeForce RTX 4060 Ti 4293918720 20241203000000.000000-000 32.0.15.6636
"Easy Diffusion - v3"
"Easy Diffusion's git repository was already installed. Updating from beta.."
No local changes to save
HEAD is now at 5ac44de Even older rocm versions
Switched to branch 'beta'
Your branch is up to date with 'origin/beta'.
Already up to date.
527 Datei(en) kopiert
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
1 Datei(en) kopiert.
Ein Unterverzeichnis oder eine Datei mit dem Namen "tmp" existiert bereits.
PYTHONPATH=C:\EasyDiffusion\installer_files\env\lib\site-packages
C:\EasyDiffusion\installer_files\env\python.exe
C:\Users\frate\AppData\Local\Programs\Python\Python313\python.exe
C:\Users\frate\AppData\Local\Microsoft\WindowsApps\python.exe
Python 3.8.5
torch: 2.0.1+cu117
torchvision: 0.15.2+cu117
sdkit: 2.0.15.7
stable-diffusion-sdkit: 2.1.5
diffusers: 0.21.4
{'backend': 'webui',
'filename_format': '$p_$tsb64',
'folder_format': '$id',
'model': {'stable-diffusion': 'cyberrealisticPony_v70a'},
'models_dir': 'C:\EasyDiffusion\models',
'net': {'listen_port': 9000, 'listen_to_network': False},
'render_devices': 'auto',
'ui': {'open_browser_on_start': True},
'update_branch': 'beta',
'use_v3_engine': True,
'vram_usage_level': 'high'}
Easy Diffusion installation complete, starting the server!
PYTHONPATH=C:\EasyDiffusion\installer_files\env\lib\site-packages
Python: C:\EasyDiffusion\installer_files\env\python.EXE
Version: 3.8.5
Checking network settings
Set listen port to 9000
Launching uvicorn
23:59:40.679 INFO MainThread started in C:\EasyDiffusion\stable-diffusion server.py:33
23:59:40.681 INFO MainThread started at 01/23/25 23:59:40 server.py:34
23:59:40.901 INFO MainThread Loading backend: webui backend_manager.py:99
conda: C:\EasyDiffusion\installer_files\env\Library\bin\conda.bat
conda: C:\EasyDiffusion\installer_files\env\Library\bin\conda.bat
23:59:40.983 INFO MainThread Loaded backend: <module 'webui' from backend_manager.py:69
'C:\EasyDiffusion\ui\easydiffusion\backends\webui\init.py'>
23:59:40.988 ERROR MainThread Traceback (most recent call last): backend_manager.py:105
File "C:\EasyDiffusion\ui\easydiffusion\backend_manager.py", line 103, in start_backend
backend.start_backend()
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init_.py", line 107, in start_backend
run_in_conda(["git", "add", "-A", "."], cwd=WEBUI_DIR)
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init_.py", line 279, in run_in_conda
return run(cmds, *args, **kwargs)
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init_.py", line 266, in run
p = subprocess.Popen(cmds, cwd=cwd, env=env, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
File "C:\EasyDiffusion\installer_files\env\lib\subprocess.py", line 854, in init
self.execute_child(args, executable, preexec_fn, close_fds,
File "C:\EasyDiffusion\installer_files\env\lib\subprocess.py", line 1307, in execute_child
hp, ht, pid, tid = winapi.CreateProcess(executable, args,
NotADirectoryError: [WinError 267] Der Verzeichnisname ist ungültig
Traceback (most recent call last):
File "C:\EasyDiffusion\ui\easydiffusion\backend_manager.py", line 103, in start_backend
backend.start_backend()
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init.py", line 107, in start_backend
run_in_conda(["git", "add", "-A", "."], cwd=WEBUI_DIR)
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init.py", line 279, in run_in_conda
return run(cmds, *args, **kwargs)
File "C:\EasyDiffusion\ui\easydiffusion\backends\webui_init.py", line 266, in run
p = subprocess.Popen(cmds, cwd=cwd, env=env, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
File "C:\EasyDiffusion\installer_files\env\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\EasyDiffusion\installer_files\env\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
NotADirectoryError: [WinError 267] Der Verzeichnisname ist ungültig
stable-diffusion model(s) found.
gfpgan model(s) found.
realesrgan model(s) found.
vae model(s) found.
23:59:41.142 INFO MainThread Start new Rendering Thread on device: cuda:0 task_manager.py:418
23:59:41.144 INFO cuda:0 Setting cuda:0 as active, with precision: half device_manager.py:154
23:59:42.155 INFO MainThread Opening browser.. app.py:333
╭────────────────────────────────────────────── Easy Diffusion is ready ───────────────────────────────────────────────╮
│ │
│ Easy Diffusion is ready to serve requests. │
│ │
│ A new browser tab should have been opened by now. │
│ If not, please open your web browser and navigate to http://localhost:9000/ │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
23:59:43.131 INFO AnyIO worker thread Scanning all model folders for models... model_manager.py:460
23:59:43.298 INFO AnyIO worker thread Scanning all model folders for models... model_manager.py:460
23:59:43.708 INFO AnyIO worker thread Scanned 530 models. Nothing infected model_manager.py:471
23:59:43.722 INFO AnyIO worker thread Scanned 11 models. Nothing infected model_manager.py:471
The text was updated successfully, but these errors were encountered: