diff --git a/BE2_GAN_and_Diffusion.ipynb b/BE2_GAN_and_Diffusion.ipynb
index f72c2bd634da870dc9e82d3b3b6070560ec13784..f330f56b6b7f235ddf7412e8a2f78d77c3d8c36a 100644
--- a/BE2_GAN_and_Diffusion.ipynb
+++ b/BE2_GAN_and_Diffusion.ipynb
@@ -1471,6 +1471,13 @@
     "For this part of the assignment restart the notebook kernel to be sure your GPU memory is empty. The memory usage can be verified using the command `nvidia-smi` in a terminal. If your GPU has 2GB of VRAM or less, the model will probably not fit into memory even with quantization. In that case, use Google Colab for this part or use the smaller model indicated below. If you are not happy with the results and have plenty of VRAM available, feel free to increase the quantization to 8 bits or even load the model without quantization."
    ]
   },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "Before downloading the model, got to its [HuggingFace page](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium), log in with your account and accept the terms of use."
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,