Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General purpose
3D
Person
Colorful
Stylized
Artstyle
Patchmonk
sadxzero
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/Luminous with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Luminous with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Luminous", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - General purpose | |
| - 3D | |
| - Person | |
| - Colorful | |
| - Stylized | |
| - Artstyle | |
| - Patchmonk | |
| - sadxzero | |
| - stable-diffusion | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| base_model: | |
| - digiplay/SXZ_Luma_v0.98VAE | |
| # Luminous | |
| LusciousMix V2.5 merged with the SXZ Luma 0.98 model to maximize their creativity! Samples and prompts (all use seed 9119): | |
|  | |
| (masterpiece), best quality, high resolution, highly detailed, detailed background, perfect lighting, outdoor, 1girl, petite, short hair, pink hair, blunt bangs, t-shirt, short skirt | |
|  | |
| photo of an extremely beautiful young girl with blonde hair, ultra realistic blue eyes by annie leibovitz, sundress. hyperdetailed digital concept art trending in pinterest Artstation WLOP 3 point lighting cinematic highlights stunning quality 8k oil on canvas shaded flat illustration for fashion photoshoot | |
|  | |
| cute shot of redhead pirate young girl, long green coat, sea, storm, dark atmosphere, volumetric lighting, teal eyes, glad to see, best quality, masterpiece, chromatic aberration, realistic | |
|  | |
| cute lady in superman costume flying in sky, short black hair, cape, eyes, arms up, storm, dark clouds, lightning, night, lightning, rain, particles | |
| Original pages: | |
| https://civitai.com/models/25831?modelVersionId=68200 (Luma 0.98) | |
| https://civitai.com/models/24354?modelVersionId=188775 (LusciousMix 2.5) | |
| Recipe: | |
| # Recipe: | |
| - SuperMerger Weight sum Use MBW 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1 | |
| Model A: | |
| Luscious 2.5 | |
| Model B: | |
| Luma 0.98VAE | |
| Output Model: | |
| Luminous |