You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,14 +157,16 @@ These steps are not friendly to beginners (if Sana gains popularity, likely more
157
157
- Only Sana 1600M 1024 has been validated currently
158
158
- use a CFG around 4
159
159
160
-
# AuraFlow v0.1
160
+
# AuraFlow
161
161
162
162

163
163
*(above image is AuraFlow v0.2)*
164
164
165
-
[Fal.ai's AuraFlow v0.1](https://huggingface.co/fal/AuraFlow/tree/main) and [v0.2](https://huggingface.co/fal/AuraFlow-v0.2)is supported in Swarm, but you must manually select architecture to use it. (The AuraFlow team said they intend to add modelspec metadata in the future).
165
+
[Fal.ai's AuraFlow v0.1](https://huggingface.co/fal/AuraFlow/tree/main) and [v0.2](https://huggingface.co/fal/AuraFlow-v0.2)and v0.3 are supported in Swarm, but you must manually select architecture to use it.
166
166
167
-
Download the model, then click "`Edit Metadata`" and select `(Temporary) AuraFlow` as the architecture, and set resolution to `1024x1024`.
167
+
Download the model, then click "`Edit Metadata`" and select `AuraFlow` as the architecture, and set resolution to `1024x1024`.
168
+
169
+
Parameters and usage is the same as any other normal model.
Register(new(){ID="nvidia-sana-1600",CompatClass="nvidia-sana-1600",Name="NVIDIA Sana 1600M",StandardWidth=1024,StandardHeight=1024,IsThisModelOfClass=(m,h)=>
369
-
{
370
-
returnisSana(h);
371
-
}});
372
-
Register(new(){ID="nvidia-sana-1600/vae",CompatClass="nvidia-sana-1600",Name="NVIDIA Sana 1600M DC-AE VAE",StandardWidth=1024,StandardHeight=1024,IsThisModelOfClass=(m,h)=>
Register(new(){ID="nvidia-sana-1600",CompatClass="nvidia-sana-1600",Name="NVIDIA Sana 1600M",StandardWidth=1024,StandardHeight=1024,IsThisModelOfClass=(m,h)=>
391
+
{
392
+
returnisSana(h);
393
+
}});
394
+
Register(new(){ID="nvidia-sana-1600/vae",CompatClass="nvidia-sana-1600",Name="NVIDIA Sana 1600M DC-AE VAE",StandardWidth=1024,StandardHeight=1024,IsThisModelOfClass=(m,h)=>
0 commit comments