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

3D character generation DreamGaussian live rigging saved scenes etc. #17

Open
wants to merge 64 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2023

  1. try running on macOS

    liamzebedee committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f84df93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e28b52 View commit details
    Browse the repository at this point in the history
  3. add GlobalConfig, load config from Assets/config.json if it exists, e…

    …lse load from environment
    liamzebedee committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4d789f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ec41f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5449d06 View commit details
    Browse the repository at this point in the history
  6. change exec order of WholeThingManager, so we load singleton config b…

    …efore all other scripts
    liamzebedee committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ee419f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f0feb5 View commit details
    Browse the repository at this point in the history
  8. update doc

    liamzebedee committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7b684f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. test XL model on CUDA

    liamzebedee committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7df343a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd08d44 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 6, 2023

  1. add localimagegen code

    liamzebedee committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f83b295 View commit details
    Browse the repository at this point in the history
  2. add AiHead generator and rigger scripts

    add test case to generation server
    liamzebedee committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    da210f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. save/load scenes locally

    * refactor WholeThingManager RunScene to be functional and with no global variables in the create/play scenes logic
    * add load/save methods to rickandmorty scene
    * create AIArt class which contains dimension/character details
    * refactor AiArtDimensionController to accept AiDimension
    * refactor AiArtCharacterController to accept AiCharacter
    * refactor ReplicateAPI to return AIArt class
    liamzebedee committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    100ce0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e996b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    d324615 View commit details
    Browse the repository at this point in the history
  2. main loop refactor working reliably

    * log iterations
    * testing topic selection locally - cycle through test topics list
    liamzebedee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4428093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4431164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0844dc1 View commit details
    Browse the repository at this point in the history
  5. .

    liamzebedee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a3ec685 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c2dc69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54aadc9 View commit details
    Browse the repository at this point in the history
  8. merge master

    liamzebedee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    109bc39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa95bf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f99941 View commit details
    Browse the repository at this point in the history
  11. .

    liamzebedee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    251d336 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0360df9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    529c4e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5fb5a6 View commit details
    Browse the repository at this point in the history
  3. add a voting chamber

    liamzebedee committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a1b0aab View commit details
    Browse the repository at this point in the history
  4. .

    liamzebedee committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7685c1a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    a5397f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6770bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32fe62b View commit details
    Browse the repository at this point in the history
  4. character voting chamber + UI refactors

    - [x]  Refactor the voting process into separate functions
        - [x]  RunTopicVote
        - [x]  RunCharacterVote
        - [x]  Transition between scenes
        - [x]  Refactor UI
    - [x]  Show voting scene w/ custom timeout
    - [x]  Test the voting.
        - [x]  Run topic vote, render topics.
        - [x]  Run character vote, render characters.
    - [x]  Properly reset the scene
        - [x]  Change the virtual cameras
        - [x]  Warp rick and morty to dimension
        - [x]  Do it all “sync” so we setup before
    - [x]  Refactor the UI stuff for an episdoode (title, subtitle) into separate place
    - [x]  Refactor the common UI elements (green shit) into a place
    - [x]  Rewrite voting logic so it can count votes from youtube according to “Char:1234”
    - [x]  Test “character voting”
        - [x]  Play the character voting chamber
        - [x]  Then count votes for that character
        - [x]  Then play the scene, and you can have the character be changed by the vote outcome
    liamzebedee committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ccac88d View commit details
    Browse the repository at this point in the history
  5. missing pokemon scenes

    liamzebedee committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    78b4d63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b5622a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b11bba7 View commit details
    Browse the repository at this point in the history
  8. working test workflow 2

    liamzebedee committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3688b55 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 4, 2023

  1. refactoring

    - [x]  Reset the location of character3d to the star wars cantina
    - [x]  Add the youtube voting into the mix
    - [x]  Refactor the head3d to be even more robust
    - [x]  Copy-save all of the 3d assets to the scenes dir upon generation
    - [x]  Save the character gen details once the scene is finished generating
    - [x]  Refactor the camera angle generation into own function
    liamzebedee committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8e645da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0989ea View commit details
    Browse the repository at this point in the history
  3. - [x] Fix the scenes add camera instructions

    - [x]  Reuse character if we have one
        - [x]  Load the characters from the scene files. Oops no we want the voted ones
        - [x]  Save the votes to a json file
        - [x]  Load votes from the json file, build dictionary of 3d characters
    liamzebedee committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c3f0218 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    600a518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e425ca View commit details
    Browse the repository at this point in the history
  3. * doc share drive

    * save data into data-prod or data-test
    liamzebedee committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4239c6a View commit details
    Browse the repository at this point in the history
  4. * add audience ratings bar aka THE BULLET METER

    * modify youtube chat to accept ratings
    
    this includes commented code for different approaches:
    - events
    - async routine
    - and eventually the working one, using coroutines
    liamzebedee committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    998cb68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d87217d View commit details
    Browse the repository at this point in the history
  6. fix

    liamzebedee committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b294a00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb09fe8 View commit details
    Browse the repository at this point in the history
  8. add generation server

    liamzebedee committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6a65fc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix camera shots prompt

    liamzebedee committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3eb7eb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. add ui for custom script

    liamzebedee committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    cb4beec View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. .

    liamzebedee committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b362b4b View commit details
    Browse the repository at this point in the history
  2. move data dir

    liamzebedee committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    31c6694 View commit details
    Browse the repository at this point in the history
  3. .

    liamzebedee committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f8bce67 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. refactor

    liamzebedee committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d3cefe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. .

    liamzebedee committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    54c0546 View commit details
    Browse the repository at this point in the history
  2. .

    liamzebedee committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7e6a58d View commit details
    Browse the repository at this point in the history
  3. .

    liamzebedee committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    11c7535 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

    liamzebedee committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e19c1e7 View commit details
    Browse the repository at this point in the history