You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!pip install pygit2==1.12.2
# error importing 'Doc" from 'typing_extensions' in FastAPI
# the solution was found here: https://github.com/tiangolo/fastapi/discussions/10476
!pip install fastapi==0.104.0
# not installed by default and also breaks the execution
!pip install einops
%cd /content
!git clone https://github.com/fenneishi/Fooocus-Control.git
# the '/content/Fooocus' path is wrong, the proper one is
%cd /content/Fooocus-Control
!cp colab_fix.txt user_path_config.txt
!python entry_with_update.py --preset realistic --share
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The working one is something like this
Beta Was this translation helpful? Give feedback.
All reactions