File size: 1,456 Bytes
89b9383 332cd57 89b9383 332cd57 89b9383 |
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 |
NAME = """
# ControlNet Image Generator 🖌️
""".strip()
CONTENT_DESCRIPTION = """
<h3>ControlNet ⚡️ boosts Stable Diffusion with sharp, innovative image generation control 🖌️</h3>
""".strip()
# CONTENT_IN_1 = """
# Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games.
# """.strip()
CONTENT_IN_1 = """
<p class="source">
For more information, you can check out my GitHub repository and HuggingFace Model Hub:<br>
Source code:
<a class="badge" href="https://github.com/danhtran2mind/ControlNet-Image-Generator">
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FControlNet--Image--Generator-blue?style=flat&logo=github" alt="GitHub Repo">
</a>,
Model Hub:
<a class="badge" href="https://huggingface.co/danhtran2mind/Stable-Diffusion-2.1-Openpose-ControlNet">
<img src="https://img.shields.io/badge/HuggingFace-danhtran2mind%2FStable--Diffusion--2.1--Openpose--ControlNet-yellow?style=flat&logo=huggingface" alt="HuggingFace Model">
</a>.
</p>
""".strip()
CONTENT_OUT_1 = """
<div class="quote-container">
<p>
This project is built using code from
<a class="badge" href="https://github.com/huggingface/diffusers">
<img src="https://img.shields.io/badge/Built%20on-huggingface%2Fdiffusers-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
</a>.
</p>
</div>
""".strip()
|