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

Feature/orchestrator integration #1191

Merged
merged 143 commits into from
Jul 12, 2024
Merged

Commits on Apr 30, 2024

  1. removed some dead code

    bkdiehl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    98d4d85 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. remove unhelpful code

    create new orchestrator directory for services that will interact with the orchestrator
    bkdiehl committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fb071b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5616d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    071839a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    6c99631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff8cf1 View commit details
    Browse the repository at this point in the history
  3. refine textToImage caller

    bkdiehl committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b3c22a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    519f800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af2a462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92afd8a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    67f1fa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73220ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4ad73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49f3cc9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    7a961c5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c20dd56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6935ddc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    7eb97b4 View commit details
    Browse the repository at this point in the history
  2. commit

    bkdiehl committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3edeb0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c5b84ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9affe View commit details
    Browse the repository at this point in the history
  3. added workflow schemas in separate file

    connected orchestrator router
    bkdiehl committed May 22, 2024
    Configuration menu
    Copy the full SHA
    90bbf40 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Transitioned most of the old scheduler trpc endpoints to orchestrator…

    … trpc endpoints.
    
    Removed dead code
     updated a lot of code to work with new orchestrator sdk types
    bkdiehl committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f1b79c2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. commit

    bkdiehl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c7dc51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2c61d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. created persistent form hook

    new generation form
    new zod helpers to strip checks and refinements
    bkdiehl committed May 29, 2024
    Configuration menu
    Copy the full SHA
    be1b3c6 View commit details
    Browse the repository at this point in the history
  2. completed new generation form

    added textToImageWhatIf route
    bkdiehl committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6ef49d3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. re-added remix button functionality to generationFormProvider

    no longer fetching generation data from generation store
    bkdiehl committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9993f75 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. hooks and endpoints for updating textToImage workflow metadata

    replaced old functionality for cancelling/deleting workflows, hiding images, submitting feedback
    bkdiehl committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e48d204 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    dc03822 View commit details
    Browse the repository at this point in the history
  2. fixes after merge

    bkdiehl committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b0c7080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b78685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3efdabc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0108c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    770c6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa7406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aaa4ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd265cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8431e00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3fcda2 View commit details
    Browse the repository at this point in the history
  7. abstract civitaiClient to simplify instantiating new instances

    comment out old code
    bkdiehl committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2af1960 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1763dd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a081913 View commit details
    Browse the repository at this point in the history
  10. sort textToImage images by completedAt first, then by id alphabetically

    loop through job events instead of looping through images
    bkdiehl committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0ed39f8 View commit details
    Browse the repository at this point in the history
  11. fix issues with draft quantity accuracy with returned data

    fix issue with draft cost estimate calculations
    bkdiehl committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c13baf1 View commit details
    Browse the repository at this point in the history
  12. remove reference to old Generation.Params type

    filter out additional details with no value
    bkdiehl committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    398c96f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9f39ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8442e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b1ad14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228d23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30867f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8b8c18 View commit details
    Browse the repository at this point in the history
  7. cancelling a textToImage request will now update the workflow/image s…

    …tatuses instead of removing the workflow item
    bkdiehl committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c0076db View commit details
    Browse the repository at this point in the history
  8. updated to work with common utility that fetches resources and sets airs

    return ready false for whatIf requests if any job is set as unavailable
    bkdiehl committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b5c6869 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2283678 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f72c3b View commit details
    Browse the repository at this point in the history
  11. cancelling workflow request only updates workflow status if any image…

    …s are cancelled
    
    keep previously fetched generation data with trpc query
    bkdiehl committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    86c6c49 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    68e9745 View commit details
    Browse the repository at this point in the history
  2. removed unused methods from useGenerationStore

    fixed issue causing remix button not to populate generation form
    bkdiehl committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6c8d59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e98077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b13c3a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4096474 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    71e8aa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0a96b68 View commit details
    Browse the repository at this point in the history
  2. fixed bad component keys

    removed unused component
    bkdiehl committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1d28c9f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    ae4ee32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75cb9e View commit details
    Browse the repository at this point in the history
  3. updated OrchestratorClient to connect to orchestrator based on env vars

    added InternalOrchestratorClient class for operations that should use the system user
    bkdiehl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1ba8251 View commit details
    Browse the repository at this point in the history
  4. updated @civitai/client

    bkdiehl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    57d1c0d View commit details
    Browse the repository at this point in the history
  5. removed scheduler env vars

    bkdiehl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8d70f39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a35dfa5 View commit details
    Browse the repository at this point in the history
  7. simpified generation store

    bkdiehl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    470ab38 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. added to generation constants

    bkdiehl committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7b59db2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. checking in with type errors

    major changes to generation features
    bkdiehl committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7a2bf1f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fixed type issues

    bkdiehl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    87275dd View commit details
    Browse the repository at this point in the history
  2. added trpc helper hooks file

    bkdiehl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a2d20db View commit details
    Browse the repository at this point in the history
  3. added workflow step hooks

    bkdiehl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1228ed6 View commit details
    Browse the repository at this point in the history
  4. fixed various type issues

    bkdiehl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7046ba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    336e11d View commit details
    Browse the repository at this point in the history
  6. remove old code

    bkdiehl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5446cce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8e6585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bd48d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    4462b4c View commit details
    Browse the repository at this point in the history
  2. fix workflow cost not showing correctly

    fix generation form values when remixing (draft,nsfw values)
    bkdiehl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3256f97 View commit details
    Browse the repository at this point in the history
  3. fix bad merge

    bkdiehl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ea5748a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    1716628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494f896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    664ba51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd8ef1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    28af106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4f90b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. move file

    bkdiehl committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bd00f31 View commit details
    Browse the repository at this point in the history
  2. check in

    bkdiehl committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bf75dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d065fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e826e33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4726bcc View commit details
    Browse the repository at this point in the history
  6. reinstalled @civitai/client

    bkdiehl committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    650ba62 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    d7f3305 View commit details
    Browse the repository at this point in the history
  2. fix select all bug

    bkdiehl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5941a28 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. added some basic comfy types

    added generation constants
    bkdiehl committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    078fc00 View commit details
    Browse the repository at this point in the history
  2. fixed type errors

    bkdiehl committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c6e6182 View commit details
    Browse the repository at this point in the history
  3. fixed remix not setting correct aspect ratio

    fixed orchestrator not returning correct lora strength
    bkdiehl committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    191527e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21e129f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b1216 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. fix type errors

    bkdiehl committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3935314 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. check in work

    bkdiehl committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e7635b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    2100d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b51320e View commit details
    Browse the repository at this point in the history
  2. commit before joint session

    bkdiehl committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    66baae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. added upscale image modal

    bkdiehl committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    37ad843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27929b View commit details
    Browse the repository at this point in the history
  3. additional workflow support

    bkdiehl committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1951d3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c774495 View commit details
    Browse the repository at this point in the history
  5. remove old code

    bkdiehl committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ba37493 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. update generation defaults

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0b8eeaa View commit details
    Browse the repository at this point in the history
  2. update @civitai/client

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fa29463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c5dffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abff1dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a00eb2a View commit details
    Browse the repository at this point in the history
  6. fixes after review

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bf9117c View commit details
    Browse the repository at this point in the history
  7. logging

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0325915 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    537da9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c5691b View commit details
    Browse the repository at this point in the history
  10. fix type errors

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bd1db00 View commit details
    Browse the repository at this point in the history
  11. fix download dates

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3cffe3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b8e813 View commit details
    Browse the repository at this point in the history
  13. remove button

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    51ab1a5 View commit details
    Browse the repository at this point in the history
  14. bug fixes

    bkdiehl committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    50b3c65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b67eef2 View commit details
    Browse the repository at this point in the history
  16. Fix workflows

    JustMaier committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5c39b5f View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feature/orchestrator-integration' of https://github.com…

    …/civitai/civitai into feature/orchestrator-integration
    JustMaier committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    22e4b04 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    2b1f8d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b731a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6eb9c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c501e21 View commit details
    Browse the repository at this point in the history
  5. Adjust refining design

    JustMaier committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f7663ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e964475 View commit details
    Browse the repository at this point in the history
  7. Add dummy checkpoint loader

    JustMaier committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    db33a23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74dd07a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/orchestrator-integration' of https://github.com…

    …/civitai/civitai into feature/orchestrator-integration
    bkdiehl committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b7545c2 View commit details
    Browse the repository at this point in the history
  10. remove console logs

    bkdiehl committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a371e46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a7d955 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3f4657 View commit details
    Browse the repository at this point in the history