gfartenstein spaceinvader commited on
Commit
ed65289
β€’
1 Parent(s): 438c1f2

Update app.py (#4)

Browse files

- Update app.py (f855e2fc1aa414d7469e4936deb13c0dadbce0ba)


Co-authored-by: oat <spaceinvader@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from diffusers import StableDiffusionImg2ImgPipeline
11
  from share_btn import community_icon_html, loading_icon_html, share_js
12
 
13
  device = "cuda"
14
- MODEL_ID = "spaceinvader/text2fart"
15
  pipe = StableDiffusionPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
16
  pipe = pipe.to(device)
17
  pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
 
11
  from share_btn import community_icon_html, loading_icon_html, share_js
12
 
13
  device = "cuda"
14
+ MODEL_ID = "spaceinvader/fb"
15
  pipe = StableDiffusionPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
16
  pipe = pipe.to(device)
17
  pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)