diffusionai commited on
Commit
db0cc1b
1 Parent(s): 73e0977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ mmodels = {
32
  "Arcane": "nitrosocke/Arcane-Diffusion"
33
  }
34
  timeout = 100
35
- # PLEASE ❤ like ❤ this space. Please like me. I am 12 years old, one of my projects is: https://ai-hub.rf.gd . I live in Russia, I don't know English very well. Therefore, I apologize that there is only Russian here, but I think it will not be difficult to translate all this. (For example, using gpt)
36
 
37
  def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, strength=0.7, gpt=False, width=1024, height=1024):
38
  if prompt == "" or prompt == None:
 
32
  "Arcane": "nitrosocke/Arcane-Diffusion"
33
  }
34
  timeout = 100
35
+ # PLEASE ❤ like t❤ this space. Please like me. I am 12 years old, one of my projects is: https://ai-hub.rf.gd . I live in Russia, I don't know English very well. Therefore, I apologize that there is only Russian here, but I think it will not be difficult to translate all this. (For example, using gpt)
36
 
37
  def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, strength=0.7, gpt=False, width=1024, height=1024):
38
  if prompt == "" or prompt == None: