sdart commited on
Commit
5852deb
1 Parent(s): 99671bd
Files changed (1) hide show
  1. model.py +2 -0
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,