From d2d57194a3b2e156921ec58c685add12b309c57b Mon Sep 17 00:00:00 2001
From: brunomachado37 <brunomachadocarneiro37@gmail.com>
Date: Wed, 19 Mar 2025 07:00:40 +0100
Subject: [PATCH] Add instruction

---
 BE2_GAN_and_Diffusion.ipynb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/BE2_GAN_and_Diffusion.ipynb b/BE2_GAN_and_Diffusion.ipynb
index f72c2bd..f330f56 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,
-- 
GitLab