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
|
@@ -42,8 +42,8 @@ It has been merged with frequently used community models along with its own high
|
|
| 42 |
---
|
| 43 |
|
| 44 |
## ℹ️ Model
|
| 45 |
-
- **Model Name** : LUMIERE
|
| 46 |
-
- **
|
| 47 |
- **Marged Model** : [Animagine XL 4](https://civitai.com/models/1188071/animagine-xl-40) [Nova Anime XL](https://civitai.com/models/376130/nova-anime-xl)
|
| 48 |
- **License** : [CreativeML Open RAIL++-M](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
|
| 49 |
|
|
|
|
| 42 |
---
|
| 43 |
|
| 44 |
## ℹ️ Model
|
| 45 |
+
- **Model Name** : LUMIERE-Q
|
| 46 |
+
- **Model Architecture** : [Stable Diffusion XL 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|
| 47 |
- **Marged Model** : [Animagine XL 4](https://civitai.com/models/1188071/animagine-xl-40) [Nova Anime XL](https://civitai.com/models/376130/nova-anime-xl)
|
| 48 |
- **License** : [CreativeML Open RAIL++-M](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
|
| 49 |
|