Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = "
|
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)
|