Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ library_name: diffusers
|
|
24 |
Cinematic-1940s is a LoRA model finetuned to capture the essence of 1940s cinema, specifically designed to enhance the vintage film texture. It embodies a monochrome, high-contrast color palette reminiscent of classic film noir, which is particularly evident in its portrayal of characters (with a subtle bias towards the charismatic charm of the era), bustling cityscapes, and dramatic shadows. The model delivers an exceptional aesthetic experience, capturing the essence of a bygone era with modern precision.
|
25 |
|
26 |
<div class="container">
|
27 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/652c2a63d78452c4742cd3d3/
|
28 |
</div>
|
29 |
|
30 |
|
@@ -40,7 +40,7 @@ import torch
|
|
40 |
from diffusers import FluxPipeline
|
41 |
|
42 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
43 |
-
pipe.load_lora_weights('aixonlab/Cinematic-1940s', weight_name='cinematic-1940s.safetensors')
|
44 |
pipe.fuse_lora(lora_scale=0.8)
|
45 |
pipe.to("cuda")
|
46 |
|
|
|
24 |
Cinematic-1940s is a LoRA model finetuned to capture the essence of 1940s cinema, specifically designed to enhance the vintage film texture. It embodies a monochrome, high-contrast color palette reminiscent of classic film noir, which is particularly evident in its portrayal of characters (with a subtle bias towards the charismatic charm of the era), bustling cityscapes, and dramatic shadows. The model delivers an exceptional aesthetic experience, capturing the essence of a bygone era with modern precision.
|
25 |
|
26 |
<div class="container">
|
27 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/652c2a63d78452c4742cd3d3/ZYFYBwpB4bJMMAHcDEEP0.png" width="1024"/>
|
28 |
</div>
|
29 |
|
30 |
|
|
|
40 |
from diffusers import FluxPipeline
|
41 |
|
42 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
43 |
+
pipe.load_lora_weights('aixonlab/FLUX.1-dev-LoRA-Cinematic-1940s', weight_name='cinematic-1940s.safetensors')
|
44 |
pipe.fuse_lora(lora_scale=0.8)
|
45 |
pipe.to("cuda")
|
46 |
|