Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ Image Processing Parameters
|
|
| 65 |
import torch
|
| 66 |
from pipelines import DiffusionPipeline
|
| 67 |
|
| 68 |
-
base_model = "black-forest-labs/
|
| 69 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 70 |
|
| 71 |
lora_repo = "strangerzonehf/Qw-Sketch"
|
|
|
|
| 65 |
import torch
|
| 66 |
from pipelines import DiffusionPipeline
|
| 67 |
|
| 68 |
+
base_model = "black-forest-labs/FLUX.1-dev"
|
| 69 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 70 |
|
| 71 |
lora_repo = "strangerzonehf/Qw-Sketch"
|