seawolf2357 commited on
Commit
318971a
·
verified ·
1 Parent(s): 0003fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -355,18 +355,6 @@ a photo of a person feeling terrified
355
  """
356
  with gr.Blocks(css=css) as demo:
357
  gr.Markdown(f"""# IP Composer 🌅✚🖌️
358
- ### compose new images with visual concepts extracted from refrence images using CLIP & IP Adapter
359
-
360
-
361
- #### 🛠️ How to Use:
362
- 1. Upload a base image
363
- 2. Upload 1–3 concept images
364
- 3. Select a **concept type** to extract from each concept image:
365
- - Choose a **predefined concept type** from the dropdown (e.g. pattern, emotion, pose), **or**
366
- - Upload a **file with text variations of your concept** (e.g. prompts from an LLM).
367
- - 👉 If you're uploading a **new concept**, don't forget to **adjust the "rank" value** under **Advanced Options** for better results.
368
-
369
- Following the algorithm proposed in IP-Composer: Semantic Composition of Visual Concepts by Dorfman et al.
370
  [[Project page](https://ip-composer.github.io/IP-Composer/)] [[arxiv](https://arxiv.org/pdf/2502.13951)]
371
  """)
372
  concpet_from_file_1 = gr.State()
 
355
  """
356
  with gr.Blocks(css=css) as demo:
357
  gr.Markdown(f"""# IP Composer 🌅✚🖌️
 
 
 
 
 
 
 
 
 
 
 
 
358
  [[Project page](https://ip-composer.github.io/IP-Composer/)] [[arxiv](https://arxiv.org/pdf/2502.13951)]
359
  """)
360
  concpet_from_file_1 = gr.State()