Skip to content
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

Update UI To Use New Model Manager #3548

Merged
merged 29 commits into from
Jun 22, 2023

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    9838dda View commit details
    Browse the repository at this point in the history
  2. chore: Rebuild API

    blessedcoolant authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    663f493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0d5f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d1760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e374211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8d7477 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef83a2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2f3500 View commit details
    Browse the repository at this point in the history
  9. fix: 2.1 models breaking generation

    Co-Authored-By: StAlKeR7779 <[email protected]>
    2 people authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    727293d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4847212 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    604cc1a View commit details
    Browse the repository at this point in the history
  12. cleanup: Updated model slice names to be more descriptive

    Basically updated all slices to be more descriptive in their names. Did so in order to make sure theres good naming scheme available for secondary models.
    blessedcoolant authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0c36162 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bdf68d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e48528b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7033071 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6256be4 View commit details
    Browse the repository at this point in the history
  17. Revert "feat: Port Schedulers to Mantine"

    This reverts commit e0c105f.
    blessedcoolant authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c4c3c96 View commit details
    Browse the repository at this point in the history
  18. fix: Adjust the Schedular select width

    So the long names do not get cut off.
    blessedcoolant authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6c98700 View commit details
    Browse the repository at this point in the history
  19. tweal: UI colors

    blessedcoolant authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d3dec59 View commit details
    Browse the repository at this point in the history
  20. Remove default model logic

    StAlKeR7779 authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    aceadac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e4dc9c5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    da566b5 View commit details
    Browse the repository at this point in the history
  23. Set model type to const value in openapi schema, add model format enu…

    …ms to model schema(as they not not referenced in case of Literal definition)
    StAlKeR7779 authored and psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    21245a0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b937b7d View commit details
    Browse the repository at this point in the history
  25. feat(nodes): add sd_model_loader node

    Loads any pipeline model.
    
    Also introduced is `PipelineModelField`, which includes a model name and base model.
    psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    42a59aa View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3722cdf View commit details
    Browse the repository at this point in the history
  27. tidy(nodes): rename sd_model_loader to pipeline_model_loader

    this is more accurate bc it can do eg kandinsky also
    psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1bc1707 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2a178f5 View commit details
    Browse the repository at this point in the history
  29. feat(ui): initial implementation of model loading

    - Update model listing code to use `rtk-query`
    - Update all graph generation to use new `pipeline_model_loader` node
    psychedelicious committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    339e7ce View commit details
    Browse the repository at this point in the history