Commit Graph

1622 Commits

Author SHA1 Message Date
lllyasviel f1b75ee690 update log 2023-12-12 14:22:08 -08:00
lllyasviel 9c3fb90df3 try fix cpu tree 2023-12-12 14:14:30 -08:00
lllyasviel 47441736ae maintain 2023-12-12 13:44:16 -08:00
AlexL 9cd3c06c6f
Make a simple table in html log output (#1286) 2023-12-12 13:33:28 -08:00
lllyasviel 1ee5d24f33 version 2023-12-12 13:32:23 -08:00
lllyasviel 8bbde9bcd0 analytics via argument 2023-12-12 13:30:32 -08:00
lllyasviel 8f52b6d5f3
Revert "analytics via argument (#1315)" (#1359)
This reverts commit 7b72d894c5.
2023-12-12 13:27:42 -08:00
Manuel Schmid 7b72d894c5
analytics via argument (#1315) 2023-12-12 13:26:01 -08:00
lllyasviel 5f3a87d871 try fix ssl 2023-12-12 12:59:58 -08:00
lllyasviel 85b3e64e60 colab test 2023-12-12 12:03:48 -08:00
lllyasviel 48ca305332 fix args 2023-12-12 11:46:49 -08:00
lllyasviel a2d4df8510 Update readme.md 2023-12-12 11:41:39 -08:00
lllyasviel de9950187f fix speed ui 2023-12-12 11:38:22 -08:00
lllyasviel 9a8e9b9266 Remove unnecessary codes 2023-12-12 11:38:05 -08:00
lllyasviel e8d88d3e25 2.1.826 2023-12-12 11:38:05 -08:00
lllyasviel 0d878b0282 try fix some mps problems 2023-12-11 19:16:46 -08:00
lllyasviel de570566e2
Update readme.md 2023-12-11 18:59:23 -08:00
lllyasviel e3db20b9e5
Update troubleshoot.md 2023-12-11 07:03:58 -08:00
lllyasviel 80050bace3
Update troubleshoot.md 2023-12-10 16:53:18 -08:00
lllyasviel b2f391213f Update troubleshoot.md 2023-12-10 16:26:22 -08:00
lllyasviel 65229bdf89 Troubleshoot for common problems 2023-12-10 16:23:10 -08:00
lllyasviel b54b3698f4 update troubleshoot 2023-12-10 16:21:03 -08:00
Wari e8626fd402
Fixed spelling error (#1269) 2023-12-08 15:12:24 -08:00
lllyasviel f31f3edeec
update info deprecated 2023-12-07 00:56:04 -08:00
Manuel Schmid 96523e9397
fix config mapping for default_performance 2023-12-05 23:57:50 +01:00
vikrantrathore 6fd21ba0f6
Update anime preset to latest bluepencil 2.0.0 release
Update the bluepencil-XL to latest version 2.0.0 which is released on 1st December 2023.
2023-12-04 15:37:15 +08:00
lllyasviel cca0ca704a
Announcement 2023-11-26 16:30:29 -08:00
Manuel Schmid 92a54cff22
Merge branch 'feature/add-prompt-translate' 2023-11-26 11:23:38 +01:00
Manuel Schmid 8718e80dc2
move import as it checks for users ip and geolocation
Only metadata of users who specifically activated the prompt translate checkbox should be requested.
This also prevented users with adblockers on DNS level from being able to generate images, now fixed.
2023-11-26 11:23:02 +01:00
Manuel Schmid 6e0fe7b008
make disable_intermediate_results not interactive when selecting Extreme Performance
correctly reflects current behaviour to not clog gradio
2023-11-26 01:15:08 +01:00
Manuel Schmid 6ccf5cf2c1 correctly preset value and interactive for disable_preview when NSFW preview is configured accordingly 2023-11-26 00:33:32 +01:00
Manuel Schmid 298a807a1b Merge branch 'feature/add-prompt-translate'
# Conflicts:
#	requirements_versions.txt
#	webui.py
2023-11-26 00:14:12 +01:00
Manuel Schmid 29d1c3ee34 update tqdm to 4.65.0 to be able to use translators==5.8.9
this commit is optional and can be reverted
2023-11-25 23:39:30 +01:00
Manuel Schmid 25c3184ddc move prompt translation to async_worker 2023-11-25 23:26:29 +01:00
Manuel Schmid eeb1013638 use separate module for translator 2023-11-25 23:21:09 +01:00
Manuel Schmid 65af7d3764 add prompt translation functionality 2023-11-25 23:13:54 +01:00
Manuel Schmid 823939cd5a Merge remote-tracking branch 'upstream/main' 2023-11-25 22:20:05 +01:00
Manuel Schmid 81f1ddb6c4 deactivate global / file style sorter 2023-11-25 21:19:09 +01:00
oivasenk ec57c1fde0
Update private_logger.py (#1025)
Minor optimization of logs. Added lazy loading of images.
2023-11-24 01:31:20 -08:00
lllyasviel 3bc9ac88fd maintain 2023-11-23 13:46:50 -08:00
Manuel Schmid 44c6ddb731 disable intermediate results on LCM sampler
prevents image result clogging due to LCM being so fast
2023-11-23 00:34:08 +01:00
Manuel Schmid 99f7b6e6d4
Merge branch 'feature/add-advanced-parameter-disable-intermediate-images' 2023-11-22 23:44:18 +01:00
Manuel Schmid 87e312e683
add advanced parameter for disable_intermediate_results
prevents gradio frontend process from clogging image output and updates in high throughput scenarios such as LCM with image number >= 4
2023-11-22 23:42:25 +01:00
Manuel Schmid b1f79a4b44 move nsfw filter to core module, make preview hiding more effective 2023-11-22 23:22:55 +01:00
Manuel Schmid 87fc830981 add steps info to performance selection radio buttons 2023-11-22 22:17:24 +01:00
Manuel Schmid 0e7c42f6e8 Merge remote-tracking branch 'origin/hotfix/prevent-skipping-and-stopping-by-other-users' 2023-11-21 22:32:27 +01:00
Manuel Schmid d2e25400f7
Merge branch 'lllyasviel:main' into hotfix/prevent-skipping-and-stopping-by-other-users 2023-11-21 22:31:13 +01:00
lllyasviel bd4d40203c ling 2023-11-21 10:16:45 -08:00
lllyasviel 8f98e96d73 maintain
Fix some potential problem when LoRAs has clip keys and user want to load those LoRAs to refiners.
2023-11-21 10:04:53 -08:00
Manuel Schmid a5f3e4af9b
Merge branch 'hotfix/prevent-skipping-and-stopping-by-other-users'
# Conflicts:
#	modules/config.py
2023-11-20 22:01:40 +01:00