chaojiemao
commited on
Commit
•
591ee05
1
Parent(s):
8afb13b
update readme
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ tags:
|
|
47 |
|
48 |
|
49 |
SCEdit is an efficient generative fine-tuning framework proposed by Alibaba TongYi Vision Intelligence Lab. This framework enhances the fine-tuning capabilities for text-to-image generation downstream tasks and enables quick adaptation to specific generative scenarios, **saving 30%-50% of training memory costs compared to LoRA**. Furthermore, it can be directly extended to controllable image generation tasks, **requiring only 7.9% of the parameters that ControlNet needs for conditional generation and saving 30% of memory usage**. It supports various conditional generation tasks including edge maps, depth maps, segmentation maps, poses, color maps, and image completion.
|
50 |
-
####
|
51 |
```shell
|
52 |
pip install scepter
|
53 |
python -m scepter.tools.webui
|
|
|
47 |
|
48 |
|
49 |
SCEdit is an efficient generative fine-tuning framework proposed by Alibaba TongYi Vision Intelligence Lab. This framework enhances the fine-tuning capabilities for text-to-image generation downstream tasks and enables quick adaptation to specific generative scenarios, **saving 30%-50% of training memory costs compared to LoRA**. Furthermore, it can be directly extended to controllable image generation tasks, **requiring only 7.9% of the parameters that ControlNet needs for conditional generation and saving 30% of memory usage**. It supports various conditional generation tasks including edge maps, depth maps, segmentation maps, poses, color maps, and image completion.
|
50 |
+
#### Use Models
|
51 |
```shell
|
52 |
pip install scepter
|
53 |
python -m scepter.tools.webui
|