updated filename of model
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ from diffusers import AutoPipelineForText2Image
|
|
| 29 |
import torch
|
| 30 |
|
| 31 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 32 |
-
pipeline.load_lora_weights('Nikhil1409/ponacha-lora', weight_name='
|
| 33 |
image = pipeline('your prompt').images[0]
|
| 34 |
```
|
| 35 |
|
|
|
|
| 29 |
import torch
|
| 30 |
|
| 31 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 32 |
+
pipeline.load_lora_weights('Nikhil1409/ponacha-lora', weight_name='flux_train_replicate.safetensors')
|
| 33 |
image = pipeline('your prompt').images[0]
|
| 34 |
```
|
| 35 |
|