sergon19 commited on
Commit
8c26a19
Β·
verified Β·
1 Parent(s): b5f0ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ pipe = DiffusionPipeline.from_pretrained(
10
  "stabilityai/stable-diffusion-xl-base-1.0",
11
  vae=vae,
12
  torch_dtype=torch.float32,
13
- variant="fp32",
14
  use_safetensors=True
15
  )
16
  pipe.load_lora_weights("sergon19/green_bg_LoRa10")
 
10
  "stabilityai/stable-diffusion-xl-base-1.0",
11
  vae=vae,
12
  torch_dtype=torch.float32,
 
13
  use_safetensors=True
14
  )
15
  pipe.load_lora_weights("sergon19/green_bg_LoRa10")