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

Improve UI workflow with step-by-step generation process #67

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

Conversation

TheSeanLavery
Copy link

Note this PR is reliant on the previous PR I sent. You should merge that one first.

##_ Changes

  • Implement clear step-by-step workflow for generation:
    1. Generate/upload image
    2. Generate 3D model (shape only or with texture)
  • Simplify interface by removing tab structure
  • Combine text and image input into a single unified view
  • Add numbered buttons for clear progression

UI Improvements

  • Better button labels indicating the generation sequence
  • Moved background removal to advanced settings for cleaner main interface
  • Improved placeholder text and info messages
  • Fixed typos in warning messages

Benefits

  • More intuitive workflow for users
  • Clearer progression from image to 3D generation
  • Better organization of settings and options
  • Improved user experience for both new and existing users

Testing

  • Verified all generation paths work correctly
  • Tested with and without text-to-image generation enabled
  • Confirmed advanced settings are accessible and functional

- Add lazy loading for all models (shape gen, texture gen, background removal)
- Models are now loaded only when needed instead of all at startup
- Helps prevent out-of-memory issues on GPUs with limited VRAM
- Improves initial startup time
- Add step-by-step workflow with numbered buttons
- Simplify interface by removing tabs and combining text/image input
- Add clear button labels for each generation step
- Fix typos in warning messages
- Move background removal option to advanced settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant