Update README.md
Browse files
README.md
CHANGED
@@ -131,7 +131,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
131 |
|
132 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
133 |
pipeline.load_lora_weights('Norod78/drag-style-flux', weight_name='Flux_Drag-Style_LoRA_1865815.safetensors')
|
134 |
-
image = pipeline('
|
135 |
```
|
136 |
|
137 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|
|
131 |
|
132 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
133 |
pipeline.load_lora_weights('Norod78/drag-style-flux', weight_name='Flux_Drag-Style_LoRA_1865815.safetensors')
|
134 |
+
image = pipeline('Marge Simpson drag style').images[0]
|
135 |
```
|
136 |
|
137 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|