azhan77168 commited on
Commit
df5e760
·
verified ·
1 Parent(s): ad95a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ pipe = StableDiffusionImg2ImgPipeline.from_pretrained(model_id, torch_dtype=torc
27
 
28
  # pipe = AutoPipelineForImage2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16,token=True)
29
  # pipe.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
30
- pipeline.load_lora_weights("alvarobartt/ghibli-characters-flux-lora")
31
 
32
 
33
  # Move pipeline to GPU if available
 
27
 
28
  # pipe = AutoPipelineForImage2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16,token=True)
29
  # pipe.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
30
+ pipe.load_lora_weights("alvarobartt/ghibli-characters-flux-lora")
31
 
32
 
33
  # Move pipeline to GPU if available