@@ -78,7 +78,7 @@ class Debug:
7878 "device" : "🖥️" , # Device info
7979 "file" : "📂" , # File operations
8080 "alpha" : "👻" , # Alpha operations
81- "star " : "⭐" , # Star
81+ "starlove " : "⭐💝 " , # Star + love
8282 "dialogue" : "💬" , # Dialogue
8383 "none" : "" ,
8484 }
@@ -259,9 +259,9 @@ def print_footer(self) -> None:
259259 """Print the footer with links - always displayed"""
260260 self .log ("" , category = "none" , force = True )
261261 self .log ("────────────────────────" , category = "none" , force = True )
262- self .log ("Questions? Updates? Watch the videos , star the repo & join us !" , category = "dialogue" , force = True )
262+ self .log ("Questions? Updates? Watch, star & sponsor if you can !" , category = "dialogue" , force = True )
263263 self .log ("https://www.youtube.com/@AInVFX" , category = "generation" , force = True )
264- self .log ("https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler" , category = "star " , force = True )
264+ self .log ("https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler" , category = "starlove " , force = True )
265265
266266 @torch ._dynamo .disable # Skip tracing to avoid time.time() warnings
267267 def start_timer (self , name : str , force : bool = False ) -> None :
0 commit comments