Revise Colab setup instructions in readme
Updated instructions for running the current version in Google Colab.
This commit is contained in:
parent
3fea85da7e
commit
00a6fb070e
|
|
@ -115,12 +115,16 @@ See also the common problems and troubleshoots [here](troubleshoot.md).
|
|||
| --- | --- |
|
||||
[](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:
|
||||
# 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
|
||||
|
||||
%cd /content/Fooocus
|
||||
|
||||
# Uninstall existing cupy installations to prevent conflicts
|
||||
|
|
|
|||
Loading…
Reference in New Issue