Results 21 comments of Happy-Engineer

很棒的年终总结,向你学习!

``` CREATE TABLE order_details ( order_id smallint NOT NULL, product_id smallint NOT NULL, unit_price real NOT NULL, quantity smallint NOT NULL, discount real NOT NULL ); ``` It seems like...

> B树索引可以有效地用于等值和范围查询,并且也可以用于检索NULL值,排序。 B树索引的范围查询效率很低啊, B+树才是适合范围查询的, 不知道是不是写错了?

I have updated the custom node, and still got this error: ``` Error occurred when executing LCMScheduler: module 'comfy.samplers' has no attribute 'calculate_sigmas' File "/root/ComfyUI/execution.py", line 151, in recursive_execute output_data,...

hi @nothingness6 , any update for this issue? the same issue occurred

can you show the code of using gemini-pro model related? In my case, I can run it successfully, here is my code. ``` from langchain_google_genai import ChatGoogleGenerativeAI llm_gemini = ChatGoogleGenerativeAI(...

> Hi friend > > You may have a old kornia version installed, try: `Your comfy python.exe path -s -m pip install --force-reinstall kornia` this make my ComfyUI broken totally

when I type $ ssh root@example -p 12345 -Z helloword , it shows illegal option -Z . I checkout version6.1 already.