From b87273c2beb50b46448c7af02682f881c0aa2422 Mon Sep 17 00:00:00 2001 From: Gadersd Date: Mon, 7 Aug 2023 10:59:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61a8432..53738df 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This command will generate an image according to the provided prompt, which will ### Optional: Extract and Convert a Fine-Tuned Model -If users are interested in using a fine-tuned version of stable diffusion, the Python scripts provided in this project can be used to transform a weight dump into a Burn model file. +If users are interested in using a fine-tuned version of stable diffusion, the Python scripts provided in this project can be used to transform a weight dump into a Burn model file. Note: the tinygrad dependency should be installed from source rather than with pip. ```bash # Step into the Python directory