QHL067 commited on
Commit
e39b757
·
1 Parent(s): 2c6829a
__pycache__/sde.cpython-310.pyc CHANGED
Binary files a/__pycache__/sde.cpython-310.pyc and b/__pycache__/sde.cpython-310.pyc differ
 
__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
 
app.py CHANGED
@@ -480,7 +480,8 @@ css = """
480
 
481
  with gr.Blocks(css=css) as demo:
482
  gr.Markdown("# CrossFlow")
483
- gr.Markdown("[CrossFlow](https://cross-flow.github.io/) directly transforms text representations into images for text-to-image generation, without the need for both the noise distribution and conditioning mechanism.")
 
484
  gr.Markdown("This direct mapping enables meaningful 'Linear Interpolation' and 'Arithmetic Operations' in the text latent space, as demonstrated here.")
485
  with gr.Tabs():
486
  # --- Tab 1: Interpolation Mode (no operation_mode) ---
 
480
 
481
  with gr.Blocks(css=css) as demo:
482
  gr.Markdown("# CrossFlow")
483
+ gr.Markdown("[CVPR 2025] Flowing from Words to Pixels: A Framework for Cross-Modality Evolution")
484
+ gr.Markdown("[CrossFlow](https://cross-flow.github.io/) achieves text-to-image generation by directly mapping text representations (source distribution) to images (target distribution), eliminating the need for a noise distribution or conditioning mechanism.")
485
  gr.Markdown("This direct mapping enables meaningful 'Linear Interpolation' and 'Arithmetic Operations' in the text latent space, as demonstrated here.")
486
  with gr.Tabs():
487
  # --- Tab 1: Interpolation Mode (no operation_mode) ---
configs/__pycache__/t2i_256px_clip_dimr.cpython-310.pyc CHANGED
Binary files a/configs/__pycache__/t2i_256px_clip_dimr.cpython-310.pyc and b/configs/__pycache__/t2i_256px_clip_dimr.cpython-310.pyc differ
 
configs/__pycache__/t2i_512px_clip_dimr.cpython-310.pyc CHANGED
Binary files a/configs/__pycache__/t2i_512px_clip_dimr.cpython-310.pyc and b/configs/__pycache__/t2i_512px_clip_dimr.cpython-310.pyc differ
 
diffusion/__pycache__/base_solver.cpython-310.pyc CHANGED
Binary files a/diffusion/__pycache__/base_solver.cpython-310.pyc and b/diffusion/__pycache__/base_solver.cpython-310.pyc differ
 
diffusion/__pycache__/flow_matching.cpython-310.pyc CHANGED
Binary files a/diffusion/__pycache__/flow_matching.cpython-310.pyc and b/diffusion/__pycache__/flow_matching.cpython-310.pyc differ
 
libs/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/libs/__pycache__/__init__.cpython-310.pyc and b/libs/__pycache__/__init__.cpython-310.pyc differ
 
libs/__pycache__/autoencoder.cpython-310.pyc CHANGED
Binary files a/libs/__pycache__/autoencoder.cpython-310.pyc and b/libs/__pycache__/autoencoder.cpython-310.pyc differ
 
libs/__pycache__/clip.cpython-310.pyc CHANGED
Binary files a/libs/__pycache__/clip.cpython-310.pyc and b/libs/__pycache__/clip.cpython-310.pyc differ
 
libs/model/__pycache__/axial_rope.cpython-310.pyc CHANGED
Binary files a/libs/model/__pycache__/axial_rope.cpython-310.pyc and b/libs/model/__pycache__/axial_rope.cpython-310.pyc differ
 
libs/model/__pycache__/common_layers.cpython-310.pyc CHANGED
Binary files a/libs/model/__pycache__/common_layers.cpython-310.pyc and b/libs/model/__pycache__/common_layers.cpython-310.pyc differ
 
libs/model/__pycache__/dimr_t2i.cpython-310.pyc CHANGED
Binary files a/libs/model/__pycache__/dimr_t2i.cpython-310.pyc and b/libs/model/__pycache__/dimr_t2i.cpython-310.pyc differ
 
libs/model/__pycache__/flags.cpython-310.pyc CHANGED
Binary files a/libs/model/__pycache__/flags.cpython-310.pyc and b/libs/model/__pycache__/flags.cpython-310.pyc differ
 
libs/model/__pycache__/trans_autoencoder.cpython-310.pyc CHANGED
Binary files a/libs/model/__pycache__/trans_autoencoder.cpython-310.pyc and b/libs/model/__pycache__/trans_autoencoder.cpython-310.pyc differ
 
libs/model/sigmoid/__pycache__/kernel.cpython-310.pyc CHANGED
Binary files a/libs/model/sigmoid/__pycache__/kernel.cpython-310.pyc and b/libs/model/sigmoid/__pycache__/kernel.cpython-310.pyc differ
 
libs/model/sigmoid/__pycache__/module.cpython-310.pyc CHANGED
Binary files a/libs/model/sigmoid/__pycache__/module.cpython-310.pyc and b/libs/model/sigmoid/__pycache__/module.cpython-310.pyc differ