Fooocus Stable Diffusion Web UI Kaggle NoteBook
Added 2024-06-24 12:29:00 +0000 UTCJoin discord and tell me your discord username to get a special rank : SECourses Discord
Full tutorial video for Fooocus : https://youtu.be/jHTkVm2mcfs
How to use NGROK to connect Gradio apps on free Kaggle notebooks : https://youtu.be/iBT6rhH0Fjs
24 June 2024 Update:
Libraries and installation updated - now Notebook V7
Now easier and works perfect
Now uses latest Torch 2.2.0 and xFormers 0.0.24
11 December 2023 Update:
Additional library install cell added
If you want to use FaceSwap please also execute that cell under the install cell
How To Install and Use
Fooocus Repo : https://github.com/lllyasviel/Fooocus
Tutorial Video : in production
Register a free Kaggle account : https://www.kaggle.com/
Verify your Phone number : https://www.kaggle.com/settings
Start a new notebook by clicking + Create button
Upload attached Fooocus Web UI Kaggle NoteBook .ipynb (import notebook)
Select Python and GPT T4 x2
Instructions are well written on the Notebook
Comments
true. kaggle disadvantage is that
Furkan Gözükara
2024-07-02 22:13:03 +0000 UTCthanks it's working, but from what i see there is no way to import c quheckpoints quickly or stock them on the virtual machine, you must always reinstall everything at every run. Also i thought about making a python script to download all the files i want but the download speed is pretty long sadly
profits mimetiques
2024-07-02 20:13:46 +0000 UTClet me publish auto installer for massed compute give me like few hours thank you
Furkan Gözükara
2024-07-01 13:08:42 +0000 UTCHi Furkan, maybe i'm missing a post, but did you made a massed compute install guide for fooocus and or automatic1111 ? I don't use comfyui all my workflow is on a1111 and fooocus it would really help me if you have any tutorial for masse compute !
profits mimetiques
2024-07-01 10:00:21 +0000 UTChi going to start testing right now to hopefully fix
Furkan Gözükara
2024-03-12 11:57:00 +0000 UTCHi Furkan, tried to run Foocus on kaggle, it gives me an error (ValueError: Unable to compare versions for numpy>=1.17: need=1.17 found=None. This is unusual. Consider reinstalling numpy.) on the last run (cell: !python entry_with_update.py)... any idea to fix it?
Art
2024-03-12 09:50:03 +0000 UTCyou are missing "
Furkan Gözükara
2024-01-03 09:47:07 +0000 UTC!wget "https://civitai.com/api/download/models/156286?type=Model&format=SafeTensor" -O "/kaggle/working/Fooocus/models/loras/epiCRealLife Enhancer.safetensors"
Furkan Gözükara
2024-01-03 09:47:01 +0000 UTChello replied from discord too. if you make a small video recording and show me steps i can tell you where your problem is
Furkan Gözükara
2023-12-21 16:42:25 +0000 UTCThanks for refreshing the notebook, I again tried it it was running but, at the point when we have to launch Ngrok: I'm facing this issue. ERR_NGROK _8012. I have posted this on Discord as well.
Akshay
2023-12-21 08:12:29 +0000 UTCHello. I just did a fresh book and it works. please turn of your session. close your browser. and login again. use google chrome.
Furkan Gözükara
2023-12-20 12:26:39 +0000 UTCHi, sry to bug you but, i'm facing pyngrok module error. while running in kaggle. ModuleNotFoundError Traceback (most recent call last) Cell In[4], line 8 5 import threading 7 from flask import Flask ----> 8 from pyngrok import ngrok, conf 10 conf.get_default().auth_token = "2XPHJhpQzy6242Wzi6H912sCFfc_5neBPa9UdFfzvcQ5QN3G6" 12 os.environ["FLASK_ENV"] = "development" ModuleNotFoundError: No module named 'pyngrok'
Akshay
2023-12-20 10:14:06 +0000 UTC