ABDALLALSWAITI
commited on
Update README.md
Browse files
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,
|