dn6 HF Staff commited on
Commit
8c39ba2
·
verified ·
1 Parent(s): 756a927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ## Setup
2
 
3
  Install the latest version of `diffusers`
@@ -36,4 +40,4 @@ pipe.transformer.enable_group_offload(
36
  prompt = "a photo of a cat"
37
  output = pipe(prompt=prompt, num_inference_steps=28, output="images")
38
  output[0].save("flux2-modular.png")
39
- ```
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ library_name: diffusers
4
+ ---
5
  ## Setup
6
 
7
  Install the latest version of `diffusers`
 
40
  prompt = "a photo of a cat"
41
  output = pipe(prompt=prompt, num_inference_steps=28, output="images")
42
  output[0].save("flux2-modular.png")
43
+ ```