Instructions to use KappaNeuro/alex-pardee-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/alex-pardee-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-pardee-style") prompt = "Alex Pardee Style - Create a visually intriguing and delightfully bizarre image in the unique and surreal style of Alex Pardee, portraying a king and queen who exude an awkward and eccentric charm. Visualize the king and queen with exaggerated features, unconventional proportions, and quirky expressions that showcase their peculiarities. Embrace Pardee's use of vibrant and contrasting colors to add depth and intensity to the image. Consider incorporating unconventional elements such as mismatched outfits, unusual accessories, or whimsical details that highlight their eccentricity. Let the image evoke a sense of intrigue, playfulness, and unpredictability, capturing the essence of this wonderfully awkward and strange royal couple in Alex Pardee's distinctive style. Enjoy the creative process as you bring this delightfully bizarre image to life." 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!