mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
Submodule extensions-builtin/sdnext-modernui updated: 30a0c39776...f287be148c
@@ -3,7 +3,7 @@ import math
|
||||
import torch
|
||||
from torch import Tensor
|
||||
|
||||
__all__ = [ # noqa: RUF022
|
||||
__all__ = [
|
||||
"weighted_sum",
|
||||
"weighted_subtraction",
|
||||
"tensor_sum",
|
||||
|
||||
@@ -88,7 +88,7 @@ from .variants import (
|
||||
GaussLegendre4SScheduler,
|
||||
)
|
||||
|
||||
__all__ = [ # noqa: RUF022
|
||||
__all__ = [
|
||||
# Base
|
||||
"RESUnifiedScheduler",
|
||||
"RESMultistepScheduler",
|
||||
|
||||
Reference in New Issue
Block a user