Text-to-Image
Diffusers
stable-diffusion
lora
art
style
painting
artists
painter
mikhail vrubel
sculptor
Instructions to use KappaNeuro/mikhail-vrubel-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/mikhail-vrubel-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/mikhail-vrubel-style") prompt = "Mikhail Vrubel Style - Create an artwork inspired by the haunting and enigmatic style of Mikhail Vrubel, known for his atmospheric and emotionally charged paintings that often feature dark, otherworldly themes. Incorporate elements of Vrubel's signature style, such as the use of bold, sweeping brushstrokes and intense, saturated colors that create a sense of drama and intensity. Consider exploring themes of mythology, folklore, and the supernatural, which were central to Vrubel's artistic vision. Use a dreamlike and surreal approach to your composition, and experiment with the interplay of light and dark, form and space, to create a piece that captures the eerie and evocative quality of Vrubel's work." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!