Rooni commited on
Commit
6f2f24a
1 Parent(s): 60eaa69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ mmodels = {
18
  "FLUX Game Assets": "gokaygokay/Flux-Game-Assets-LoRA-v2",
19
  }
20
  timeout = 100
21
- # PLEASE ❤ like ❤ this space. Please like me. I am 14 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)
22
 
23
  def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, gpt=False):
24
  if prompt == "" or prompt == None:
 
18
  "FLUX Game Assets": "gokaygokay/Flux-Game-Assets-LoRA-v2",
19
  }
20
  timeout = 100
21
+ # PLEASE ❤ like ❤ this space. Please like me. I am 14 years old, one of my projects is: https://yufic.ru . 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)
22
 
23
  def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, gpt=False):
24
  if prompt == "" or prompt == None: