Norod78 commited on
Commit
9c6a63d
1 Parent(s): fb7dce5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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('a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini 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)
 
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)