Skip to content

Commit

Permalink
v0.1.5 II
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Aug 16, 2024
1 parent ee87ac7 commit 78bb6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It consists of:
Add this library to your `package.json` (make sure to select the relevant release, as this readme could be outdated):

```sh
bun add git+ssh://github.com/KaruroChori/comfyui-bun-client.git#v0.1.3
bun add git+ssh://github.com/KaruroChori/comfyui-bun-client.git#v0.1.5
```

### Minimal example
Expand Down
2 changes: 1 addition & 1 deletion src/comfy-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ${Object.entries(inputs).map((x, i) => `\t\t * @param opts.${x[0]}${x[1].metadat

return `
export class Node {
private uid: number,
private uid: number
private links: Map<number,[Node,string,number][]> = new Map() //Links of my output to...
constructor(ctx: Map<number, Node>) {
Expand Down

0 comments on commit 78bb6c1

Please sign in to comment.