forked from AUTOMATIC1111/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
Description
Checklist
- The issue exists after disabling all extensions
- The issue exists on a clean installation of webui
- The issue is caused by an extension, but I believe it is caused by a bug in the webui
- The issue exists in the current version of the webui
- The issue has not been reported before recently
- The issue has been reported before but has not been fixed yet
What happened?
When I try to run the bat file it says no agents were found then errors out when I try to generate an image
Steps to reproduce the problem
Run the bat file
What should have happened?
The program should run and be able to generate files
What browsers do you use to access the UI ?
No response
Sysinfo
Console logs
venv "K:\New SD\stable-diffusion-webui-amdgpu\venv\Scripts\Python.exe"
WARNING: ZLUDA works best with SD.Next. Please consider migrating to SD.Next.
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1-amd-43-g1ad6edf1
Commit hash: 1ad6edf170c2c4307e0d2400f760a149e621dc38
ROCm: no agent was found
ROCm: version=6.2
ZLUDA support: experimental
ZLUDA load: path='K:\New SD\stable-diffusion-webui-amdgpu\.zluda' nightly=False
W0916 16:08:44.926450 14832 venv\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
K:\New SD\stable-diffusion-webui-amdgpu\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
K:\New SD\stable-diffusion-webui-amdgpu\venv\lib\site-packages\pytorch_lightning\utilities\distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead.
rank_zero_deprecation(
Launching Web UI with arguments: --use-zluda --opt-sub-quad-attention --no-half- --disable-nan-check --autolaunch
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
K:\New SD\stable-diffusion-webui-amdgpu\venv\lib\site-packages\torch\onnx\_internal\registration.py:162: OnnxExporterWarning: Symbolic function 'aten::scaled_dot_product_attention' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues.
warnings.warn(
ONNX failed to initialize: module 'optimum.onnxruntime.modeling_diffusion' has no attribute 'ORTPipelinePart'
Loading weights [6ce0161689] from K:\New SD\stable-diffusion-webui-amdgpu\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: K:\New SD\stable-diffusion-webui-amdgpu\configs\v1-inference.yaml
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 33.6s (prepare environment: 55.1s, initialize shared: 1.6s, load scripts: 1.3s, create ui: 0.5s, gradio launch: 0.7s).
Applying attention optimization: sub-quadratic... done.
Model loaded in 6.1s (load weights from disk: 0.1s, create model: 1.2s, apply weights to model: 3.7s, apply half(): 0.5s, calculate empty prompt: 0.5s).Additional information
No response