Rooni commited on
Commit
37ebc58
·
1 Parent(s): bece273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -30,8 +30,6 @@ mmodels = {
30
  "Redmond SDXL": "artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
31
  "Arcane": "nitrosocke/Arcane-Diffusion"
32
  }
33
- # 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)
34
-
35
  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):
36
  if prompt == "" or prompt == None:
37
  raise gr.Error("🙏 Опиши пожалуйста как должно выглядеть изображение")
 
30
  "Redmond SDXL": "artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
31
  "Arcane": "nitrosocke/Arcane-Diffusion"
32
  }
 
 
33
  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):
34
  if prompt == "" or prompt == None:
35
  raise gr.Error("🙏 Опиши пожалуйста как должно выглядеть изображение")