azhan77168 commited on
Commit
922558a
·
verified ·
1 Parent(s): 97ef2c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("azhan77168/lora.safetensors")
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