chillpixel commited on
Commit
32c196f
·
1 Parent(s): a866f1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -25,6 +25,8 @@ I hope that Blacklight Makeup's radiant glow inspires you to experiment, to chal
25
 
26
  ### INSTRUCTIONS:
27
 
 
 
28
  - trigger words: `with blacklight makeup`
29
  - `<lora:blacklight_makeup_v1:1>`
30
  - **2:3** — 832x1248
@@ -50,10 +52,7 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(
50
 
51
  pipe.to("cuda")
52
 
53
- pipe.load_lora_weights(
54
- "chillpixel/blacklight-makeup-sdxl-lora",
55
- weight_name="blacklight_makeup_v1.safetensors",
56
- )
57
 
58
  image = pipe(
59
  prompt="portrait photo of a kitty cat with blacklight makeup, fierce eyes, light bokeh, sharp focus, soft lighting, detailed, intricate, elegant, vibrant colors, masterpiece, cinematic, 8k",
 
25
 
26
  ### INSTRUCTIONS:
27
 
28
+ **Example prompt:** `Portrait photo of a kitty cat with blacklight makeup, fierce eyes, light bokeh, sharp focus, soft lighting, detailed, intricate, elegant, vibrant colors, masterpiece, cinematic, 8k`
29
+
30
  - trigger words: `with blacklight makeup`
31
  - `<lora:blacklight_makeup_v1:1>`
32
  - **2:3** — 832x1248
 
52
 
53
  pipe.to("cuda")
54
 
55
+ pipe.load_lora_weights("chillpixel/blacklight-makeup-sdxl-lora")
 
 
 
56
 
57
  image = pipe(
58
  prompt="portrait photo of a kitty cat with blacklight makeup, fierce eyes, light bokeh, sharp focus, soft lighting, detailed, intricate, elegant, vibrant colors, masterpiece, cinematic, 8k",