Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"primevue": "^4.0.5",
"three": "^0.170.0",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.3",
Expand Down
3 changes: 2 additions & 1 deletion public/assets/sorted-custom-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2598,5 +2598,6 @@
"Perlin Power Fractal Latent (PPF Noise)": 1,
"Cross-Hatch Power Fractal (PPF Noise)": 1,
"Linear Cross-Hatch Power Fractal (PPF Noise)": 1,
"CLIPTextEncodeControlnet": 1
"CLIPTextEncodeControlnet": 1,
"Load3D": 1
Copy link
Contributor

@huchenlei huchenlei Nov 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to update this list as it is automatically generated, and not supposed to be always up-to-date.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

}
1 change: 1 addition & 0 deletions src/extensions/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ import './uploadImage'
import './webcamCapture'
import './widgetInputs'
import './uploadAudio'
import './load3d'
Loading