Text-to-Image
Diffusers
animals
anthro
anthropomorphic
beast
characters
concept
creature
fable
human-like
humanoid
living
lora
migrated
stable-diffusion
template:sd-lora
Instructions to use WizWhite/wizard-s-anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WizWhite/wizard-s-anima with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("WizWhite/wizard-s-anima") prompt = "w1z_an1m4, a close-up of a pink flamingo as a fashion model with a bold and futuristic aesthetic. The flamingo is wearing oversized, angular, pink sunglasses with reflective lenses. It also wear large, neon-colored geometric earrings in diamond shapes, one in blue and the other in yellow. Its beak is painted a striking blue, and the eyeshadow is vibrant, blending shades of orange and pink. A colorful choker necklace featuring neon tones complements the accessories. The model’s hair is styled in a sleek, high bun, emphasizing the clean and polished look. The background is minimal and softly lit, ensuring the neon colors and bold accessories stand out prominently. The image is styled in a vibrant, high-fashion editorial manner." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K