Skip to content

Commit 438acf1

Browse files
add local demo
1 parent e800d4a commit 438acf1

File tree

5 files changed

+459
-0
lines changed

5 files changed

+459
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ image = pipe(
137137
).images[0]
138138
```
139139

140+
## Start a local gradio demo
141+
Run the following command:
142+
143+
```python
144+
python gradio_demo/app.py
145+
```
146+
140147
## Usage Tips
141148
- For higher similarity, increase the weight of controlnet_conditioning_scale (IdentityNet) and ip_adapter_scale (Adapter).
142149
- For over-saturation, decrease the ip_adapter_scale. If not work, decrease controlnet_conditioning_scale.

assets/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)