dataautogpt3 commited on
Commit
8e39e50
β€’
1 Parent(s): 4d699ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -14,7 +14,8 @@ from diffusers import (
14
  )
15
  DESCRIPTION = """
16
  # Mobius
17
- Redefining State-of-the-Art in Debiased Diffusion Models
 
18
  Mobius, a diffusion model that pushes the boundaries of domain-agnostic debiasing and representation realignment. By employing a brand new constructive deconstruction framework, Mobius achieves unrivaled generalization across a vast array of styles and domains, eliminating the need for expensive pretraining from scratch.
19
 
20
  Model by [Corcel.io](https://huggingface.co/Corcelio/mobius)
@@ -75,7 +76,7 @@ def generate(
75
  if not use_negative_prompt:
76
  negative_prompt = "" # type: ignore
77
  images = pipe(
78
- prompt=f'''{prompt}, best quality, masterpiece"''',
79
  negative_prompt=f"{negative_prompt}",
80
  width=width,
81
  height=height,
 
14
  )
15
  DESCRIPTION = """
16
  # Mobius
17
+ Redefining State-of-the-Art in Debiased Diffusion Models:
18
+
19
  Mobius, a diffusion model that pushes the boundaries of domain-agnostic debiasing and representation realignment. By employing a brand new constructive deconstruction framework, Mobius achieves unrivaled generalization across a vast array of styles and domains, eliminating the need for expensive pretraining from scratch.
20
 
21
  Model by [Corcel.io](https://huggingface.co/Corcelio/mobius)
 
76
  if not use_negative_prompt:
77
  negative_prompt = "" # type: ignore
78
  images = pipe(
79
+ prompt=f'''{prompt}''',
80
  negative_prompt=f"{negative_prompt}",
81
  width=width,
82
  height=height,