Michael Yang
commited on
Commit
•
fcfdc97
1
Parent(s):
de5a7e6
add import
Browse files- baseline.py +1 -0
baseline.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Original Stable Diffusion (1.4)
|
2 |
|
3 |
import torch
|
|
|
4 |
import models
|
5 |
from models import pipelines
|
6 |
from shared import model_dict, DEFAULT_OVERALL_NEGATIVE_PROMPT
|
|
|
1 |
# Original Stable Diffusion (1.4)
|
2 |
|
3 |
import torch
|
4 |
+
import numpy as np
|
5 |
import models
|
6 |
from models import pipelines
|
7 |
from shared import model_dict, DEFAULT_OVERALL_NEGATIVE_PROMPT
|