Skip to content

Instantly share code, notes, and snippets.

View ChrisColeTech's full-sized avatar
🎯
Focusing

ChrisColeTech

🎯
Focusing
View GitHub Profile
@ChrisColeTech
ChrisColeTech / gist:2df13aee74f7e8e515378cc861168f04
Last active September 2, 2024 01:29
How to add BULK file upload to Fooocus

NOTE: This requires TKinter for the file dialog.

The code will download and install the dependency for you on first launch.

Before starting, please back up the following files:

  • webui.py

  • modules/async_worker.py

(Just rename them to webui_old.py and async_worker_old.py)

@ChrisColeTech
ChrisColeTech / python-embedded+tkinter-for-Win10.md
Last active February 15, 2025 15:11 — forked from jtmoon79/python-embedded-for-Win10.md
fully configuring embedded Python on Windows 10

Update: use PowerShell script PythonEmbed4Win.ps1.

The instructions in this gist have some subtle problems and this gist will not be updated.

About