wanghaofan
commited on
Commit
•
5cacdb5
1
Parent(s):
4349d7c
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ pipe.load_lora_weights("Shakker-Labs/SD3.5-LoRA-Linear-Red-Light", weight_name="
|
|
63 |
pipe.fuse_lora(lora_scale=1.0)
|
64 |
pipe.to("cuda")
|
65 |
|
66 |
-
prompt = "a
|
67 |
negative_prompt = "(lowres, low quality, worst quality)"
|
68 |
|
69 |
image = pipe(prompt=prompt,
|
|
|
63 |
pipe.fuse_lora(lora_scale=1.0)
|
64 |
pipe.to("cuda")
|
65 |
|
66 |
+
prompt = "a spider-man, Linear red light"
|
67 |
negative_prompt = "(lowres, low quality, worst quality)"
|
68 |
|
69 |
image = pipe(prompt=prompt,
|