Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -296,10 +296,11 @@ if __name__ == '__main__':
|
|
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\n"
|
299 |
-
"fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)"
|
300 |
"- StyleGAN3を使った画像生成とブレンドです(text2image, Stable Diffusionではありません)\n\n"
|
301 |
-
"- psi1,2は[nskytnt/fbanime-gan](https://github.com/SkyTNT/fbanimegan/tree/main/stylegan3)のmapping
|
302 |
-
"-
|
|
|
303 |
with gr.Tabs():
|
304 |
with gr.TabItem("generate image 新規画像生成"):
|
305 |
with gr.Row():
|
|
|
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\n"
|
299 |
+
"fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)\n\n"
|
300 |
"- StyleGAN3を使った画像生成とブレンドです(text2image, Stable Diffusionではありません)\n\n"
|
301 |
+
"- psi1,2は[nskytnt/fbanime-gan](https://github.com/SkyTNT/fbanimegan/tree/main/stylegan3)のmappingパラメータです。\n\n"
|
302 |
+
"- psi2は服に影響があり、psi1は胸の強調など性癖っぽいスタイルに影響があるようです([実験結果](https://twitter.com/o_ob/status/1607860668543401984))\n\n"
|
303 |
+
"- 動画生成は比較しやすいように 1→2→1 というパターンでmp4を生成します。\n\n")
|
304 |
with gr.Tabs():
|
305 |
with gr.TabItem("generate image 新規画像生成"):
|
306 |
with gr.Row():
|