Harry Wang
Harry Wang
Thanks a lot for developing such a nice framework and related tools and datasets. I have a question about annotation - the aspect terms are from the reviews and some...
Updated the code to torch 0.4.1 and added virtual environment and pip3 support
my image is 1028x720. if I use 512x512 default, the result is good: however, when I changed to 1028x720 in both webui and controlnet menu, all other settings are the...
I used the following script to train a style and the final model is in `final_lora.safetensors` ``` lora_pti \ --pretrained_model_name_or_path=$MODEL_NAME \ --instance_data_dir=$INSTANCE_DIR \ ... ``` I use the code https://github.com/cloneofsimo/lora/blob/master/scripts/run_inference.ipynb...
It would be nice to support light/dark theme/mode switch.
Our first version of the light mode with manual light/dark mode toggle. #23
build-in images works: before: after: but upload my own image has bad quality to even start: original image:  after uploading: any pointers? thanks!
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? On the...
After downloading a model from CivitAI the rename failed. Is this because the webui is running with `--share`? I tried this in a local Mac running webui without any problem....
On Mac, if using Postgres.app, the pg_config file is in /Applications/Postgres.app/Contents/Versions/9.3/bin directory, which should be added to the system path before running to avoid errors: ``` (ScrapeProj)$ pip install -r...