Menyu commited on
Commit
4d311c9
·
verified ·
1 Parent(s): e58692f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -227,8 +227,8 @@ if torch.cuda.is_available():
227
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
228
  token = os.environ.get("HF_TOKEN") # 从环境变量读取令牌
229
  model_path = hf_hub_download(
230
- repo_id="Menyu/Pixel", # 模型仓库名称(非完整URL)
231
- filename="MiaoMiaoPixel_V1.0.safetensors",
232
  use_auth_token=token
233
  )
234
  pipe = StableDiffusionXLPipeline.from_single_file(
 
227
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
228
  token = os.environ.get("HF_TOKEN") # 从环境变量读取令牌
229
  model_path = hf_hub_download(
230
+ repo_id="Menyu/MiaoMiao_Harem1.6", # 模型仓库名称(非完整URL)
231
+ filename="MiaoMiao Harem1.6_PRO_BF16.safetensors",
232
  use_auth_token=token
233
  )
234
  pipe = StableDiffusionXLPipeline.from_single_file(