Update README.md
Browse files
README.md
CHANGED
@@ -38,10 +38,10 @@ pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
|
|
38 |
pipe.load_lora_weights(lcm_lora_id, adapter_name="lora")
|
39 |
pipe.load_lora_weights("./cutton_doll_lora-xl.safetensors", adapter_name="pixel")
|
40 |
|
41 |
-
pipe.set_adapters(["lora", "
|
42 |
pipe.to(device="cuda", dtype=torch.float16)
|
43 |
|
44 |
-
prompt = "
|
45 |
negative_prompt = "3d render, realistic"
|
46 |
|
47 |
num_images = 9
|
|
|
38 |
pipe.load_lora_weights(lcm_lora_id, adapter_name="lora")
|
39 |
pipe.load_lora_weights("./cutton_doll_lora-xl.safetensors", adapter_name="pixel")
|
40 |
|
41 |
+
pipe.set_adapters(["lora", "doll_sdxl"], adapter_weights=[1.0, 1.2])
|
42 |
pipe.to(device="cuda", dtype=torch.float16)
|
43 |
|
44 |
+
prompt = "chibi doll, cute"
|
45 |
negative_prompt = "3d render, realistic"
|
46 |
|
47 |
num_images = 9
|