I'm new to SD, Ive installed required software and copied the model.ckpt to models\Stable-diffusion folder. theres no error in running "webui-user.bat" but Stable diffusion checkpoint takes forever to load that is why i'm unable to generate img.
What can possibly wrong with my setup?
Model is forever loading, tried replacing it with different model but no luck.
Here's my cmd logs when running webui-user.bat
Version: v1.4.0
Commit hash: 394ffa7b0a7fff3ec484bcd084e673a8b301ccc8
Installing requirements
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from D:\stable\sd.webui\webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
preload_extensions_git_metadata for 7 extensions took 0.00s
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 8.9s (import torch: 3.1s, import gradio: 1.7s, import ldm: 0.7s, other imports: 1.5s, setup codeformer: 0.1s, load scripts: 0.9s, create ui: 0.4s, gradio launch: 0.4s).
Creating model from config: D:\stable\sd.webui\webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying attention optimization: Doggettx... done.
Textual inversion embeddings loaded(0):
Model loaded in 6.4s (load weights from disk: 0.9s, create model: 0.5s, apply weights to model: 1.1s, apply half(): 1.0s, move model to device: 2.2s, calculate empty prompt: 0.6s).