ABDALLALSWAITI commited on
Commit
669fbdb
·
verified ·
1 Parent(s): 8ef9ee7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ pipe.load_lora_weights("ABDALLALSWAITI/impasto-style-lora", weight_name="impasto
45
  pipe.fuse_lora(lora_scale=1.5)
46
  pipe.to("cuda")
47
 
48
- prompt = "A beautiful woman, flim rendering"
49
 
50
  image = pipe(prompt,
51
  num_inference_steps=24,
 
45
  pipe.fuse_lora(lora_scale=1.5)
46
  pipe.to("cuda")
47
 
48
+ prompt = "A beautiful woman, flim rendering , in impastox style"
49
 
50
  image = pipe(prompt,
51
  num_inference_steps=24,