promeai commited on
Commit
353a5d3
1 Parent(s): b6e84c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -32,12 +32,9 @@ prompt: cute anime girl with massive fluffy fennec ears and a big fluffy tail bl
32
  | input-control | result image |
33
  | - |- |
34
  | ![input-control)](./images/example-control.jpg) | ![output)](./images/example-output.jpg) |
35
-
36
-
37
-
38
  ## How to use
39
 
40
- ### with diffusers
41
 
42
  ```python
43
  import torch
@@ -63,8 +60,8 @@ image = pipe(
63
  image.save("./image.jpg")
64
  ```
65
 
66
- ### with comfyui
67
- An [example comfyui workflow](./example_workflow.json)is also provided.
68
 
69
 
70
  ## Limitations and bias
 
32
  | input-control | result image |
33
  | - |- |
34
  | ![input-control)](./images/example-control.jpg) | ![output)](./images/example-output.jpg) |
 
 
 
35
  ## How to use
36
 
37
+ ### With diffusers
38
 
39
  ```python
40
  import torch
 
60
  image.save("./image.jpg")
61
  ```
62
 
63
+ ### With comfyui
64
+ An [example comfyui workflow](./example_workflow.json) is also provided.
65
 
66
 
67
  ## Limitations and bias