Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ A decorative relief lora inspired by Indonesian art.
|
|
| 36 |
|
| 37 |
## Trigger words
|
| 38 |
|
| 39 |
-
You should use `decorativerelief art style` to trigger the image generation.
|
| 40 |
|
| 41 |
## Download model
|
| 42 |
|
|
@@ -52,5 +52,5 @@ import torch
|
|
| 52 |
|
| 53 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
| 54 |
pipeline.load_lora_weights('geocine/decorative-relief', weight_name='lora_64_1700steps.safetensors')
|
| 55 |
-
image = pipeline('decorativerelief art style').images[0]
|
| 56 |
```
|
|
|
|
| 36 |
|
| 37 |
## Trigger words
|
| 38 |
|
| 39 |
+
You should use `in decorativerelief art style` to trigger the image generation.
|
| 40 |
|
| 41 |
## Download model
|
| 42 |
|
|
|
|
| 52 |
|
| 53 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
| 54 |
pipeline.load_lora_weights('geocine/decorative-relief', weight_name='lora_64_1700steps.safetensors')
|
| 55 |
+
image = pipeline('in decorativerelief art style').images[0]
|
| 56 |
```
|