Spaces:
Running
Running
Update app.py
Browse files
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://
|
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:
|