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

Fine-tuning support #248

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

Fine-tuning support #248

wants to merge 41 commits into from

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Fine-tuning updates:

    - update to streamlined finetuning proto
    - add functions of resubmit_model and update_model
    - add support with generate and inpaint to specify fine tune model to use
    - update notebook with examples for resubmit, generate with fine tune, update, and delete model
    pharmapsychotic committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c221c62 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Finetune updates:

    - directly upload files images from disk that don't need to be resized
    - send in the correct mime types
    - use new PROJECT_TYPE_TRAINING
    - translate between gRPC and internal FineTuneMode values
    pharmapsychotic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d9a40b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 26, 2023

  1. Renamed object_name to object_prompt and addition of extras field for…

    … passing through extra training arguments for development and testing.
    pharmapsychotic committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    039a5c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    42457d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1395a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ed1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b8397e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8326654 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 11, 2023

  1. Fine-tuning updates:

    - eliminate finetune.Context and merge up with api.Context
    - update list_models (after backend update all params will be optional)
    - parsing of finetune models and weights from prompts plus tests
    - animation support for finetunes via remapping model names to ids and api.generate / api.inpaint automatic activation of models
    pharmapsychotic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    33071cc View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

  1. Clean up

    pharmapsychotic committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a2784e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 21, 2023

  1. Fixes to <model:weight> syntax ensure the :weight is stripped and not…

    … passed through in prompt.
    pharmapsychotic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0a04175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1fa2f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Update client.StabilityInference to also use `parse_models_from_promp…

    …ts` and add support to parser for generation.Prompt objects.
    pharmapsychotic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e905c2a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c35a25a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6dcc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    25d92f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b01ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4855603 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 28, 2023

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

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    374c3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb15ae View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    81418cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08bf3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fb309a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5ef8f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    7208fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dd932 View commit details
    Browse the repository at this point in the history