Fix CuPy conflict instructions in README

Updated instructions for running in Google Colab.
This commit is contained in:
elmahdi 2026-03-02 07:50:42 +00:00 committed by GitHub
parent 28b5219eb2
commit 3fea85da7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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