Spaces:
SHOOL45
/
Runtime error

Rooni commited on
Commit
3d5c9ad
1 Parent(s): 7cc6627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ mmodels = {
30
  "Redmond SDXL": "artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
31
  "Arcane": "nitrosocke/Arcane-Diffusion"
32
  }
33
- timeout = 50
34
  # 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)
35
 
36
  def query(prompt, is_negative=False, gpt=True, model="DALL-E 3 XL", steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, strength=0.7, width=1024, height=1024):
 
30
  "Redmond SDXL": "artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
31
  "Arcane": "nitrosocke/Arcane-Diffusion"
32
  }
33
+ timeout = 255
34
  # 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)
35
 
36
  def query(prompt, is_negative=False, gpt=True, model="DALL-E 3 XL", steps=30, cfg_scale=7, sampler="DPM++ 2M Karras", seed=-1, strength=0.7, width=1024, height=1024):