Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- app.py +5 -8
- ip_adapter/__pycache__/__init__.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
@@ -38,14 +38,11 @@ article = r"""
|
|
38 |
<br>
|
39 |
If you found this demo/our paper useful, please consider citing:
|
40 |
```bibtex
|
41 |
-
@
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
archivePrefix={arXiv},
|
47 |
-
primaryClass={cs.CV},
|
48 |
-
url={https://arxiv.org/abs/2503.06568},
|
49 |
}
|
50 |
```
|
51 |
📧 **Contact**
|
|
|
38 |
<br>
|
39 |
If you found this demo/our paper useful, please consider citing:
|
40 |
```bibtex
|
41 |
+
@article{he2025conceptrol,
|
42 |
+
title={Conceptrol: Concept Control of Zero-shot Personalized Image Generation},
|
43 |
+
author={Qiyuan He and Angela Yao},
|
44 |
+
journal={arXiv preprint arXiv:2503.06568},
|
45 |
+
year={2025}
|
|
|
|
|
|
|
46 |
}
|
47 |
```
|
48 |
📧 **Contact**
|
ip_adapter/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/ip_adapter/__pycache__/__init__.cpython-310.pyc and b/ip_adapter/__pycache__/__init__.cpython-310.pyc differ
|
|
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
|
|