Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -295,12 +295,15 @@ if __name__ == '__main__':
|
|
295 |
app = gr.Blocks()
|
296 |
with app:
|
297 |
gr.Markdown("# full-body anime GAN\n\n"
|
298 |
-
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=o_ob.hf.full-body-anime-gan)\n
|
299 |
"fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)\n\n"
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"
|
303 |
-
"-
|
|
|
|
|
|
|
304 |
with gr.Tabs():
|
305 |
with gr.TabItem("generate image 新規画像生成"):
|
306 |
with gr.Row():
|
|
|
295 |
app = gr.Blocks()
|
296 |
with app:
|
297 |
gr.Markdown("# full-body anime GAN\n\n"
|
298 |
+
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=o_ob.hf.full-body-anime-gan)\n"
|
299 |
"fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)\n\n"
|
300 |
+
"Image generation and blending using StyleGAN3 (not text2image, not Stable Diffusion)\n"
|
301 |
+
"psi1, psi2 are mapping parameters from nskytnt/fbanime-gan. The psi2 seems to have an effect on clothing, and the psi1 seems to have an effect on sexual styles such as breast enhancement [my experiment results](https://twitter.com/o_ob/status/1607860668543401984).\n"
|
302 |
+
"The video generation generates mp4 with the pattern 1→2→1 for easy comparison.\n\n"
|
303 |
+
"- StyleGAN3を使った画像生成とブレンドです(text2image, Stable Diffusionではありません)\n"
|
304 |
+
"- psi1,2は[nskytnt/fbanime-gan](https://github.com/SkyTNT/fbanimegan/tree/main/stylegan3)のmappingパラメータです。\n"
|
305 |
+
"- psi2は服に影響があり、psi1は胸の強調など性癖っぽいスタイルに影響があるようです([実験結果](https://twitter.com/o_ob/status/1607860668543401984))\n"
|
306 |
+
"- 動画生成は比較しやすいように 1→2→1 というパターンでmp4を生成します。\n")
|
307 |
with gr.Tabs():
|
308 |
with gr.TabItem("generate image 新規画像生成"):
|
309 |
with gr.Row():
|