aiqtech commited on
Commit
0da220b
·
verified ·
1 Parent(s): 4308608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from PIL import Image
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
11
  repo_id = "black-forest-labs/FLUX.1-dev"
12
- adapter_id = "alvarobartt/ghibli-characters-flux-lora"
13
 
14
  pipeline = DiffusionPipeline.from_pretrained(repo_id, torch_dtype=torch.bfloat16)
15
  pipeline.load_lora_weights(adapter_id)
 
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
11
  repo_id = "black-forest-labs/FLUX.1-dev"
12
+ adapter_id = "openfree/claude-monet"
13
 
14
  pipeline = DiffusionPipeline.from_pretrained(repo_id, torch_dtype=torch.bfloat16)
15
  pipeline.load_lora_weights(adapter_id)