groggy84 commited on
Commit
ea78f9e
1 Parent(s): a2f0a61

without cuda

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ neg_prompt = "chinese letter"
13
  repo_id = "calihyper/trad-kor-landscape-black"
14
  #pipe = StableDiffusionPipeline.from_pretrained(repo_id).to("mps")
15
 
16
- pipe = StableDiffusionPipeline.from_pretrained(repo_id).to("cuda")
17
 
18
  def change_radio(input):
19
  return input
 
13
  repo_id = "calihyper/trad-kor-landscape-black"
14
  #pipe = StableDiffusionPipeline.from_pretrained(repo_id).to("mps")
15
 
16
+ pipe = StableDiffusionPipeline.from_pretrained(repo_id)
17
 
18
  def change_radio(input):
19
  return input