Instructions to use KappaNeuro/gabriel-pacheco-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/gabriel-pacheco-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/gabriel-pacheco-style") prompt = "Gabriel Pacheco Style - Imagine an intricately detailed, cool-toned graphic artwork that mirrors the magical realism of Gabriel Pacheco. The artistic medium should be digital painting, allowing for the incorporation of meticulous detail and texture. The style should mirror Pacheco's distinctive surreal approach, filled with fantastical creatures or otherworldly environments that provoke thought and wonder. The lighting should be strategically designed to highlight the details, creating an atmospheric glow that enhances the surrealistic vibe. The color palette should primarily include cool shades like deep blues, icy whites, and silvery grays, layered to create a mystic, dreamy effect. The composition should be dense and complex, each element contributing to a captivating and mysterious visual story." 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!