Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ pipe =AutoPipelineForImage2Image.from_pretrained(model_id, torch_dtype=torch.bfl
|
|
33 |
|
34 |
# pipe = AutoPipelineForImage2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16,token=True)
|
35 |
# pipe.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
|
36 |
-
pipe.load_lora_weights("
|
37 |
|
38 |
|
39 |
# Move pipeline to GPU if available
|
|
|
33 |
|
34 |
# pipe = AutoPipelineForImage2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16,token=True)
|
35 |
# pipe.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
|
36 |
+
pipe.load_lora_weights("lora.safetensors")
|
37 |
|
38 |
|
39 |
# Move pipeline to GPU if available
|