wanghaofan
commited on
Commit
•
14c41f3
1
Parent(s):
ecf30f3
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ from diffusers import FluxPipeline
|
|
64 |
|
65 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
66 |
pipe.load_lora_weights('Shakker-Labs/FilmPortrait', weight_name='filmfotos.safetensors')
|
67 |
-
pipe.fuse_lora(lora_scale=
|
68 |
pipe.to("cuda")
|
69 |
|
70 |
prompt = "a young girl, filmfotos, film grain, reversal film photography"
|
|
|
64 |
|
65 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
66 |
pipe.load_lora_weights('Shakker-Labs/FilmPortrait', weight_name='filmfotos.safetensors')
|
67 |
+
pipe.fuse_lora(lora_scale=0.9)
|
68 |
pipe.to("cuda")
|
69 |
|
70 |
prompt = "a young girl, filmfotos, film grain, reversal film photography"
|