C3_M2_Lab_3_Stable Diffusion: From Image Classification to Generative Modeling

Hi,

I’d like to run the code example of this module, but I encountered an attached error.

Thanks for reporting this. I hadn’t gotten to that course yet, but I loaded that lab and ran it and I got exactly the same error that you report. I notice that the logic first checks to see if there’s a local copy of that data and there isn’t. In several of the labs in PyTorch C1, there is that same type of logic, but in those cases the local files are there so it doesn’t need to download it from the website.

I wonder if maybe that’s the issue: they intended to provide the data locally as part of the default state of the assighnment, but somehow that didn’t happen.

@lucas.coutinho can you please take a look and advise on this? Thanks!

2 Likes

Hi all,

Thank you for reporting this.

The notebook would download the models on the fly, but it seemed like that URL is no longer accessible, which is why it was giving the error.

An update has been made to this notebook, and models are now part of the workspace (thanks to Lucas!). You should be able to run it now.

Best,
Mubsi

1 Like

Thank you

Hi,

Just wanted to add, that the problem is solved for the Lab but the same problem exist in the Assignment notebook - 9.1 - Optional Exercise: Text-to-Image Generation. (C3M2_Assignment.ipynb)

Cheers

Thanks @arvyzukai, this has been noted. Will have a fix for it soon.

1 Like