geocine commited on
Commit
26465d1
1 Parent(s): 2e2476f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,5 +39,5 @@ import torch
39
 
40
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
  pipeline.load_lora_weights('geocine/decorative-relief', weight_name='lora_64_1700steps.safetensors')
42
- image = pipeline('in the style of TOK a trtcrd tarot style').images[0]
43
  ```
 
39
 
40
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
  pipeline.load_lora_weights('geocine/decorative-relief', weight_name='lora_64_1700steps.safetensors')
42
+ image = pipeline('decorativerelief art style').images[0]
43
  ```