update model
Browse files- flux/__pycache__/__init__.cpython-310.pyc +0 -0
- flux/__pycache__/_version.cpython-310.pyc +0 -0
- flux/__pycache__/math.cpython-310.pyc +0 -0
- flux/__pycache__/model.cpython-310.pyc +0 -0
- flux/__pycache__/sampling.cpython-310.pyc +0 -0
- flux/model.py +2 -2
- flux/modules/__pycache__/layers.cpython-310.pyc +0 -0
flux/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/flux/__pycache__/__init__.cpython-310.pyc and b/flux/__pycache__/__init__.cpython-310.pyc differ
|
|
flux/__pycache__/_version.cpython-310.pyc
CHANGED
Binary files a/flux/__pycache__/_version.cpython-310.pyc and b/flux/__pycache__/_version.cpython-310.pyc differ
|
|
flux/__pycache__/math.cpython-310.pyc
CHANGED
Binary files a/flux/__pycache__/math.cpython-310.pyc and b/flux/__pycache__/math.cpython-310.pyc differ
|
|
flux/__pycache__/model.cpython-310.pyc
CHANGED
Binary files a/flux/__pycache__/model.cpython-310.pyc and b/flux/__pycache__/model.cpython-310.pyc differ
|
|
flux/__pycache__/sampling.cpython-310.pyc
CHANGED
Binary files a/flux/__pycache__/sampling.cpython-310.pyc and b/flux/__pycache__/sampling.cpython-310.pyc differ
|
|
flux/model.py
CHANGED
@@ -4,8 +4,8 @@ import torch
|
|
4 |
from torch import Tensor, nn
|
5 |
|
6 |
from flux.modules.layers import (DoubleStreamBlock, EmbedND, LastLayer,
|
7 |
-
MLPEmbedder, SingleStreamBlock,
|
8 |
-
|
9 |
timestep_embedding)
|
10 |
|
11 |
|
|
|
4 |
from torch import Tensor, nn
|
5 |
|
6 |
from flux.modules.layers import (DoubleStreamBlock, EmbedND, LastLayer,
|
7 |
+
MLPEmbedder, SingleStreamBlock,
|
8 |
+
SingleStreamBlock_kv,DoubleStreamBlock_kv,
|
9 |
timestep_embedding)
|
10 |
|
11 |
|
flux/modules/__pycache__/layers.cpython-310.pyc
CHANGED
Binary files a/flux/modules/__pycache__/layers.cpython-310.pyc and b/flux/modules/__pycache__/layers.cpython-310.pyc differ
|
|