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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,6 +92,13 @@ LUMIERE was merged and trained using the following structure.
|
|
| 92 |
|
| 93 |
---
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## Link
|
| 96 |
- [LUMIERE-Q Lite (Pruned FP8)](https://huggingface.co/BackGwa/LUMIERE-Q-lite)
|
| 97 |
- [Civitai](https://civitai.com/models/1760158/lumiere)
|
|
|
|
| 92 |
|
| 93 |
---
|
| 94 |
|
| 95 |
+
## 💞 Sponsor
|
| 96 |
+
|
| 97 |
+
I’d appreciate your support and interest!
|
| 98 |
+
[coff.ee/backgwa](https://coff.ee/backgwa)
|
| 99 |
+
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
## Link
|
| 103 |
- [LUMIERE-Q Lite (Pruned FP8)](https://huggingface.co/BackGwa/LUMIERE-Q-lite)
|
| 104 |
- [Civitai](https://civitai.com/models/1760158/lumiere)
|