Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
30 |
## Trigger Word
|
31 |
'gta6style' is the trigger word.
|
32 |
|
33 |
-
This LoRA is trained for anyone who
|
34 |
|
35 |
## Usage
|
36 |
|
@@ -39,7 +39,7 @@ from diffusers import FluxPipeline
|
|
39 |
import torch
|
40 |
|
41 |
pipe = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
42 |
-
pipe.load_lora_weights('WiroAI/GTA6-style-flux-lora', weight_name='
|
43 |
image = pipe('[trigger], a cinematic close-up of a young woman with a determined yet emotional expression, her face illuminated by a warm, dim light. She has subtle freckles, hoop earrings, and a loose braid resting on her shoulder. The background is softly blurred, hinting at a modest room with a glowing bedside lamp, adding depth and a sense of intimacy to the scene.').images[0]
|
44 |
image.save("gta_style_image.png")
|
45 |
```
|
|
|
30 |
## Trigger Word
|
31 |
'gta6style' is the trigger word.
|
32 |
|
33 |
+
This LoRA is trained for anyone who likes GTA6 style. You can visit our website to check other models https://wiro.ai/
|
34 |
|
35 |
## Usage
|
36 |
|
|
|
39 |
import torch
|
40 |
|
41 |
pipe = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
42 |
+
pipe.load_lora_weights('WiroAI/GTA6-style-flux-lora', weight_name='gta6_style.safetensors')
|
43 |
image = pipe('[trigger], a cinematic close-up of a young woman with a determined yet emotional expression, her face illuminated by a warm, dim light. She has subtle freckles, hoop earrings, and a loose braid resting on her shoulder. The background is softly blurred, hinting at a modest room with a glowing bedside lamp, adding depth and a sense of intimacy to the scene.').images[0]
|
44 |
image.save("gta_style_image.png")
|
45 |
```
|