janannfndnd commited on
Commit
85a943c
·
verified ·
1 Parent(s): 952aae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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
  ```