* Remove duplicate os import
* Remove duplicate parse_seed_input function
Migrating to JSON requests in SD UI
More UI and app flow improvements, logging, shared device cache
Model loading
Complete SD pipeline.
Tweaks to VAE, pipeline states
Pipeline tweaks, add cmd_opts parsing to sd api
UI/app structure and utility implementation.
- Initializers for webui/API launch
- Schedulers file for SD scheduling utilities
- Additions to API-level utilities
- Added embeddings module for LoRA, Lycoris, yada yada
- Added image_processing module for resamplers, resize tools,
transforms, and any image annotation (PNG metadata)
- shared_cmd_opts module -- sorry, this is stable_args.py. It lives on.
We still want to have some global control over the app exclusively
from the command-line. At least we will be free from shark_args.
- Moving around some utility pieces.
- Try to make api+webui concurrency possible in index.py
- SD UI -- this is just img2imgUI but hopefully a little better.
- UI utilities for your nod logos and your gradio temps.
Enable UI / bugfixes / tweaks