jhaozhuang
commited on
Commit
Β·
31c840d
1
Parent(s):
01e1ede
1216
Browse files- app.py +1 -1
- {util_colorflow β colorflow_utils}/utils.py +0 -0
app.py
CHANGED
|
@@ -55,7 +55,7 @@ from diffusers import (
|
|
| 55 |
ColorFlowSDPipeline,
|
| 56 |
UniPCMultistepScheduler,
|
| 57 |
)
|
| 58 |
-
from
|
| 59 |
|
| 60 |
sys.path.append('./BidirectionalTranslation')
|
| 61 |
from options.test_options import TestOptions
|
|
|
|
| 55 |
ColorFlowSDPipeline,
|
| 56 |
UniPCMultistepScheduler,
|
| 57 |
)
|
| 58 |
+
from colorflow_utils.utils import *
|
| 59 |
|
| 60 |
sys.path.append('./BidirectionalTranslation')
|
| 61 |
from options.test_options import TestOptions
|
{util_colorflow β colorflow_utils}/utils.py
RENAMED
|
File without changes
|