Spaces:
Runtime error
Runtime error
update
Browse files
model.py
CHANGED
@@ -45,6 +45,8 @@ class Model:
|
|
45 |
now = datetime.datetime.now()
|
46 |
print(now)
|
47 |
print(self.modelID)
|
|
|
|
|
48 |
with torch.inference_mode():
|
49 |
images = self.pipe(prompt=prompt,
|
50 |
negative_prompt=negative_prompt,
|
|
|
45 |
now = datetime.datetime.now()
|
46 |
print(now)
|
47 |
print(self.modelID)
|
48 |
+
print(prompt)
|
49 |
+
print(negative_prompt)
|
50 |
with torch.inference_mode():
|
51 |
images = self.pipe(prompt=prompt,
|
52 |
negative_prompt=negative_prompt,
|