Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ if not os.path.exists(SAVE_DIR):
|
|
| 16 |
|
| 17 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 18 |
repo_id = "black-forest-labs/FLUX.1-dev"
|
| 19 |
-
adapter_id = "
|
| 20 |
|
| 21 |
pipeline = DiffusionPipeline.from_pretrained(repo_id, torch_dtype=torch.bfloat16)
|
| 22 |
pipeline.load_lora_weights(adapter_id)
|
|
|
|
| 16 |
|
| 17 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 18 |
repo_id = "black-forest-labs/FLUX.1-dev"
|
| 19 |
+
adapter_id = "ginipick/flux-lora-eric-cat"
|
| 20 |
|
| 21 |
pipeline = DiffusionPipeline.from_pretrained(repo_id, torch_dtype=torch.bfloat16)
|
| 22 |
pipeline.load_lora_weights(adapter_id)
|