PommesPeter commited on
Commit
f1b2894
1 Parent(s): f455b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -333,9 +333,9 @@ def main():
333
  text_encoder, tokenizer, vae, model = load_models(args, 60001, 0)
334
 
335
  description = """
336
- # Lumina Next Text-to-Image
337
 
338
- Lumina-Next-SFT is a 2B Next-DiT model with 2B text encoder.
339
 
340
  Demo current model: `Lumina-Next-SFT 1k Resolution`
341
 
 
333
  text_encoder, tokenizer, vae, model = load_models(args, 60001, 0)
334
 
335
  description = """
336
+ # Lumina-Next-SFT
337
 
338
+ Lumina-Next-SFT is a 2B Next-DiT model with Gemma-2B serving as the text encoder, enhanced through high-quality supervised fine-tuning (SFT).
339
 
340
  Demo current model: `Lumina-Next-SFT 1k Resolution`
341