rphrp1985 commited on
Commit
035676f
·
verified ·
1 Parent(s): 3a5297e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
11
  dtype = torch.float16
12
 
13
  # repo = "dataautogpt3/OpenDalleV1.1"
14
- repo = "stabilityai/stable-diffusion-xl-base-1.0"
15
  # repo="stabilityai/stable-diffusion-3-medium-tensorrt"
16
 
17
  # pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
 
11
  dtype = torch.float16
12
 
13
  # repo = "dataautogpt3/OpenDalleV1.1"
14
+ repo = "SG161222/RealVisXL_V4.0"
15
  # repo="stabilityai/stable-diffusion-3-medium-tensorrt"
16
 
17
  # pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)