Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Currently, trying to perform CLIP interrogation on a CPU fails, saying:
```
RuntimeError: "slow_conv2d_cpu" not implemented for 'Half'
```
This merge request fixes this issue by detecting whether the target
device is CPU and, if so, force-enabling `--no-half` and passing
`device="cpu"` to `clip.load()` (which then does some extra tricks to
ensure it works correctly on CPU).
|
|
|
|
Fix skip and interrupt buttons for Highres. fix option enabled
|
|
|
|
of layer in hypernets
|
|
Add features to insert activation functions to hypernetworks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 108be15500aac590b4e00420635d7b61fccfa530.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preprocess
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Try to move the crop in the direction of a face if it is present
More internal configuration options for choosing weights of each of the algorithm's findings
Move logic into its module
|
|
|
|
|
|
|
|
|