File size: 6,192 Bytes
b6b08f6
af2f25b
b593cfa
477a5c9
7416ccf
b593cfa
 
f97094c
b593cfa
f97094c
477a5c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b593cfa
 
bd88d47
370ecfb
255d54b
 
 
 
 
 
 
 
 
 
 
281118e
07084ef
281118e
 
 
82dac02
 
281118e
bc5c8f9
4df0399
bd88d47
e8c84cd
0b0548c
c9678ad
 
 
 
4469684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc5c8f9
4469684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281118e
 
255d54b
4469684
e925386
e8c84cd
e925386
e8c84cd
4469684
e925386
255d54b
281118e
4469684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370ecfb
82dac02
0b0548c
 
 
 
 
0b2bcf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7b3209b
c30ef6f
 
162beef
 
 
 
 
 
 
 
d3fb471
162beef
 
 
 
 
 
c30ef6f
 
 
 
 
7b3209b
162beef
 
 
7b3209b
 
162beef
 
 
 
0b0548c
 
c30ef6f
7b3209b
 
81825d2
bd88d47
82dac02
bd88d47
a2ffcba
510f059
82dac02
4b9f915
ebad00c
4b9f915
b593cfa
4b9f915
bd88d47
4b9f915
 
59afa4a
82dac02
 
c9678ad
4b9f915
59afa4a
bd88d47
b593cfa
 
a2ffcba
b593cfa
 
 
 
 
a2ffcba
b593cfa
184a373
82dac02
b593cfa
c30ef6f
184a373
 
 
d3fb471
b6eb1a4
 
184a373
b6eb1a4
184a373
 
4e98d1d
f0174d9
b593cfa
4b9f915
 
c9678ad
184a373
82dac02
b593cfa
 
82dac02
b593cfa
15fe5dd
 
 
 
b593cfa
99d9eb8
b593cfa
8646ee7
af2f25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
import gradio as gr
import os
import requests
import random
import time
r = requests.get(f'https://huggingface.co/spaces/xp3857/text-to-image/raw/main/css.css') 
css = r.text
name2 = "runwayml/stable-diffusion-v1-5"

model = gr.Interface.load(f"models/{name2}")
models=[
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
    gr.Interface.load(f"models/{name2}"),
]
#o = os.getenv("P")
o = "V"

t_out = ("""

   <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
    <!--Stylesheets-->
    <style media="screen">
      *,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index:19999;
    background: #ff000059;

}






.popup{
    background-color: #ffffff;
    width: 420px;
    padding: 30px 40px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    position: fixed;
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    z-index:199999;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
  margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

    </style>

<div id="container">
    <div class="popup">
        <button id="close">&times;</button>
        <h2>Max Loading Time Reached</h2>
        <p><center>
            Click to Continue, or use a simplier Prompt
        </center>
        </p>
        <a href="#">Let's Go</a>
    </div>
</div>
    <!--Script-->
    <script type="text/javascript">
window.addEventListener("load", function(){
    setTimeout(
        function open(event){
            document.querySelector(".popup").style.display = "block";
        },
        2000 
    )
});


document.querySelector("#close").addEventListener("click", function(){
    document.querySelector(".popup").style.display = "none";
});
    </script>

""")
m_out = ("""

<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">

<style>
#restart_btn{
position: fixed;
top: 50%;
left: 50%;
z-index:19999;
font-family: "Poppins",sans-serif;
text-align: center;
border-radius: 8px;
background: #0037ff9e;
border-style: solid;
border-width: 3px;
border-color: #9f00ff;
width: 100%;
height: 200px;
padding: 0px 20px;
transform: translate(-50%,-100%);
}

#restart{
    position: relative;
    font-family: "Poppins",sans-serif;
    text-align: center;
    border-radius: 8px;
    background: #0037ff9e;
    border-style: solid;
    border-width: 3px;
    border-color: #9f00ff;
    width: 90%;
    height: 50%;
    max-height: 200px;
    padding: 0px 10px;
    transform: translate(-50%,0%);
    left: 50%;

}




#head{
    color:white;
    margin-top:15px;
    margin-bottom:5px;
}
#cont{
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
</style>
<div id="restart">
<h3 id="head">Loading Time Limit Reached.</h3><br>
<h4 id="cont">Please Click Launch again to Continue, or choose a Simpler Prompt</h4>
</div>

""")

def ac():
    def clear():
        return gr.update(value=0),gr.update(value=0)
    def start():
        print ("start")
        stamp = time.time()
        return gr.update(value=stamp),gr.update(value=0)
    def end(stamp):
        ts = stamp + 10
        ti = time.time()
        if ti > ts and stamp != 0:
            print("Cancelling")
            return gr.update(value=1),gr.HTML.update(f"{m_out}", visible=True)
            #return gr.update(value=1)
            
        else:
            print("Passing")
            return gr.update(value=0),None
    
    def im_fn(put,fac="",h=None):
        if h == o:
            put = f"{put}{fac}"
            fac = f"{fac} "
            rn = random.randint(0, 19)
            model=models[rn]
            return model(put),fac
        elif h != o:
            return(None,None)
    def cl_fac():
        return "",gr.HTML.update("", visible=False)
    with gr.Blocks(css=css) as b:
        
        with gr.Row():
            put = gr.Textbox()            
            btn1 = gr.Button()
        message=gr.HTML("", visible=False)
        with gr.Row():
            out1 = gr.Image()
            out2 = gr.Image()
        with gr.Row():
            out3 = gr.Image()
            out4 = gr.Image()

        with gr.Row(visible=False):
            h=gr.Textbox(value="V")
            t_state=gr.Number()
            t_switch=gr.Textbox(value=0)
        
        fac_b = gr.Textbox(value="",visible=False)
        btn1.click(cl_fac,None,[fac_b,message])

        b1=btn1.click(start,None,[t_state,t_switch])
        sta = t_state.change(end,t_state,[t_switch,message],every=1,show_progress=False)

        b2=btn1.click(im_fn,[put,fac_b,h],[out1,fac_b])
        b3=out1.change(im_fn,[put,fac_b,h],[out2,fac_b])        
        b4=out2.change(im_fn,[put,fac_b,h],[out3,fac_b])        
        b5=out3.change(im_fn,[put,fac_b,h],[out4,fac_b])  

        t_switch.change(clear,None,[t_switch,fac_b], cancels=[sta,b2,b3,b4,b5])
        
    b.queue(concurrency_count=100).launch(show_api=False)
ac()