alexeyGod commited on
Commit
fa22698
·
verified ·
1 Parent(s): 8729eb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,12 +53,12 @@ tiling, trimmed, unfocused, unattractive, unnatural pose, unreal engine, unsight
53
 
54
 
55
 
56
- c="nota-ai/bk-sdm-base-2m"
57
- b="nota-ai/bk-sdm-small"
58
 
59
 
60
  pipe = StableDiffusionPipeline.from_pretrained(
61
- c, 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)
 
53
 
54
 
55
 
56
+ var_1="nota-ai/bk-sdm-base-2m"
57
+ var_2="nota-ai/bk-sdm-small"
58
 
59
 
60
  pipe = StableDiffusionPipeline.from_pretrained(
61
+ var_1, 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)