NameError: name 'fdownloadmodel' is not defined #578
Unanswered
SlightlyMe
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi, make sure you correctly run the "Load/Create Session" |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running Dreambooth for the first time using colab, and when running the training cell, after uploading the images I get the following error. Pretty sure it's a newby mistake, but, any help is a appreciated. Thanks
Original model not found, downloading....
NameError Traceback (most recent call last)
in
15 get_ipython().system("rm -r '/content/stable-diffusion-v1-5'")
16 print('Original model not found, downloading....')
---> 17 fdownloadmodel()
18 if os.path.exists('/content/stable-diffusion-v1-5/unet/diffusion_pytorch_model.bin'):
19 print('Model downloaded, proceeding to training...')
NameError: name 'fdownloadmodel' is not defined
Beta Was this translation helpful? Give feedback.
All reactions