Filter
Exclude
Time range
-
Near
26 Oct 2025
【Tips】ComfyUIで接続を見やすくする方法🔎 1枚目のようにノードをつなぐ線がノードの後ろを通ると接続がわかりにくくなります。 これがずっとフラストレーションだったのですが、quick-connectionsという拡張を入れると、2枚目のように自動的に重なりを避けた線を引いてくれるのでお勧めです✨ (大規模なworkflowにはSetNode, GetNodeもお勧め) github.com/niknah/quick-conn…
4
13
1,920
今使ってるComfyUIのワークフロー。Anything EverywhereとSetNode-GetNodeを活用してスッキリ。処理ごとに変化が確認できるプレビューがいっぱい。
1
2
178
最新のComfyuifrontendだとgetnode動かないやんけ・・・\(^o^)/オワタ
2
100
29 Jun 2025
Replying to @BitcoinRachy
There was something called getnode where they implied you could generate passive income by investing in master node pools. It was marketed as you paying in Bitcoin, keeping the bitcoin and generating passive income. Of course it was a fraud but I was young and foolishl. If you could punch your younger self I would 🤣
2
135
28 May 2025
Just checking the internal impl of Java HashMap.containsKey(). It uses the getNode method. 1 interesting thing I saw is that it always checks the first node. I'm not sure how efficient this is, but these simple checks can make any algo significantly faster, even by a few %
4
52
Replying to @Suzuna_AI_girls
ノイズは KSamler でUpScaleしないと判らないかも🤔 ちなみに、私のワークフローは大まかこんな感じ。線が交差したり、オブジェクトに被ったりするのがイヤなので KJNodes の SetNode & GetNode 使いまくり😆✨
2
1
3
272
15 Dec 2024
AMBOSS API使えば確認できる。 curl -s -X POST -H "Content-Type: application/json" -d '{ "query": "query Node($pubkey: String!) { getNode(pubkey: $pubkey) { graph_info { node { alias } } history { node_info { changes { prev_alias } } } } }", "variables": { "pubkey": "03271338633d2d37b285dae4df40b413d8c6c791fbee7797bc5dc70812196d7d5c" } }' api.amboss.space/graphql | jq .data

14 Dec 2024
Replying to @tnky2929
AMBOSSで以前はエイリアスの変更履歴を確認できたけど今はできない。 突然変わるから前が何だったか分からなくなる。 LNDgならPeer Log Eventsには記録されないけどそのイベントのPeer Aliasが変わるのでそこでかろうじてわかる。
3
452
25 May 2024
濃度の値を取るメソッドがgetNode()だったのは見たことがある(改修だったので直せなかった)
1
4
140
31 Mar 2024
why's this legacy shit written in react 14 , wtf is this didmount , willunmount , getnode and why do i have to deal with this 😤😤
1
27
After many years with Unity I ended up with using strings only for text and almost never use GetComponent and similar methods. Then I opened @godotengine documentation and GetNode and strings are basically everywhere 😅
4
31
4,736
KJNodesのSetNodeとGetNodeが便利...なのですが、ノードから外に出したPrimitive値をさらにSet/Getできないんだろうか。Seed値とかStep数とかまとめたい! #ComfyUI
1
2
353
Ahoy 🏴‍☠️-Dev! Today I practiced If Statements in JavaScript if (node.internal.type === "MarkdownRemark") { const slug = createFilePath({ node, getNode }); createNodeField({ name: "slug", node, value: slug, }); } Day 38 💪🥳🏴‍☠️ of #buildinpublic #javascript olavea.com/blog/2023/11/10-i… wesbos.com/javascript/07-log…
5
4
8
265
22 Sep 2023
Replying to @BarjiYT
I just started looking into Godot but all I can think of is it's a carry over of GDScript convention. I've been going through the "getting started" project and every time they use GetNode() in gameplay logic I use Export to assign it in editor instead
7
861
Replying to @AenderLara
You don’t have to getNode, there are a number of different ways to reference other nodes for different use cases. I like making an export variable with type Node. You can also get them based on their parent child relationships.
1
2
64
Replying to @BarjiYT
You can use unique scene names if the node exists in the scene. Just click to enable it on the node and use % in code. This is nicer than getnode. If you want to access a node outside the scene use signals.
3
436
Aight, so the Godot way of finding GameObjects (which they call Nodes) goes something like: // Get node of type Sprite2D with the name "MySprite" var sprite = GetNode<Sprite2D>("MySprite"); Unity ➡️ Godot
2
349
the ability to preload resources syntax for accessing the scene tree - $ChildNode instead of GetNode("Child") @onready to fetch values when a node enters the scene tree can use Autoloads without needing to GetNode them other engine things with C# equivs are a bit more convenient
1
2
71
2 Feb 2023
0% A. Array
0% B. Integer
0% C. String
100% D. Object
1 votes • Final results
4
21
2 Feb 2023
Which one of the following is a possible return value type of Mage::getConfig()--getNode()? A. Array B. Integer C. String D. Object #quiz #poll #magentoquiz #magento_extension_development #magento2_extension #magento_development_company #scriptzolquiz #scriptzolpoll #scriptzol
1
5
84