ThereforeGames

Results 10 issues of ThereforeGames

First, thanks for taking the time to implement this faceswapping model - seems like it has a lot of potential! That said, I noticed a few issues while setting it...

Hello, Very excited to see that a Dreambooth implementation is already available for SD! Great work. I'm trying to run the training script on a 3090, so I switched "unfreeze_model"...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Hi, When inpainting with "conditioning mask...

bug-report

Hi, This PR attempts to solve two longstanding issues with the img2img color correction feature: - As per #484, "color correction" often produces images that look degraded or posterized -...

Love the new styles feature from https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/196 . The rate of development on this repo is unbelievably impressive. There ought to be a button that lets us delete an existing...

enhancement

### 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 ? Hi, At...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Hi, It seems that img2img inpainting...

bug-report

Hello, Thank you for sharing SUPIR with us! I am trying to run it on Windows using a GeForce 3090, but I receive the following warning during inference: ``` Seed...

Hi, Thank you for sharing your work! I noticed in `demo.py`, the `get_transform()` method does not respect the `size` argument. It is hardcoded to resize to (224,224): https://github.com/fawnliu/TRIS/blob/b45f660783b0334f6110c3afe7d53c8b30eab418/demo.py#L22 I believe...

Hi, Similar to `ALLOW_MULTILINE_DICTIONARY_KEYS`, I would like YAPF to preserve the formatting of list items that have been declared on individual lines, e.g. ```py def ui(self, gr): return [ gr.Textbox(label="Conditional...