Commit Graph

724 Commits

Author SHA1 Message Date
lllyasviel f30e71ad64 maintain gpt
maintain gpt
2023-10-31 12:32:02 -07:00
lllyasviel 1b96d3ba0b
Solve all GPT problems forever 2023-10-30 21:17:38 -07:00
lllyasviel 07b0a37de0 Fooocus GitHub Bot Commit
This commit is generated by a GitHub bot of Fooocus
2023-10-30 16:54:08 -07:00
lllyasviel 34bcfa79c0
improve gpt2
improve gpt2
2023-10-30 16:40:50 -07:00
lllyasviel d8616fe8dc
edit gpt list
edit gpt list
2023-10-30 13:50:46 -07:00
lllyasviel c697826f9f Update expansion.py 2023-10-30 12:38:13 -07:00
lllyasviel efcd4837ce Update expansion.py 2023-10-30 12:34:14 -07:00
lllyasviel 1d16b942b3 gpt minor fix 2023-10-30 12:26:35 -07:00
lllyasviel 51ffcc47e4 Fooocus GitHub Bot Commit
This commit is generated by a GitHub bot of Fooocus
2023-10-29 22:46:08 -07:00
lllyasviel ce2c53f121 less verbose 2023-10-29 22:36:22 -07:00
lllyasviel 6364bb37cf another fix to #815 2023-10-29 22:26:49 -07:00
lllyasviel 867402e3df try fix #815 2023-10-29 22:03:59 -07:00
lllyasviel 634420ed94
Update readme.md 2023-10-29 13:10:46 -07:00
lllyasviel 769bfc7b6d hint 2023-10-29 12:38:06 -07:00
lllyasviel dd8bf62263
Update readme.md 2023-10-29 11:16:45 -07:00
lllyasviel 932f1333e4
Update readme.md 2023-10-29 11:05:26 -07:00
lllyasviel cb4859fdd8
Update readme.md 2023-10-29 11:04:22 -07:00
Manuel Schmid 49b94fa26e
use state instead of global for default_image (#812)
* use state instead of global for default_image

solves issue https://github.com/lllyasviel/Fooocus/issues/716

* fix

---------

Co-authored-by: lllyasviel <lyuminzhang@outlook.com>
2023-10-29 09:31:14 -07:00
lllyasviel 759bfadefa fix async load order + image wall 2023-10-28 23:03:35 -07:00
lllyasviel b103f88f18
Update readme.md 2023-10-28 21:09:25 -07:00
lllyasviel 48bcc7a5fc fix error at 0 2023-10-28 18:31:50 -07:00
lllyasviel fa3f1709cf ui 2023-10-28 17:07:20 -07:00
lllyasviel 809d4a8832
Update readme.md (#807) 2023-10-28 16:40:41 -07:00
lllyasviel 76120e045e update model list
Note that this only influence new users with new downloads
Previous users will not be forced to download new files, because this is not friendly and should be avoided.
delete user_path_config.txt to receive this new list
2023-10-28 16:20:11 -07:00
lllyasviel 56c8a342ec Fooocus GitHub Bot Commit
This commit is generated by a GitHub bot of Fooocus
2023-10-28 14:49:18 -07:00
lllyasviel 3445c0d7d1 Announcement 2023-10-26 22:33:38 -07:00
lllyasviel f07f7693d3 fix refiner 2023-10-26 19:42:50 -07:00
lllyasviel 5cbefa821f minor fix 2023-10-26 18:06:25 -07:00
lllyasviel 4607316c2f get each image during generating
get each image during generating
2023-10-26 17:17:05 -07:00
lllyasviel f6eee62520 fix missing text 2023-10-26 10:52:05 -07:00
lllyasviel 9982d34b6c safer deep copy 2023-10-26 10:29:30 -07:00
lllyasviel a16b451fd7
adjust context length (#795)
* adjust context length

* Update sdxl_styles_fooocus.json
2023-10-26 09:51:10 -07:00
lllyasviel 823fa924d3 disable expansion when empty since it is not meaningful and influences image prompt
disable expansion when empty since it is not meaningful and influences image prompt
2023-10-26 08:59:49 -07:00
lllyasviel d7ee814579 disable expansion when empty since it is not meaningful and influences image prompt 2023-10-26 08:51:53 -07:00
lllyasviel 175f3e3040 update backend + revise styles
update backend + revise styles
2023-10-26 08:24:45 -07:00
lllyasviel 214c2ba04c fix resize 2023-10-25 21:02:55 -07:00
lllyasviel 959f965b77 improve gpt2
improve gpt2
2023-10-25 17:03:49 -07:00
lllyasviel 37ec436a3e Fooocus GitHub Bot Commit
This commit is generated by a GitHub bot of Fooocus
2023-10-25 15:37:18 -07:00
lllyasviel 01b1e98d37 Update Styles
Update Styles
2023-10-25 14:29:46 -07:00
lllyasviel a6ac4604cd remove unused codes 2023-10-25 11:18:16 -07:00
lllyasviel 38e70cebcc Update Backend
Update Backend
2023-10-25 09:40:13 -07:00
lllyasviel bb965067e0
Update readme.md 2023-10-25 07:16:53 -07:00
lllyasviel 9bb16d0d76
Update issue templates 2023-10-24 14:09:56 -07:00
MoonRide303 486568a04f
Merge pull request #779 from MoonRide303/auth-file-access
Blocked remote access to auth.json
2023-10-24 21:56:48 +02:00
MoonRide303 19a03f1d0a Blocked remote access to auth.json 2023-10-24 21:55:29 +02:00
lllyasviel 5d32c208b2 remove unused codes 2023-10-24 11:38:03 -07:00
MoonRide303 4d4ba87e9d
Merge pull request #778 from MoonRide303/auth-support
Added support for authentication in --share mode (via auth.json)
2023-10-24 18:33:19 +02:00
MoonRide303 fbbaf86232 Added support for authentication in --share mode (via auth.json) 2023-10-24 18:29:37 +02:00
MoonRide303 2f58ac2334
Merge pull request #776 from MoonRide303/seed-range-refactor
Refactored handling max random seed
2023-10-24 18:09:42 +02:00
MoonRide303 523aa190db Refactored handling max random seed 2023-10-24 12:15:43 +02:00