bssrdf

Results 6 issues of bssrdf

Hi, This may be a followup of a previous closed issue (https://github.com/matplotlib/basemap/issues/118). I am making polar stereographic projection pcolormesh plots of some sea ice data. It works fine with the...

HI my question is if it is necessary to apply lora residual weight from the model file during inference? In other words, will applying lora help generate images more faithfully...

# What does this PR do? This PR is similar to https://github.com/huggingface/diffusers/pull/3462 but fixes the same issue in ```train_dreambooth.py```. Fixes https://github.com/huggingface/diffusers/issues/7619 ## Before submitting - [ ] This PR fixes...

Hi, I am working on a side project off `stable-diffusion.cpp` which really needs the functionality of your clip implementation. What's the best way to use clip? Also it seems `ggml`...

### Describe the bug I am trying to use train_dreambooth.py to train a personalized model by following https://github.com/huggingface/diffusers/tree/main/examples/dreambooth. I got the following error: ``` File "C:\WPy64-31090\python-3.10.9.amd64\lib\site-packages\torch\nn\modules\conv.py", line 458, in _conv_forward...

bug

This PR added support for PhotoMaker V2 (PMV2). PMV2 requires/adds a face detection step via insightface. I couldn't find a C++ lib to do equivalent in SD. (There is a...