Instructions to use KappaNeuro/alex-gross-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/alex-gross-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/alex-gross-style") prompt = "Alex Gross Style - An acrylic painting in the style of alex colville and Dutch painting portrait of Chinese albinos in fire obsessed by success and money face to mirror Dress with fluorescent outerwear Nike acg and Ralph Lauren in hell of business, sens of composition, oil painting, hyperrealistic" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee