Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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,
|