Hermes Bot commited on
Commit ·
6fdb441
1
Parent(s): eb20296
Fix indentation for Environment Ready print
Browse files
comfy_integration/setup.py
CHANGED
|
@@ -178,7 +178,7 @@ def initialize_comfyui():
|
|
| 178 |
model_mgmt.should_use_bf16 = _safe_should_use_bf16
|
| 179 |
|
| 180 |
|
| 181 |
-
|
| 182 |
|
| 183 |
print("✅ ComfyUI initialized with default attention mechanism.")
|
| 184 |
|
|
|
|
| 178 |
model_mgmt.should_use_bf16 = _safe_should_use_bf16
|
| 179 |
|
| 180 |
|
| 181 |
+
print("--- Environment Ready ---")
|
| 182 |
|
| 183 |
print("✅ ComfyUI initialized with default attention mechanism.")
|
| 184 |
|