michaelj commited on
Commit
e4b8c77
1 Parent(s): 1e2deb3
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -7,7 +7,7 @@ def get_pipeline():
7
 
8
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
9
  torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32
10
- print("重新下载")
11
  pipe = AutoPipelineForImage2Image.from_pretrained(
12
  "SimianLuo/LCM_Dreamshaper_v7",
13
  use_safetensors=True,
 
7
 
8
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
9
  torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32
10
+ print("下载文件")
11
  pipe = AutoPipelineForImage2Image.from_pretrained(
12
  "SimianLuo/LCM_Dreamshaper_v7",
13
  use_safetensors=True,