DreamingOracle commited on
Commit
d6d2d41
·
verified ·
1 Parent(s): 50976fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from diffusers import StableDiffusionPipeline, EulerDiscreteScheduler, DPMSolver
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
- model_path = "https://huggingface.co/DreamingOracle/Quagmaform_alpha-1/resolve/main/DPS_Quagmaform_Alpha1.safetensors" # Your custom model file URL
10
  if torch.cuda.is_available():
11
  torch_dtype = torch.float16
12
  else:
 
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
+ model_path = "https://huggingface.co/DreamingOracle/Quagmaform_alpha-1/blob/main/DPS_Quagmaform_Alpha1.safetensors" # Your custom model file URL
10
  if torch.cuda.is_available():
11
  torch_dtype = torch.float16
12
  else: