Prakh24s commited on
Commit
e20d29f
·
verified ·
1 Parent(s): 74cecf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ base_model="stabilityai/stable-diffusion-xl-base-1.0"
23
  # ).to("cuda")
24
  base = DiffusionPipeline.from_pretrained(base_model,
25
  torch_dtype=torch.float16, use_safetensors=True
26
- ).to("cuda")
27
  lora_model_path = "./pytorch_weights.safetensors"
28
 
29
  base.load_lora_weights(lora_model_path)
 
23
  # ).to("cuda")
24
  base = DiffusionPipeline.from_pretrained(base_model,
25
  torch_dtype=torch.float16, use_safetensors=True
26
+ ).to
27
  lora_model_path = "./pytorch_weights.safetensors"
28
 
29
  base.load_lora_weights(lora_model_path)