Harry Wang

Results 20 issues of 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.

enhancement
help wanted

Our first version of the light mode with manual light/dark mode toggle. #23

important
new feature

build-in images works: before: after: but upload my own image has bad quality to even start: original image: ![20230529-134116](https://github.com/Zeqiang-Lai/DragGAN/assets/595772/a09dd778-5772-4048-92a0-4f294b9c75d5) 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...

enhancement

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...

bug