stokemctoke commited on
Commit
376e6bc
·
verified ·
1 Parent(s): 61987bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,7 +24,7 @@ A **public archive** of all the celebrity LoRAs that were released for free on [
24
  2. **Place** it in your `models/Lora/` folder.
25
  3. **Prompt** using the trigger word, e.g.:
26
  ```
27
- VOLODYMYR-ZELENSKYY a wartime portrait, dramatic lighting
28
  ```
29
 
30
  ---
@@ -42,11 +42,11 @@ pipe = StableDiffusionPipeline.from_pretrained(
42
 
43
  pipe.load_lora_weights(
44
  "stokemctoke/civitai_celeb-lora-archive",
45
- weight_name="F1D_Volodymyr-Zelenskyy_v02.safetensors"
46
  )
47
 
48
  image = pipe(
49
- "VOLODYMYR-ZELENSKYY a wartime portrait, dramatic lighting"
50
  ).images[0]
51
- image.save("zelenskyy_output.png")
52
  ```
 
24
  2. **Place** it in your `models/Lora/` folder.
25
  3. **Prompt** using the trigger word, e.g.:
26
  ```
27
+ [trigger] a posed fashion portrait, dramatic lighting
28
  ```
29
 
30
  ---
 
42
 
43
  pipe.load_lora_weights(
44
  "stokemctoke/civitai_celeb-lora-archive",
45
+ weight_name="F1D_Brigitte-Bardot_v02.safetensors"
46
  )
47
 
48
  image = pipe(
49
+ "[trigger] a posed fashion portrait, dramatic lighting"
50
  ).images[0]
51
+ image.save("brigitte-bardot_output.png")
52
  ```