-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): graph builder #6361
feat(ui): graph builder #6361
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0e439e - Browse repository at this point
Copy the full SHA b0e439eView commit details -
feat(api): add InvocationOutputMap to OpenAPI schema
This dynamically generated schema object maps node types to their pydantic schemas. This makes it much simpler to infer node types in the UI.
Configuration menu - View commit details
-
Copy full SHA for 19c6848 - Browse repository at this point
Copy the full SHA 19c6848View commit details -
Configuration menu - View commit details
-
Copy full SHA for b703f0c - Browse repository at this point
Copy the full SHA b703f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc855e - Browse repository at this point
Copy the full SHA 2cc855eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8885d0c - Browse repository at this point
Copy the full SHA 8885d0cView commit details -
feat(ui): add stateful Graph class
This stateful class provides abstractions for building a graph. It exposes graph methods like adding and removing nodes and edges. The methods are documented, tested, and strongly typed.
Configuration menu - View commit details
-
Copy full SHA for 063fa42 - Browse repository at this point
Copy the full SHA 063fa42View commit details -
feat(ui): add MetadataUtil class
Provides methods for manipulating a graph's metadata.
Configuration menu - View commit details
-
Copy full SHA for 19b02f0 - Browse repository at this point
Copy the full SHA 19b02f0View commit details -
feat(ui): refine graph building util
Simpler types and API surface.
Configuration menu - View commit details
-
Copy full SHA for 3a56dc8 - Browse repository at this point
Copy the full SHA 3a56dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf5efa - Browse repository at this point
Copy the full SHA fbf5efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed5f641 - Browse repository at this point
Copy the full SHA ed5f641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3297bc9 - Browse repository at this point
Copy the full SHA 3297bc9View commit details -
feat(nodes): add LoRASelectorInvocation, LoRACollectionLoader, SDXLLo…
…RACollectionLoader These simplify loading multiple LoRAs. Instead of requiring chained lora loader nodes, configure each LoRA (model & weight) with a selector, collect them, then send the collection to the collection loader to apply all of the LoRAs to the UNet/CLIP models. The collection loaders accept a single lora or collection of loras.
Configuration menu - View commit details
-
Copy full SHA for dd10d80 - Browse repository at this point
Copy the full SHA dd10d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8359f23 - Browse repository at this point
Copy the full SHA 8359f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f5ce9 - Browse repository at this point
Copy the full SHA 38f5ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91344e - Browse repository at this point
Copy the full SHA b91344eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5dd4f - Browse repository at this point
Copy the full SHA cc5dd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfaafa9 - Browse repository at this point
Copy the full SHA dfaafa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45fe17b - Browse repository at this point
Copy the full SHA 45fe17bView commit details -
feat(ui): support multiple fields for
getEdgesTo
,getEdgesFrom
, `……deleteEdgesTo`, `deleteEdgesFrom`
Configuration menu - View commit details
-
Copy full SHA for 5cfa518 - Browse repository at this point
Copy the full SHA 5cfa518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4644d35 - Browse repository at this point
Copy the full SHA 4644d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00aaea - Browse repository at this point
Copy the full SHA a00aaeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b87ea65 - Browse repository at this point
Copy the full SHA b87ea65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5097be - Browse repository at this point
Copy the full SHA b5097beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7d663 - Browse repository at this point
Copy the full SHA 1c7d663View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65d353 - Browse repository at this point
Copy the full SHA d65d353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f23953 - Browse repository at this point
Copy the full SHA 5f23953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244715d - Browse repository at this point
Copy the full SHA 244715dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02989a0 - Browse repository at this point
Copy the full SHA 02989a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce237e - Browse repository at this point
Copy the full SHA 8ce237eView commit details -
feat(ui): move metadata util to graph class
No good reason to have it be separate. A bit cleaner this way.
Configuration menu - View commit details
-
Copy full SHA for 25565e1 - Browse repository at this point
Copy the full SHA 25565e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc379c - Browse repository at this point
Copy the full SHA afc379cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3b41e - Browse repository at this point
Copy the full SHA 4d3b41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdea535 - Browse repository at this point
Copy the full SHA fdea535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302ae08 - Browse repository at this point
Copy the full SHA 302ae08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27835a3 - Browse repository at this point
Copy the full SHA 27835a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3374d2 - Browse repository at this point
Copy the full SHA d3374d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8536bd2 - Browse repository at this point
Copy the full SHA 8536bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8b3d9 - Browse repository at this point
Copy the full SHA 3f8b3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ed2f3 - Browse repository at this point
Copy the full SHA b0ed2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b72a0 - Browse repository at this point
Copy the full SHA a6b72a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eca4e9 - Browse repository at this point
Copy the full SHA 7eca4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c80ca - Browse repository at this point
Copy the full SHA b3c80caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f88a2 - Browse repository at this point
Copy the full SHA c1f88a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055cc78 - Browse repository at this point
Copy the full SHA 055cc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d118d - Browse repository at this point
Copy the full SHA 15d118dView commit details