Xeno443 commited on
Commit
a7f690e
·
verified ·
1 Parent(s): 263f473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,9 +1,16 @@
1
  ---
2
  license: unknown
3
  ---
4
- Just as a backup, ComfyUI portable version 0.3.49 seems to be the last version that comes with Python 3.12, newer versions come with Python 3.13 which may lead to some
5
- incompatibilities. Currently you can still download it from the official github
6
-
 
 
 
7
  > https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.49/ComfyUI_windows_portable_nvidia.7z
8
 
9
- but in case that download disappears I have saved a copy here.
 
 
 
 
 
1
  ---
2
  license: unknown
3
  ---
4
+ # ComfyUI full portable (custom)
5
+
6
+ The current official ComfyUI portable has two disadvantages, firstly it does not come with Git portable which is occasionally required by custom node packs,
7
+ and the latest version come with Python 3.13 by default which still has (few) compatibility issues with some extensions.
8
+
9
+ 0.3.49 was the last version that came with Python 3.12.10, you can still download it from the official github, and I placed a backup in this HF.
10
  > https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.49/ComfyUI_windows_portable_nvidia.7z
11
 
12
+ Additionally I created a "v2" version that includes Git and the ComfyUI-manager custom node (which is really essential). If you don't have a
13
+ system-wide Git installation you should run it with the "_v2.bat" so it sets up the path correctly. Otherwise no modifications have been made.
14
+
15
+ Occasionally I will post updated versions of the UI that will still include Python 3.12.
16
+