Manuel Schmid
1c42ceadbb
Merge branch 'bugfix/fix-create-dir-if-not-existing'
...
# Conflicts:
# modules/config.py
2023-12-31 00:10:38 +01:00
Manuel Schmid
917c422ec6
correctly create directory for outputs if not existing
2023-12-30 19:05:59 +01:00
lllyasviel
8e62a72a63
(requested) support AMD 8GB GPUs via Windows DirectML
...
this update is requested by users
2023-12-30 06:30:59 -08:00
Manuel Schmid
c7a5638f54
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# webui.py
2023-12-30 14:40:49 +01:00
lllyasviel
2f6ebbf876
some fix for previous PRs
2023-12-28 08:07:43 -08:00
御坂IO
ad158450e3
fix to_clipboard from non-localhost access ( #1576 )
...
tested on edge(windows&android)
2023-12-28 07:54:59 -08:00
Manuel Schmid
48b1324a26
add default_max_image_number to config, use as maximum in default_image_number ( #1616 )
2023-12-28 07:48:30 -08:00
Manuel Schmid
82f82e7941
remove restriction for maximum default_max_image_number value
2023-12-27 17:16:20 +01:00
Manuel Schmid
91be48c596
code cleanup
2023-12-25 00:07:14 +01:00
Manuel Schmid
3ba59df559
add default_overwrite_step handling for meta data and gradio
...
allows turbo preset switching to set default_overwrite_step correctly
2023-12-24 23:31:46 +01:00
Manuel Schmid
1e0f95c6cf
Merge branch 'feature/add-preset-selection'
2023-12-24 13:13:49 +01:00
Manuel Schmid
e72850de70
download missing models from preset
2023-12-24 13:09:20 +01:00
Manuel Schmid
2e23e2b7b1
code cleanup
2023-12-24 11:53:06 +01:00
Manuel Schmid
f1bee4b103
add special handling for default_styles and default_aspect_ratio
2023-12-24 11:25:07 +01:00
Manuel Schmid
2fe48ab293
Merge branch 'feature/add-preset-selection'
...
# Conflicts:
# webui.py
2023-12-23 23:27:35 +01:00
Manuel Schmid
ccfd4f5094
add preset refresh on "Refresh All Files" click
2023-12-23 22:17:46 +01:00
Manuel Schmid
2770a40dc1
use default config as fallback value
2023-12-23 21:38:22 +01:00
Manuel Schmid
891a1acb62
add LoRA handling
2023-12-23 19:57:56 +01:00
Manuel Schmid
f56e3eb3b0
add preset selection
...
uses meta parsing to set presets in user session (UI elements only)
2023-12-23 19:30:49 +01:00
Manuel Schmid
fc909a3a28
Merge branch 'main_upstream'
2023-12-23 16:40:20 +01:00
lllyasviel
7b5bced6c2
small url fix ( #1551 )
2023-12-22 00:20:09 -08:00
lllyasviel
81107298a8
minor fix ( #1532 )
2023-12-20 19:58:53 -08:00
lllyasviel
f7bb578a14
2.1.854
...
* Add a button to copy parameters to clipboard in log.
* Allow users to load parameters directly by pasting parameters to prompt.
2023-12-20 19:52:38 -08:00
Manuel Schmid
a5ed897e21
Merge branch 'main_upstream'
2023-12-20 18:11:07 +01:00
lllyasviel
f308489440
Add Marc K3nt3L's styles
...
Thanks Marc K3nt3L !
2023-12-18 19:01:52 -08:00
Huy Nguyen
7a6b46f363
New Log System
2023-12-17 20:20:02 -08:00
lllyasviel
0e1aa8d084
better caster ( #1480 )
...
related to mps/rocm/cpu casting for fp16 and etc on clip
2023-12-17 17:09:15 -08:00
lllyasviel
1669370d2e
Refactor CLIP Vision
2023-12-17 00:13:51 -08:00
lllyasviel
67808d5ee5
fix all precision issues
...
We fixed number precision issues again. Now 2.1.849 will give 100% exactly same results as 2.1.824.
2023-12-16 19:54:05 -08:00
lllyasviel
efb312d495
fix autocast ( #1459 )
2023-12-16 17:16:24 -08:00
lllyasviel
085bc3aeaa
revise caster
2023-12-16 16:58:46 -08:00
lllyasviel
ec5dd950a2
Fix many precision problems
...
Many users reported that image quality is different from 2.1.824. We reviewed all codes and fixed several precision problems in 2.1.846.
2023-12-16 15:55:53 -08:00
Manuel Schmid
f47c57a2e5
Merge branch 'feature/add-nsfw-filter'
...
# Conflicts:
# modules/advanced_parameters.py
# webui.py
2023-12-16 23:01:55 +01:00
Manuel Schmid
e97008d4fb
add checkbox black_out_nsfw
...
makes both enabling via config and checkbox possible, where config overrides the checkbox value
2023-12-16 22:55:25 +01:00
Manuel Schmid
cc9f3d6c71
Merge branch 'feature/add-nsfw-filter'
...
# Conflicts:
# modules/async_worker.py
# modules/censor.py
# modules/config.py
2023-12-16 19:39:19 +01:00
Manuel Schmid
cdaaec3e71
use config to set cache dir for safety checker
2023-12-16 19:25:02 +01:00
Manuel Schmid
6ea37bec93
Merge branch 'main_upstream'
2023-12-16 16:17:37 +01:00
lllyasviel
179bcb2c4e
Fix inpaint device problem in `--always-gpu` mode. ( #1420 )
...
2.1.841
2023-12-14 19:15:16 -08:00
Manuel Schmid
1f9d9999db
Merge remote-tracking branch 'upstream/main'
2023-12-14 23:01:49 +01:00
lllyasviel
323af5667a
2.1.840
...
* Fix some potential frozen after model mismatch
* Fix crash when cfg=1 when using anime preset
* Added some guidelines for troubleshoot the "CUDA kernel errors asynchronously" problem
2023-12-14 13:55:49 -08:00
Manuel Schmid
ea764855f8
Merge remote-tracking branch 'upstream/main' into feature/add-nsfw-filter
...
# Conflicts:
# modules/async_worker.py
# modules/config.py
2023-12-14 22:55:45 +01:00
Manuel Schmid
07fba58c99
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# modules/async_worker.py
# requirements_versions.txt
# webui.py
2023-12-14 22:49:29 +01:00
lllyasviel
5b99e3a1e4
2.1.839
2023-12-13 21:14:50 -08:00
lllyasviel
df615d3781
fix some precision problems
2023-12-13 13:05:33 -08:00
lllyasviel
f8e651a483
[2.1.831] Fooocus Describe
2023-12-12 19:34:18 -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
e8d88d3e25
2.1.826
2023-12-12 11:38:05 -08:00
Manuel Schmid
96523e9397
fix config mapping for default_performance
2023-12-05 23:57:50 +01:00