alexeyGod commited on
Commit
548f432
·
verified ·
1 Parent(s): 82125bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -53,14 +53,12 @@ tiling, trimmed, unfocused, unattractive, unnatural pose, unreal engine, unsight
53
 
54
 
55
 
56
-
57
-
58
-
59
-
60
 
61
 
62
  pipe = StableDiffusionPipeline.from_pretrained(
63
- "nota-ai/bk-sdm-small", torch_dtype=torch_dtype, use_safetensors=True)
64
  #pipe.vae = AutoencoderTiny.from_pretrained(
65
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
66
  pipe = pipe.to(device)
 
53
 
54
 
55
 
56
+ a="nota-ai/bk-sdm-base-2m"
57
+ b="nota-ai/bk-sdm-small"
 
 
58
 
59
 
60
  pipe = StableDiffusionPipeline.from_pretrained(
61
+ a, torch_dtype=torch_dtype, use_safetensors=True)
62
  #pipe.vae = AutoencoderTiny.from_pretrained(
63
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
64
  pipe = pipe.to(device)