Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
sdxl
stable-diffusion-xl
image-to-image
stable-diffusion
Instructions to use BackGwa/LUMIERE-Q with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BackGwa/LUMIERE-Q with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BackGwa/LUMIERE-Q", dtype=torch.bfloat16, device_map="cuda") prompt = "(1girl),aris (blue archive),blue archive,solo,long hair,dim lighting,cute,looking at viewer,masterpiece,best quality,highres,absurdres,newest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ widget:
|
|
| 27 |
**LUMIERE** is the spiritual successor to [Stelra](https://huggingface.co/BackGwa/Stelra), upgraded from SD 1.5 to SDXL 1.0, making it one of the most outstanding models capable of generating high-quality anime-style images.
|
| 28 |
|
| 29 |
It has been merged with frequently used community models along with its own high-quality LoRA models through **LUMIERE** merging solution.
|
| 30 |
-
|
| 31 |
|
| 32 |
### Disclaimer
|
| 33 |
- The **LUMIERE** model and any derivatives thereof may be used freely by users for their own creative purposes. However, all copyrights, legal responsibilities, and social or ethical consequences arising from any images, videos, or other outputs generated using this model remain solely with the user.
|
|
|
|
| 27 |
**LUMIERE** is the spiritual successor to [Stelra](https://huggingface.co/BackGwa/Stelra), upgraded from SD 1.5 to SDXL 1.0, making it one of the most outstanding models capable of generating high-quality anime-style images.
|
| 28 |
|
| 29 |
It has been merged with frequently used community models along with its own high-quality LoRA models through **LUMIERE** merging solution.
|
| 30 |
+
|
| 31 |
|
| 32 |
### Disclaimer
|
| 33 |
- The **LUMIERE** model and any derivatives thereof may be used freely by users for their own creative purposes. However, all copyrights, legal responsibilities, and social or ethical consequences arising from any images, videos, or other outputs generated using this model remain solely with the user.
|