mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update extensions
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
"eta_noise_seed_delta": 0,
|
||||
"always_discard_next_to_last_sigma": false,
|
||||
"disabled_extensions": [
|
||||
"openOutpaint-webUI-extension",
|
||||
"sdweb-merge-board",
|
||||
"ScuNET",
|
||||
"roll-artist"
|
||||
|
||||
Submodule extensions-builtin/sd-extension-system-info updated: d70daf5b5c...7f78720391
@@ -401,11 +401,12 @@ def load_model(checkpoint_info=None):
|
||||
sd_hijack.model_hijack.hijack(sd_model)
|
||||
|
||||
if shared.cmd_opts.compile is not None:
|
||||
if torch.cuda.is_available():
|
||||
torch.backends.cudnn.benchmark = True
|
||||
try:
|
||||
import time
|
||||
import torch._dynamo as dynamo # must be imported explicitly or namespace is not found
|
||||
torch._dynamo.config.verbose=True
|
||||
torch.backends.cudnn.benchmark = True
|
||||
t0 = time.time()
|
||||
# script = sd_model.model.to_torchscript(method="trace")
|
||||
# script = torch.jit.script(sd_model.model.eval())
|
||||
|
||||
Reference in New Issue
Block a user