Menyu commited on
Commit
c40c28a
1 Parent(s): 6b44db1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
7
  import torch
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
- model_repo_id = "John6666/noobai-xl-nai-xl-epsilonpred05version-sdxl" # Replace to the model you would like to use
11
 
12
  if torch.cuda.is_available():
13
  torch_dtype = torch.float16
 
7
  import torch
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
+ model_repo_id = "anon4ik/noobaiXLNAIXL_epsilonPred05Version_diffusers" # Replace to the model you would like to use
11
 
12
  if torch.cuda.is_available():
13
  torch_dtype = torch.float16