Age | Commit message (Collapse) | Author |
|
|
|
Swap width and height sliders in the UI
|
|
|
|
made launcher always install requirements
bumped basicsr to 1.4.2 because someone wanted it
|
|
|
|
disable #358
|
|
'modules.shared' has no attribute 'device_codeformer' #348
|
|
|
|
This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing
changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b.
|
|
|
|
Update README
|
|
Revision of the previous commit to make it less misleading and mention the option of using .bin files
|
|
Fix ugly img2img resize options
|
|
|
|
|
|
|
|
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
|
|
|
|
- small update to reflect the revised commit for gradio authentication
|
|
|
|
|
|
using extras #251
|
|
|
|
--opt-split-attention-v1 (found cause) #255
|
|
- Documented a couple of new optional flags
- Added a link to a third party repository of embeddings
- Reworded a few parts
- Fixed some typos
|
|
|
|
|
|
|
|
|
|
Update cross attention to the newest version
|
|
|
|
optimizations
|
|
|
|
optimizations
|
|
Channels last support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add --gradio-auth command line argument to enable Gradio authentication
|
|
the prompt #306
|
|
|
|
|
|
|
|
Allows you to pass in Gradio authentication like:
`--auth username:password`
Supports multiple sets of credentials by comma-delimiting, like:
`--auth user1:pass1,user2:pass3`...
|
|
|
|
|
|
Add --hide-ui-dir-config command line flag
|