Menyu commited on
Commit
a17021c
1 Parent(s): b92ccd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ MAX_IMAGE_SIZE = 4096
15
  if torch.cuda.is_available():
16
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
17
  pipe = AutoPipelineForText2Image.from_pretrained(
18
- "John6666/noobai-xl-nai-xl-epsilonpred075version-sdxl",
19
  vae=vae,
20
  torch_dtype=torch.float16,
21
  use_safetensors=True,
@@ -77,7 +77,7 @@ footer {
77
 
78
  with gr.Blocks(css=css) as demo:
79
  gr.Markdown("""# 梦羽的模型生成器
80
- ### 快速生成NoobAIXL v0.75的模型图片""")
81
  with gr.Group():
82
  with gr.Row():
83
  prompt = gr.Text(
 
15
  if torch.cuda.is_available():
16
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
17
  pipe = AutoPipelineForText2Image.from_pretrained(
18
+ "John6666/noobai-xl-nai-xl-epsilonpred10version-sdxl",
19
  vae=vae,
20
  torch_dtype=torch.float16,
21
  use_safetensors=True,
 
77
 
78
  with gr.Blocks(css=css) as demo:
79
  gr.Markdown("""# 梦羽的模型生成器
80
+ ### 快速生成NoobAIXL v1.0的模型图片""")
81
  with gr.Group():
82
  with gr.Row():
83
  prompt = gr.Text(