File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def prepare_environment():
23
23
xformers_package = os .environ .get ('XFORMERS_PACKAGE' , 'xformers==0.0.21' )
24
24
25
25
comfy_repo = os .environ .get ('COMFY_REPO' , "https://github.com/comfyanonymous/ComfyUI" )
26
- comfy_commit_hash = os .environ .get ('COMFY_COMMIT_HASH' , "30de95e4b420aa02d25d151271dca9867492288f " )
26
+ comfy_commit_hash = os .environ .get ('COMFY_COMMIT_HASH' , "0d8f3764468999bc34700799553919ded9b34ef8 " )
27
27
28
28
print (f"Python { sys .version } " )
29
29
print (f"Fooocus version: { fooocus_version .version } " )
Original file line number Diff line number Diff line change
1
+ ### 2.0.14 MRE
2
+
3
+ * Updated Comfy.
4
+
1
5
### 2.0.12 MRE
2
6
3
7
* Added support for higher resolutions in Image-2-Image mode (can be used for upscaling).
4
8
9
+ ### 2.0.3 MRE
10
+
11
+ * Updated Comfy (CLIP Vision optimizations).
12
+
5
13
### 2.0.0 MRE
6
14
7
15
* Changed Prompt Expansion (aka Fooocus V2) to be enabled by default.
You can’t perform that action at this time.
0 commit comments