updates UI
This commit is contained in:
19
backlog.md
19
backlog.md
@@ -82,7 +82,21 @@ Scenery:
|
||||
- tab "SAM" checkerboard icon to studio-view overlay
|
||||
- in the landing page hide SOURCE images
|
||||
- als het input bestand real is, dan gaat echt elke opvolging perfect. supe plaatjes.. (3 kwart maakt de opvolgende plaatjes ook altijd engaging.. top down (vanwege ruimte))
|
||||
-
|
||||
- When open the app via the launcher, make it privacy enabled by default, so the privacy screen will appear.
|
||||
- When open a group by default hide orbit images, videos
|
||||
- Do not show videos in the landingpage image-loop
|
||||
- Make - html per group and html for the landing page. Decouple the landingpage from the studio and studio is hydrated available per group
|
||||
- update svg
|
||||
- Extract the heavy model API, so we can unit-test it. ( and we can stand-alone disable it ) and doesnt require the entire 41gb model to load into memory for a simple backend update
|
||||
- Save pose-prompt history + refine + reverse engineer + Scenery prompt in database. create a new db table called prompt, add the type of prompt for exmaple refine or scene to the record and all relevant information used to recontruct the prompt input. so also include a jsonb for metadata/tags etc.
|
||||
- In order to decouple the model-engine (by design it can be turned off) and the backend (by design it can be turned off)
|
||||
- in the UI right top make two dots indicating the model-engine, backend is online and if its (actively processing a task), use the healthchecks of the services to check realtime status.
|
||||
- in case the Model-engine is offline, we want to disable the UI-actions that require the model-engine, such as pose generation,
|
||||
- in case the backend is offline, we want to disable the UI-actions that require the backend, such as duplicate, pad, crop, etc..
|
||||
Start by implmenting the mechanics of the status leds in the UI. and disable one or two features that require the model-engine or the backend to be online. We complete the task after review
|
||||
- in order to decouple the landingpage/dashboard from the studio view (editor) we are going to generate group "shoot" specific html pages. Start by just generate the studio portion of car.html into the group specifc html pages. It does not need to be synchronous, but when data of the group is changing we should update the group specifc data json file too, we copy the goup files to the output folder next to car.html
|
||||
- in /mnt/zim/tour-comfy/output/_turntable we have data regarding orbit generations. We want to store the orbit data in the database, start by adding the corresponding tags and meta info to the images (currently stored in the person table (but actually are images with metadata))
|
||||
- in the ui - studio view we have an orbit filter. Currently the filter is filtering too many files, also references of orbit files are being marked orbit. When an orbit file is used, the metadata should not include the orbit tag.
|
||||
## refine
|
||||
|
||||
- when refresh page, we lose track of current jobs running.
|
||||
@@ -129,7 +143,8 @@ TRACKING
|
||||
4) add a new video filter, and hide video by default in the Group Active
|
||||
-- feel free to furhter optimize the studio view "info" tab
|
||||
|
||||
1) for every image we have an entry in the database, keep for every image an entry with the same filename in the same folder but ending with json. in the json we store the functional representation of the database record and keep it up-to-date when data changes. .
|
||||
so we have a postgres-db, the frontend car.html and the backend edit_api.py
|
||||
1) for every image we have an entry in the database table person, keep for every image an entry with the same filename in the same folder but ending with json. in the json we store the functional representation of the database record and keep it up-to-date when data changes. .
|
||||
In the app we looking at groups of images, so also keep track of the group, this include the additional functional features we show in the UI for that group with the images it includes. Keep the data up-to-date in the backend when data changes, also update the referring data files.
|
||||
2) introduce a rating feature. to thumps up or thumbs down an image. When an image gets athamps up or thumbs down add a tag in the db and show it in the UI. Also the default filter in "Group Active" should filter out the images with a negative rating, but also include a filter that would show only images with a positive rating. The rating should also cascade (calculated? perhaps) into the poses. So images with pose that have good rating will define the rating of a pose, same for the image group (use a clever normalized formula ) over the positive and negative thumbs to compare it with another group
|
||||
3) introduce (?cosine) similarity variation indexes in a group. Also for the faces in a group. To keep track of authenticity of a person in a group
|
||||
|
||||
Reference in New Issue
Block a user