Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- app.py +9 -6
- ip_adapter/__pycache__/__init__.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/attention_processor.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/custom_pipelines.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/ip_adapter.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/resampler.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/utils.cpython-310.pyc +0 -0
- omini_control/__pycache__/__init__.cpython-310.pyc +0 -0
- omini_control/__pycache__/block.cpython-310.pyc +0 -0
- omini_control/__pycache__/conceptrol.cpython-310.pyc +0 -0
- omini_control/__pycache__/condition.cpython-310.pyc +0 -0
- omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc +0 -0
- omini_control/__pycache__/lora_controller.cpython-310.pyc +0 -0
- omini_control/__pycache__/transformer.cpython-310.pyc +0 -0
app.py
CHANGED
@@ -24,7 +24,7 @@ title = r"""
|
|
24 |
"""
|
25 |
|
26 |
description = r"""
|
27 |
-
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/QY-H00/Conceptrol/tree/
|
28 |
How to use:<br>
|
29 |
1. Input text prompt, visual specification and the textual concept of the personalized target.
|
30 |
2. Choose your preferrd base model, the first time for switching might take longer time to download the model.
|
@@ -38,11 +38,14 @@ article = r"""
|
|
38 |
<br>
|
39 |
If you found this demo/our paper useful, please consider citing:
|
40 |
```bibtex
|
41 |
-
@
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
46 |
}
|
47 |
```
|
48 |
📧 **Contact**
|
|
|
24 |
"""
|
25 |
|
26 |
description = r"""
|
27 |
+
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/QY-H00/Conceptrol/tree/main' target='_blank'><b>Conceptrol: Concept Control of Zero-shot Personalized Image Generation</b></a>.<br>
|
28 |
How to use:<br>
|
29 |
1. Input text prompt, visual specification and the textual concept of the personalized target.
|
30 |
2. Choose your preferrd base model, the first time for switching might take longer time to download the model.
|
|
|
38 |
<br>
|
39 |
If you found this demo/our paper useful, please consider citing:
|
40 |
```bibtex
|
41 |
+
@misc{he2025conceptrolconceptcontrolzeroshot,
|
42 |
+
title={Conceptrol: Concept Control of Zero-shot Personalized Image Generation},
|
43 |
+
author={Qiyuan He and Angela Yao},
|
44 |
+
year={2025},
|
45 |
+
eprint={2503.06568},
|
46 |
+
archivePrefix={arXiv},
|
47 |
+
primaryClass={cs.CV},
|
48 |
+
url={https://arxiv.org/abs/2503.06568},
|
49 |
}
|
50 |
```
|
51 |
📧 **Contact**
|
ip_adapter/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (468 Bytes). View file
|
|
ip_adapter/__pycache__/attention_processor.cpython-310.pyc
ADDED
Binary file (14.2 kB). View file
|
|
ip_adapter/__pycache__/custom_pipelines.cpython-310.pyc
ADDED
Binary file (28.8 kB). View file
|
|
ip_adapter/__pycache__/ip_adapter.cpython-310.pyc
ADDED
Binary file (17.9 kB). View file
|
|
ip_adapter/__pycache__/resampler.cpython-310.pyc
ADDED
Binary file (5.6 kB). View file
|
|
ip_adapter/__pycache__/utils.cpython-310.pyc
ADDED
Binary file (3.65 kB). View file
|
|
omini_control/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (133 Bytes). View file
|
|
omini_control/__pycache__/block.cpython-310.pyc
ADDED
Binary file (6.13 kB). View file
|
|
omini_control/__pycache__/conceptrol.cpython-310.pyc
ADDED
Binary file (4.08 kB). View file
|
|
omini_control/__pycache__/condition.cpython-310.pyc
ADDED
Binary file (3.33 kB). View file
|
|
omini_control/__pycache__/flux_conceptrol_pipeline.cpython-310.pyc
ADDED
Binary file (7.53 kB). View file
|
|
omini_control/__pycache__/lora_controller.cpython-310.pyc
ADDED
Binary file (2.98 kB). View file
|
|
omini_control/__pycache__/transformer.cpython-310.pyc
ADDED
Binary file (5.1 kB). View file
|
|