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

feat: llava #45

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

feat: llava #45

wants to merge 26 commits into from

Commits on Feb 5, 2024

  1. feat: added everything

    TimPietrusky committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c7456fb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: improved stuff

    TimPietrusky committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fdbe8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cb7497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5f648 View commit details
    Browse the repository at this point in the history
  4. fix: performance leaks

    pixelass committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    83c34d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    876ad1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db3517 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 13, 2024

  1. feat: added LLaVA

    TimPietrusky committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    16d723d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat: removed output extractors for tags, just provide the output. Re…

    …named "model_id" to "model_path"
    TimPietrusky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ba637d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb44a2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eea4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. feat: add translations

    pixelass committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e32fcc6 View commit details
    Browse the repository at this point in the history
  2. chore: add json sorter

    pixelass committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4581c5f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. feat: add live-painting demo

    pixelass committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4393b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    fa21c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76494d0 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0-alpha.1

    # 1.0.0-alpha.1 (2024-02-17)
    
    ### Bug Fixes
    
    * add all resources ([e75b3cd](e75b3cd))
    * downloads not possible ([#38](#38)) ([9f0dc48](9f0dc48))
    * gpt progress logic is broken ([#29](#29)) ([8bb04a5](8bb04a5))
    * icon color triggered by wrong button ([d3e069a](d3e069a))
    * image data is undefined ([#28](#28)) ([b5d3ee4](b5d3ee4))
    * inital load has unlocalized UI ([#17](#17)) ([060df23](060df23))
    * lottie views are broken ([1ba6fd7](1ba6fd7))
    * popups logic ([d7e902b](d7e902b))
    * progress count on gpt is wrong ([#27](#27)) ([25bacbc](25bacbc)), closes [#26](#26)
    * settings icon in light mode low contrast ([c967010](c967010))
    * tooltip on projects was overlaying ([c63f308](c63f308))
    
    ### Features
    
    * add basic marketplace logic ([#20](#20)) ([727d5a7](727d5a7))
    * add context menu ([#41](#41)) ([bb030dd](bb030dd))
    * adjust colors of icons ([55bea04](55bea04))
    * allow deleting projects ([32740f4](32740f4))
    * complete rewrite of the ui ([9b2d52e](9b2d52e))
    * i18n support for export ([7e6c7f7](7e6c7f7))
    * implement captioning tools, blip, wd14, gpt-v ([614b4d4](614b4d4))
    * new app icon ([#15](#15)) ([8e6df09](8e6df09))
    * new user flow and implement editing ([2e5184d](2e5184d))
    * save info to user data ([c69d6a7](c69d6a7))
    * various improvements ([d02910e](d02910e))
    semantic-release-bot committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ce6c891 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    4b61299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0297ad View commit details
    Browse the repository at this point in the history
  3. feat: handle download state

    pixelass committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    746c302 View commit details
    Browse the repository at this point in the history
  4. feat: disable live-painting

    pixelass committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d8f5309 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad65b44 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix: adjust various glitches

    - add git
    - handle options changes
    - rename legacy identifiers
    pixelass committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a255ce5 View commit details
    Browse the repository at this point in the history
  2. fix: adjust ps1 script

    pixelass committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a072ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec5db6 View commit details
    Browse the repository at this point in the history