Downloads · 30 days
0
HyperX-Sentience/Starlight
Starlight is a text-to-image model from HyperX-Sentience. Use it when you need an image from a text prompt. The card lists the license as creativeml-openrail-m.
Downloads · 30 days
0
Access
Public
Updated Apr 11, 2025
Repo size
24.7 MB
Likes
5
Public
Click a slice to open those files.
.safetensors19.1 MB · 84%
From the Hugging Face model README
Starlight is the definitive LoRA for Stable Diffusion 1.5 models, setting a new standard in artistic AI generation. Designed to create breathtaking male and female portraits, lifelike animal imagery, and immersive live scenes, this LoRA brings unparalleled realism and expressive depth to AI-generated art.
With a foundation built upon HyperX-Sentience/Juggernaut-Reborn, Starlight takes image synthesis to an entirely new level, producing results that feel rich, vibrant, and full of life. Whether you're crafting a detailed character study, a cinematic moment, or an evocative wildlife scene, this LoRA consistently delivers top-tier results.
To use Starlight, load it as a LoRA with your Stable Diffusion 1.5 model. Here's an example using the diffusers library:
from diffusers import StableDiffusionPipeline
import torch
model_id = "HyperX-Sentience/Juggernaut-Reborn"
lora_path = "HyperX-Sentience/Starlight"
torch_dtype = torch.float16
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch_dtype)
pipe.load_lora_weights(lora_path)
pipe.to("cuda")
prompt = "A cinematic portrait of a woman with golden light, ultra-detailed, realistic skin texture"
image = pipe(prompt).images[0]
image.save("starlight_portrait.png")
Recommended LoRA Weight: 0.6 – 0.8 for optimal results.
A huge thank you to KandooAI and the broader AI art community for the foundation and inspiration behind this LoRA. Without their pioneering efforts, models like Starlight wouldn't exist.
For more updates and discussions, check out the Civitai page and share your creations!