mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
force disable watermark
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## TODO
|
||||
|
||||
- resize type: fixed, fill, etc.
|
||||
- reference styles
|
||||
|
||||
## Update for 2024-03-14
|
||||
|
||||
|
||||
@@ -1080,6 +1080,8 @@ def load_diffuser(checkpoint_info=None, already_loaded_state_dict=None, timer=No
|
||||
shared.opts.data["sd_checkpoint_hash"] = checkpoint_info.sha256
|
||||
if hasattr(sd_model, "set_progress_bar_config"):
|
||||
sd_model.set_progress_bar_config(bar_format='Progress {rate_fmt}{postfix} {bar} {percentage:3.0f}% {n_fmt}/{total_fmt} {elapsed} {remaining}', ncols=80, colour='#327fba')
|
||||
if hasattr(sd_model, "watermark"):
|
||||
sd_model.watermark = None
|
||||
|
||||
set_diffuser_options(sd_model, vae, op)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user