dtthanh commited on
Commit
dd7ba3a
·
verified ·
1 Parent(s): 873a36e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ pipeline = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
44
  pipeline.load_lora_weights("dtthanh/aodai_v1", weight_name="aodai_v1.safetensors")
45
  pipeline.to("cuda")
46
 
47
- prompt = "4d4m luc3k as a DJ in a fancy nightclub wearing sunglasses."
48
 
49
  out = pipeline(
50
  prompt=prompt,
 
44
  pipeline.load_lora_weights("dtthanh/aodai_v1", weight_name="aodai_v1.safetensors")
45
  pipeline.to("cuda")
46
 
47
+ prompt = "a photo of a young Asian women dressed in traditional Vietnamese dress called a0da1."
48
 
49
  out = pipeline(
50
  prompt=prompt,