Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
54a3c14
1
Parent(s):
3d1192b
arXiv cite
Browse files
README.md
CHANGED
|
@@ -11,4 +11,16 @@ license: mit
|
|
| 11 |
short_description: TAG Image Generation Demo on Unconditional Generation
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: TAG Image Generation Demo on Unconditional Generation
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
@misc{cho2025tagtangentialamplifyingguidancehallucinationresistant,
|
| 18 |
+
title={TAG:Tangential Amplifying Guidance for Hallucination-Resistant Diffusion Sampling},
|
| 19 |
+
author={Hyunmin Cho and Donghoon Ahn and Susung Hong and Jee Eun Kim and Seungryong Kim and Kyong Hwan Jin},
|
| 20 |
+
year={2025},
|
| 21 |
+
eprint={2510.04533},
|
| 22 |
+
archivePrefix={arXiv},
|
| 23 |
+
primaryClass={cs.CV},
|
| 24 |
+
url={https://arxiv.org/abs/2510.04533},
|
| 25 |
+
}
|
| 26 |
+
```
|
pipelines/__pycache__/__init__.cpython-310.pyc
CHANGED
|
Binary files a/pipelines/__pycache__/__init__.cpython-310.pyc and b/pipelines/__pycache__/__init__.cpython-310.pyc differ
|
|
|
pipelines/__pycache__/pipeline_tag_stablediffusion.cpython-310.pyc
CHANGED
|
Binary files a/pipelines/__pycache__/pipeline_tag_stablediffusion.cpython-310.pyc and b/pipelines/__pycache__/pipeline_tag_stablediffusion.cpython-310.pyc differ
|
|
|
pipelines/__pycache__/pipeline_tag_stablediffusion3.cpython-310.pyc
CHANGED
|
Binary files a/pipelines/__pycache__/pipeline_tag_stablediffusion3.cpython-310.pyc and b/pipelines/__pycache__/pipeline_tag_stablediffusion3.cpython-310.pyc differ
|
|
|
pipelines/__pycache__/pipeline_tag_stablediffusionXL.cpython-310.pyc
CHANGED
|
Binary files a/pipelines/__pycache__/pipeline_tag_stablediffusionXL.cpython-310.pyc and b/pipelines/__pycache__/pipeline_tag_stablediffusionXL.cpython-310.pyc differ
|
|
|