Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,5 @@ import torch
|
|
| 19 |
|
| 20 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 21 |
pipeline.load_lora_weights('janannfndnd/SAB', weight_name='lora.safetensors')
|
| 22 |
-
pipeline.load_lora_weights('gokaygokay/Flux-Detailer-LoRA', weight_name='flux_detailer.safetensors')
|
| 23 |
image = pipeline("your prompt").images[
|
| 24 |
```
|
|
|
|
| 19 |
|
| 20 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 21 |
pipeline.load_lora_weights('janannfndnd/SAB', weight_name='lora.safetensors')
|
|
|
|
| 22 |
image = pipeline("your prompt").images[
|
| 23 |
```
|