Update README.md
Browse files
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 |
-
###
|
41 |
|
42 |
```python
|
43 |
import torch
|
@@ -63,8 +60,8 @@ image = pipe(
|
|
63 |
image.save("./image.jpg")
|
64 |
```
|
65 |
|
66 |
-
###
|
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
|