You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
hi, i have this issue :
Stable diffusion model failed to load
*** Error completing request
*** Arguments: ('task(7x824tw0zd9yp01)', <gradio.routes.Request object at 0x000001D936C05300>, '', 'generate and presidential office with accent wall behing the office desk, a bass-relief of a life tree ', [], 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', 'Use same scheduler', '', '', [], 0, 20, 'DPM++ 2M', 'Automatic', False, '', 0.8, -1, False, -1, 0, 0, 0, False, False, 'positive', 'comma', 0, False, False, 'start', '', 1, '', [], 0, '', [], 0, '', [], True, False, False, False, False, False, False, 0, False) {}
Traceback (most recent call last):
File "D:\sd.webui\webui\modules\call_queue.py", line 74, in f
res = list(func(*args, **kwargs))
File "D:\sd.webui\webui\modules\call_queue.py", line 53, in f
res = func(*args, **kwargs)
File "D:\sd.webui\webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "D:\sd.webui\webui\modules\txt2img.py", line 109, in txt2img
processed = processing.process_images(p)
File "D:\sd.webui\webui\modules\processing.py", line 830, in process_images
sd_models.reload_model_weights()
File "D:\sd.webui\webui\modules\sd_models.py", line 941, in reload_model_weights
checkpoint_info = info or select_checkpoint()
File "D:\sd.webui\webui\modules\sd_models.py", line 234, in select_checkpoint
raise FileNotFoundError(error_message)
FileNotFoundError: No checkpoints found. When searching for checkpoints, looked at:
- file D:\sd.webui\webui\model.ckpt
- directory D:\sd.webui\webui\models\Stable-diffusionCan't run without a checkpoint. Find and place a .ckpt or .safetensors file into any of those locations.
Proposed workflow
Go to ....
Press ....
...
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What would your feature do ?
hi, i have this issue :
Stable diffusion model failed to load
*** Error completing request
*** Arguments: ('task(7x824tw0zd9yp01)', <gradio.routes.Request object at 0x000001D936C05300>, '', 'generate and presidential office with accent wall behing the office desk, a bass-relief of a life tree ', [], 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', 'Use same scheduler', '', '', [], 0, 20, 'DPM++ 2M', 'Automatic', False, '', 0.8, -1, False, -1, 0, 0, 0, False, False, 'positive', 'comma', 0, False, False, 'start', '', 1, '', [], 0, '', [], 0, '', [], True, False, False, False, False, False, False, 0, False) {}
Traceback (most recent call last):
File "D:\sd.webui\webui\modules\call_queue.py", line 74, in f
res = list(func(*args, **kwargs))
File "D:\sd.webui\webui\modules\call_queue.py", line 53, in f
res = func(*args, **kwargs)
File "D:\sd.webui\webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "D:\sd.webui\webui\modules\txt2img.py", line 109, in txt2img
processed = processing.process_images(p)
File "D:\sd.webui\webui\modules\processing.py", line 830, in process_images
sd_models.reload_model_weights()
File "D:\sd.webui\webui\modules\sd_models.py", line 941, in reload_model_weights
checkpoint_info = info or select_checkpoint()
File "D:\sd.webui\webui\modules\sd_models.py", line 234, in select_checkpoint
raise FileNotFoundError(error_message)
FileNotFoundError: No checkpoints found. When searching for checkpoints, looked at:
- file D:\sd.webui\webui\model.ckpt
- directory D:\sd.webui\webui\models\Stable-diffusionCan't run without a checkpoint. Find and place a .ckpt or .safetensors file into any of those locations.
Proposed workflow
Additional information
No response
The text was updated successfully, but these errors were encountered: