FLUX-1 Schnell + Joy Caption + RWKV Space

This Svelte-powered Space demonstrates how to call remote Gradio Spaces while letting each visitor's own Hugging Face subscription cover the compute costs. Generate images with FLUX-1, caption them with Joy Caption, and generate text with RWKV.

{#if $auth.showSignIn} {/if} {#if $auth.userInfo}

Hello, {$auth.userInfo.name || $auth.userInfo.preferred_username}!

{/if} {#if fluxClient} {/if} {#if joyCaptionClient} {/if} {#if rwkvClient} {/if}