File size: 1,268 Bytes
aeb8db7
 
 
e74d0b0
 
 
45e0506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aeb8db7
56a124f
 
c84cbab
56a124f
aeb8db7
 
 
 
388a10d
aeb8db7
4ec8a6b
 
aeb8db7
 
ae25053
 
3383fd8
45e0506
3383fd8
aeb8db7
7d0c21d
61b97a0
aeb8db7
 
e74d0b0
3383fd8
 
e999d43
8e5bd15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6c14fee
 
 
 
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
#import library
import gradio as gr

#ready library install
print('✅️ All libraries installed!')

#loading
print('■')
print('■■')
print('■■■')
print('■■')
print('■')
print('■')
print('■■')
print('■■■')
print('■■')
print('■')
print('■')
print('■■')
print('■■■')
print('■■')
print('■')

#title of app
title = \
"""
---\|/●■●\|/---
"""

#description of app
description = \
"""
__This is WebDef.UI__ Generate fantastic images with the latest AI models for __FREE__!

![](https://raw.githubusercontent.com/ehristoforu/imghost/main/Picsart_23-08-04_21-51-22-975.png)

"""
#article of app
article = \
"""
<h1 style='text-align: center'>
    🖼 Examples 🗂
</h1>

![Examples by WebDef.png](https://raw.githubusercontent.com/ehristoforu/imghost/main/Picsart_23-08-05_15-53-57-148.jpg)

"""

#ready rum space
print('🎉 The app is ready to go!')

gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme = "Soft").launch()





















#models
print("runwayml/stable-diffusion-v1-5")
print("stabilityai/stable-diffusion-2-1")
print("stabilityai/stable-diffusion-xl-base-1.0")
print("prompthero/openjourney")
print("dalle-mini/dalle-mini")