mfranzon commited on
Commit
e2d516b
1 Parent(s): 31141ff
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -7,6 +7,7 @@ TOKEN = os.environ.get('TOKEN_SD') or True
7
  torch.cuda.empty_cache()
8
  device = "cpu"
9
 
 
10
  def pipe_image(prompt,
11
  init_image=None,
12
  strength=0.6):
 
7
  torch.cuda.empty_cache()
8
  device = "cpu"
9
 
10
+
11
  def pipe_image(prompt,
12
  init_image=None,
13
  strength=0.6):