fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Fast dreaambooth collab error when downloading

Open Supertoad14 opened this issue 1 year ago • 1 comments

I have this error when i try to download a model in the dreambooth collab

Detecting model version...

CalledProcessError Traceback (most recent call last) in <cell line: 149>() 223 wget.download('https://github.com/TheLastBen/fast-stable-diffusion/raw/main/Dreambooth/det.py') 224 print('Detecting model version...') --> 225 Custom_Model_Version=check_output('python det.py '+sftnsr+' --MODEL_PATH '+str(MODEL_PATH), shell=True).decode('utf-8').replace('\n', '') 226 clear_output() 227 print(''+Custom_Model_Version+' Detected')

1 frames /usr/lib/python3.10/subprocess.py in run(input, capture_output, timeout, check, *popenargs, **kwargs) 524 retcode = process.poll() 525 if check and retcode: --> 526 raise CalledProcessError(retcode, process.args, 527 output=stdout, stderr=stderr) 528 return CompletedProcess(process.args, retcode, stdout, stderr)

CalledProcessError: Command 'python det.py --from_safetensors --MODEL_PATH /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/pony15.safetensors' returned non-zero exit status 1.

Supertoad14 avatar Feb 11 '24 01:02 Supertoad14

same here when trying to load a checkpoint, +1

el-youness avatar May 24 '24 05:05 el-youness