From 3fea85da7e1eec6c00c34dbca80aa24947bc1741 Mon Sep 17 00:00:00 2001 From: elmahdi Date: Mon, 2 Mar 2026 07:50:42 +0000 Subject: [PATCH] Fix CuPy conflict instructions in README Updated instructions for running in Google Colab. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 597ea32f..664976c1 100644 --- a/readme.md +++ b/readme.md @@ -115,9 +115,9 @@ See also the common problems and troubleshoots [here](troubleshoot.md). | --- | --- | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb) | Fooocus Official -!!!!The current version has CuPy conflicts. Run it in Google Colab using the following code: -import os +The current version has CuPy conflicts. Run it in Google Colab using the following code: +import os !pip install pygit2==1.15.1 %cd /content !git clone https://github.com/lllyasviel/Fooocus.git