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

Support for PhotoMaker Version 2 #358

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2024

  1. first attempt at updating to photomaker v2

    bssrdf committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    19ce16d View commit details
    Browse the repository at this point in the history
  2. continue adding photomaker v2 modules

    bssrdf committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ccbf073 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. finishing the last few pieces for photomaker v2; id_embeds need to be…

    … done by a manual step and pass as an input file
    bssrdf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a5357cb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. more debugging underway

    bssrdf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2775180 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. failing at cuda mat_mul

    bssrdf committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e0fbab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17223e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fixed a bug: carefully using ggml_view_4d to get chunks of a tensor; …

    …strides need to be recalculated or set properly; still failing at soft_max cuda op
    bssrdf committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    71b8957 View commit details
    Browse the repository at this point in the history
  2. redo weight calculation and weight*v

    bssrdf committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    707e345 View commit details
    Browse the repository at this point in the history
  3. fixed a bug now Photomaker V2 kinds of working

    bssrdf committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    89d71d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    161afa8 View commit details
    Browse the repository at this point in the history
  5. updated readme for photomaker

    bssrdf committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1afffa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da576c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fixed clean_input_ids for PMV2

    bssrdf committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ac8acac View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8dda918 View commit details
    Browse the repository at this point in the history
  2. updated photomaker readme

    bssrdf committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    66f48d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. merged with master

    bssrdf committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    45cf76d View commit details
    Browse the repository at this point in the history
  2. removed some commented code

    bssrdf committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cbf3108 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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