Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jun 22, 2024
1 parent d150ca3 commit f1fb2a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import importlib

version_code = [0, 80, 3]
version_code = [0, 80, 4]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
print(f"### Loading: ComfyUI-Inspire-Pack ({version_str})")

Expand Down
2 changes: 0 additions & 2 deletions inspire/sampler_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ def renew_cfg_sigmas(self):
self.cfg_sigmas_i[i] = self.cfg_sigmas[k]
i += 1

print(f"self.cfg_sigmas: {self.cfg_sigmas}")

def predict_noise(self, x, timestep, model_options={}, seed=None):
k = float(timestep[0])

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui-inspire-pack"
description = "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed."
version = "0.80.3"
version = "0.80.4"
license = "LICENSE"
dependencies = ["matplotlib", "cachetools"]

Expand Down

0 comments on commit f1fb2a0

Please sign in to comment.