MegaTronX commited on
Commit
b9dbdf6
Β·
verified Β·
1 Parent(s): 64fe684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def generate_image(prompt, num_inference_steps, guidance_scale):
20
 
21
  # Load the base model and apply LoRA weights using from_single_file
22
  pipe = StableDiffusionPipeline.from_single_file(
23
- lora_path = model_path,
24
  torch_dtype=torch.float16,
25
  use_safetensors=True,
26
  load_safety_checker=False,
 
20
 
21
  # Load the base model and apply LoRA weights using from_single_file
22
  pipe = StableDiffusionPipeline.from_single_file(
23
+ "https://huggingface.co/MegaTronX/SuicideGirl-FLUX/blob/main/SuicideGirls.safetensors",
24
  torch_dtype=torch.float16,
25
  use_safetensors=True,
26
  load_safety_checker=False,