Instructions to use Huage001/URAE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Huage001/URAE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Huage001/URAE", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Fix image URL
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -6,7 +6,7 @@ pipeline_tag: text-to-image
|
|
| 6 |
|
| 7 |
# URAE: ~~Your Free FLUX Pro Ultra~~
|
| 8 |
|
| 9 |
-
<img src='teaser.jpg' width='100%' />
|
| 10 |
<br>
|
| 11 |
|
| 12 |
<a href="https://arxiv.org/abs/2503.16322"><img src="https://img.shields.io/badge/arXiv-2503.16322-A42C25.svg" alt="arXiv"></a>
|
|
|
|
| 6 |
|
| 7 |
# URAE: ~~Your Free FLUX Pro Ultra~~
|
| 8 |
|
| 9 |
+
<img src='https://github.com/Huage001/URAE/raw/main/teaser.jpg' width='100%' />
|
| 10 |
<br>
|
| 11 |
|
| 12 |
<a href="https://arxiv.org/abs/2503.16322"><img src="https://img.shields.io/badge/arXiv-2503.16322-A42C25.svg" alt="arXiv"></a>
|