Text-to-Image
Diffusers
stable-diffusion
lora
art
glass
style
artist
painting
designer
louis comfort tiffany
Instructions to use KappaNeuro/louis-comfort-tiffany-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/louis-comfort-tiffany-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("KappaNeuro/louis-comfort-tiffany-style") prompt = "Louis Comfort Tiffany Style - Let the opulence of the Victorian era inspire a stained glass window that's rich in detail and color. Incorporate patterns reminiscent of damask fabrics, intricate floral motifs, and vibrant jewel tones. As you journey through the design process, consider how the light will interact with these elements to create a sense of timeless elegance and grandeur in your space." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
