chengjiaxiang
commited on
Commit
•
ff93db3
1
Parent(s):
e8a6647
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ We propose ResAdapter, a plug-and-play resolution adapter for enabling any diffu
|
|
21 |
|
22 |
|
23 |
<div align="center">
|
24 |
-
<img src='https://github.com/bytedance/res-adapter/blob/main/assets/misc/dreamlike1.png?raw=true'
|
25 |
</div>
|
26 |
|
27 |
|
@@ -94,28 +94,28 @@ For more details, please follow the instructions in our [GitHub repository](http
|
|
94 |
- workflow: [resadapter_text_to_image_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_text_to_image_workflow.json).
|
95 |
- models: [dreamlike-diffusion-1.0](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)
|
96 |
|
97 |
-
https://github.com/jiaxiangc/ComfyUI-ResAdapter/
|
98 |
|
99 |
### ControlNet
|
100 |
|
101 |
- workflow: [resadapter_controlnet_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_controlnet_workflow.json).
|
102 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [sd-controlnet-canny](https://huggingface.co/lllyasviel/sd-controlnet-canny)
|
103 |
|
104 |
-
https://github.com/jiaxiangc/ComfyUI-ResAdapter/
|
105 |
|
106 |
### IPAdapter
|
107 |
|
108 |
- workflow: [resadapter_ipadapter_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_ipadapter_workflow.json).
|
109 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [IP-Adapter](https://huggingface.co/h94/IP-Adapter)
|
110 |
|
111 |
-
https://github.com/jiaxiangc/ComfyUI-ResAdapter/
|
112 |
|
113 |
### Accelerate LoRA
|
114 |
|
115 |
- workflow: [resadapter_accelerate_lora_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_accelerate_lora_workflow.json).
|
116 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [lcm-lora-sdv1-5](https://huggingface.co/latent-consistency/lcm-lora-sdv1-5)
|
117 |
|
118 |
-
https://github.com/jiaxiangc/ComfyUI-ResAdapter/
|
119 |
|
120 |
## Usage Tips
|
121 |
|
|
|
21 |
|
22 |
|
23 |
<div align="center">
|
24 |
+
<img src='https://github.com/bytedance/res-adapter/blob/main/assets/misc/dreamlike1.png?raw=true'>
|
25 |
</div>
|
26 |
|
27 |
|
|
|
94 |
- workflow: [resadapter_text_to_image_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_text_to_image_workflow.json).
|
95 |
- models: [dreamlike-diffusion-1.0](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)
|
96 |
|
97 |
+
![](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/misc/resadapter_controlnet.png?raw=true)
|
98 |
|
99 |
### ControlNet
|
100 |
|
101 |
- workflow: [resadapter_controlnet_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_controlnet_workflow.json).
|
102 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [sd-controlnet-canny](https://huggingface.co/lllyasviel/sd-controlnet-canny)
|
103 |
|
104 |
+
![](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/misc/resadapter_text-to-image.png)
|
105 |
|
106 |
### IPAdapter
|
107 |
|
108 |
- workflow: [resadapter_ipadapter_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_ipadapter_workflow.json).
|
109 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [IP-Adapter](https://huggingface.co/h94/IP-Adapter)
|
110 |
|
111 |
+
![](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/misc/resadapter_ipadapter.png)
|
112 |
|
113 |
### Accelerate LoRA
|
114 |
|
115 |
- workflow: [resadapter_accelerate_lora_workflow](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/examples/resadapter_accelerate_lora_workflow.json).
|
116 |
- models: [stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), [lcm-lora-sdv1-5](https://huggingface.co/latent-consistency/lcm-lora-sdv1-5)
|
117 |
|
118 |
+
![](https://github.com/jiaxiangc/ComfyUI-ResAdapter/blob/main/misc/resadapter_lcm_lora_workflow.png)
|
119 |
|
120 |
## Usage Tips
|
121 |
|