mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 12:42:11 -03:00
0.79
This commit is contained in:
@@ -463,6 +463,7 @@ Fix preview image node for the new comfyui layout.
|
||||
Rewrite of FFMPEG nodes, COnfiguration and Video preview.
|
||||
Many other bug fixes and improvements on many nodes, thx for the reports.
|
||||
- **0.78**: Fix Line selector Reset button javascript. (not showing on refresh)
|
||||
- **0.79**: Fix Ollama Talk
|
||||
|
||||
# 📝 Nodes descriptions
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@ import sys
|
||||
import os
|
||||
import time
|
||||
import glob
|
||||
import io
|
||||
import ollama
|
||||
from ollama import Client
|
||||
|
||||
class OllamaTalk:
|
||||
@classmethod
|
||||
@@ -45,8 +48,6 @@ class OllamaTalk:
|
||||
current_instance = None
|
||||
|
||||
def __init__(self):
|
||||
import ollama
|
||||
from ollama import Client
|
||||
self.last_content_hash = None
|
||||
self.waiting = False
|
||||
self.OLLAMA_CONFIG = None
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "bjornulf_custom_nodes"
|
||||
description = "162 ComfyUI nodes : Display, manipulate, and edit text, images, videos, loras, generate characters and more. Manage looping operations, generate randomized content, use logical conditions and work with external AI tools, like Ollama or Text To Speech, etc..."
|
||||
version = "0.78"
|
||||
version = "0.79"
|
||||
license = {file = "LICENSE"}
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user