Instructions to use HyperX-Sentience/UltraResXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HyperX-Sentience/UltraResXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HyperX-Sentience/UltraResXL") prompt = "Ultra-realism, A photograph of a young woman taken from a close-up angle. She has dark, curly hair that is slightly messy and falls around her face. Her skin is fair, and she has dark, well-defined eyebrows. She is wearing a blue denim jacket and a gold necklace. The background is blurred, but there are red and blue lights creating a dramatic atmosphere. The lighting is soft and casts shadows on her face, highlighting her features. The overall mood is intense and moody. JPEG artifacts." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,6 +54,8 @@ widget:
|
|
| 54 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 55 |
instance_prompt: Ultra-realism
|
| 56 |
license: bigscience-openrail-m
|
|
|
|
|
|
|
| 57 |
---
|
| 58 |
# UltraResXL
|
| 59 |
|
|
@@ -61,7 +63,7 @@ license: bigscience-openrail-m
|
|
| 61 |
|
| 62 |
## Model description
|
| 63 |
|
| 64 |
-
UltraResXL is a high-quality base LoRA designed for Stable Diffusion, fine-tuned to generate ultra-realistic images with exceptional detail, lifelike textures, and natural lighting. It enhances photorealism across a wide range of subjects—including portraits, landscapes, interiors, and product shots—while maintaining compatibility with a variety of prompts and styles. Ideal for users seeking cinematic realism or high-end visual fidelity in AI-generated art.
|
| 65 |
|
| 66 |
## Trigger words
|
| 67 |
|
|
@@ -72,4 +74,4 @@ You should use `Ultra-realism` to trigger the image generation.
|
|
| 72 |
|
| 73 |
Weights for this model are available in Safetensors format.
|
| 74 |
|
| 75 |
-
[Download](/HyperX-Sentience/UltraResXL/tree/main) them in the Files & versions tab.
|
|
|
|
| 54 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 55 |
instance_prompt: Ultra-realism
|
| 56 |
license: bigscience-openrail-m
|
| 57 |
+
language:
|
| 58 |
+
- en
|
| 59 |
---
|
| 60 |
# UltraResXL
|
| 61 |
|
|
|
|
| 63 |
|
| 64 |
## Model description
|
| 65 |
|
| 66 |
+
✨ UltraResXL ✨ is a high-quality base LoRA designed for Stable Diffusion, fine-tuned to generate ultra-realistic images with exceptional detail, lifelike textures, and natural lighting. It enhances photorealism across a wide range of subjects—including portraits, landscapes, interiors, and product shots—while maintaining compatibility with a variety of prompts and styles. Ideal for users seeking cinematic realism or high-end visual fidelity in AI-generated art.
|
| 67 |
|
| 68 |
## Trigger words
|
| 69 |
|
|
|
|
| 74 |
|
| 75 |
Weights for this model are available in Safetensors format.
|
| 76 |
|
| 77 |
+
[Download](/HyperX-Sentience/UltraResXL/tree/main) them in the Files & versions tab.
|