xilluill commited on
Commit
356d48f
·
1 Parent(s): 95d4bb7

update model

Browse files
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,DoubleStreamBlock_rf,SingleStreamBlock_rf,
8
- SingleStreamBlock_kv,DoubleStreamBlock_kv,
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