Matthew Trentacoste commited on
Commit
e8a6f69
1 Parent(s): df26d21

adding example image

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. examples/painted ladies.png +0 -0
app.py CHANGED
@@ -68,7 +68,7 @@ More details on the method and training will come in a future blog post.
68
  device = "cuda" if torch.cuda.is_available() else "cpu"
69
  pipe = StableDiffusionImageVariationEmbedsPipeline.from_pretrained(
70
  "matttrent/sd-image-variations-diffusers",
71
- )
72
  pipe = pipe.to(device)
73
 
74
  def dummy(images, **kwargs):
 
68
  device = "cuda" if torch.cuda.is_available() else "cpu"
69
  pipe = StableDiffusionImageVariationEmbedsPipeline.from_pretrained(
70
  "matttrent/sd-image-variations-diffusers",
71
+ )
72
  pipe = pipe.to(device)
73
 
74
  def dummy(images, **kwargs):
examples/painted ladies.png ADDED