gustproof commited on
Commit
698eb47
1 Parent(s): eae7f6a

Update description

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -49,7 +49,9 @@ with gr.Blocks() as demo:
49
  with gr.Row():
50
  gr.Markdown(
51
  """# 1girl-EDM2-XS-test-1 Demo
52
- Demo of a 125M param model trained in 1 GPU-day for generating `1girl solo` images.
 
 
53
  """
54
  )
55
  with gr.Row():
@@ -65,7 +67,8 @@ with gr.Blocks() as demo:
65
  gr.Markdown("Conditioning is generated with an external model")
66
  with gr.Tab("Condition: from image") as img_tab:
67
  gr.Markdown(
68
- "Conditioning is extracted from the image with a [tagger](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3)"
 
69
  )
70
  ref_im = gr.Image(label="Reference image", type="pil")
71
  with gr.Tab("Condition: precomputed") as txt_tab:
 
49
  with gr.Row():
50
  gr.Markdown(
51
  """# 1girl-EDM2-XS-test-1 Demo
52
+ Demo of a 125M param model trained in 1 GPU-day for generating `1girl solo` images.
53
+ For those who don't want to wait 10 minutes for an image, a [Colab demo](https://colab.research.google.com/drive/1aBopomQ6wLJtQUTZ1CZn2i-zGpyLGWKM?usp=sharing) is also available.
54
+ [More info](https://huggingface.co/gustproof/1girl-EDM2-XS-test-1)
55
  """
56
  )
57
  with gr.Row():
 
67
  gr.Markdown("Conditioning is generated with an external model")
68
  with gr.Tab("Condition: from image") as img_tab:
69
  gr.Markdown(
70
+ "Conditioning is extracted from the image with a [tagger](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3). "
71
+ "This is works like [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter) and not like [img2img](https://github.com/CompVis/stable-diffusion/blob/main/scripts/img2img.py)"
72
  )
73
  ref_im = gr.Image(label="Reference image", type="pil")
74
  with gr.Tab("Condition: precomputed") as txt_tab: