Update tangoflux.py
Browse files- tangoflux.py +1 -1
tangoflux.py
CHANGED
|
@@ -9,7 +9,7 @@ from diffusers.training_utils import compute_density_for_timestep_sampling
|
|
| 9 |
import copy
|
| 10 |
import torch.nn.functional as F
|
| 11 |
import numpy as np
|
| 12 |
-
from
|
| 13 |
from huggingface_hub import snapshot_download
|
| 14 |
from tqdm import tqdm
|
| 15 |
from typing import Optional,Union,List
|
|
|
|
| 9 |
import copy
|
| 10 |
import torch.nn.functional as F
|
| 11 |
import numpy as np
|
| 12 |
+
from model import TangoFlux
|
| 13 |
from huggingface_hub import snapshot_download
|
| 14 |
from tqdm import tqdm
|
| 15 |
from typing import Optional,Union,List
|