Spaces:
Thafx
/
Runtime error

Thafx commited on
Commit
15359f5
1 Parent(s): 2526bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import torch
4
  from PIL import Image
5
 
6
- model_id = 'SG161222/Realistic_Vision_V4.0'
7
  prefix = 'RAW photo,'
8
 
9
  scheduler = DPMSolverMultistepScheduler.from_pretrained(model_id, subfolder="scheduler")
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
110
  <h1 style="color:orange;">📷 Realistic Vision V4.0 📸</h1>
111
  </div>
112
  <p>
113
- Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V4.0">Realistic Vision V4.0</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
115
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
116
  </p>
 
3
  import torch
4
  from PIL import Image
5
 
6
+ model_id = 'SG161222/Realistic_Vision_V4.0_noVAE'
7
  prefix = 'RAW photo,'
8
 
9
  scheduler = DPMSolverMultistepScheduler.from_pretrained(model_id, subfolder="scheduler")
 
110
  <h1 style="color:orange;">📷 Realistic Vision V4.0 📸</h1>
111
  </div>
112
  <p>
113
+ Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V4.0_noVAE">Realistic Vision V4.0</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
115
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
116
  </p>