|
|
|
import gradio as gr |
|
|
|
|
|
print('β
οΈ All libraries installed!') |
|
|
|
|
|
print('β ') |
|
print('β β ') |
|
print('β β β ') |
|
print('β β ') |
|
print('β ') |
|
print('β ') |
|
print('β β ') |
|
print('β β β ') |
|
print('β β ') |
|
print('β ') |
|
print('β ') |
|
print('β β ') |
|
print('β β β ') |
|
print('β β ') |
|
print('β ') |
|
|
|
|
|
title = \ |
|
""" |
|
---\|/ββ β\|/--- |
|
""" |
|
|
|
|
|
description = \ |
|
""" |
|
__This is WebDef.UI__ Generate fantastic images with the latest AI models for __FREE__! |
|
|
|
 |
|
|
|
""" |
|
|
|
article = \ |
|
""" |
|
<h1 style='text-align: center'> |
|
πΌ Examples π |
|
</h1> |
|
|
|
 |
|
|
|
""" |
|
|
|
|
|
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() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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") |