QHL067 commited on
Commit
82cdee5
·
1 Parent(s): 016da67
__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
@@ -486,7 +486,8 @@ with gr.Blocks(css=css) as demo:
486
  with gr.Tabs():
487
  # --- Tab 1: Interpolation Mode (no operation_mode) ---
488
  with gr.Tab("[Linear Interpolation]"):
489
- gr.Markdown("This demo uses 256px images, 25 sampling steps (instead of 50), and 10 interpolations (instead of 50) to conserve GPU memory. You will get much better results with the original [code](https://github.com/qihao067/CrossFlow). (You may also adjust the sampling steps and interpolations in Advanced Settings, but doing so may trigger OOM errors.)")
 
490
 
491
  prompt1_tab1 = gr.Text(placeholder="Prompt for first image", label="Prompt 1")
492
  prompt2_tab1 = gr.Text(placeholder="Prompt for second image", label="Prompt 2")
 
486
  with gr.Tabs():
487
  # --- Tab 1: Interpolation Mode (no operation_mode) ---
488
  with gr.Tab("[Linear Interpolation]"):
489
+ gr.Markdown("This demo uses 256px images, 25 sampling steps (instead of 50), and 10 interpolations (instead of 50) to conserve GPU memory.")
490
+ gr.Markdown("**You will get much better results with the original [code](https://github.com/qihao067/CrossFlow)**. (You may also adjust the sampling steps and interpolations in Advanced Settings, but doing so may trigger OOM errors.)")
491
 
492
  prompt1_tab1 = gr.Text(placeholder="Prompt for first image", label="Prompt 1")
493
  prompt2_tab1 = gr.Text(placeholder="Prompt for second image", label="Prompt 2")
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