InvokeAI/invokeai
psychedelicious 1f22f6ae02 feat(ui): iterate on dynamic gallery limit
- Simplify the gallery layout
- Set an initial gallery limit to load _some_ images immediately.
- Refactor the resize observer to use the actual rendered image component to calculate the number of images per row/col. This prevents inaccuracies caused by image padding that could result in the wrong number of images.
- Debounce the limit update to not thrash teh API
- Use absolute positioning trick to ensure the gallery container is always exactly the right size
- Minimum of `imagesPerRow` images loaded at all times
2024-06-27 13:48:40 +10:00
..
app Revert "Remove the redundant init_timestep parameter that was being passed around. It is simply the first element of the timesteps array." 2024-06-26 12:51:51 -04:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend Fix handling of init_timestep in StableDiffusionGeneratorPipeline and improve its documentation. 2024-06-26 12:51:51 -04:00
configs feat(mm): support sdxl ckpt inpainting models 2024-04-28 12:57:27 +10:00
frontend feat(ui): iterate on dynamic gallery limit 2024-06-27 13:48:40 +10:00
invocation_api fix: SchedulerOutput not being imported correctly 2024-06-10 04:12:20 -07:00
version Update invokeai_version.py 2024-06-27 10:41:01 +10:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00