Instructions to use strangerzonehf/Animeopix-Flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Animeopix-Flux 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("strangerzonehf/Animeopix-Flux") prompt = "Animeopix, A pixelated image of a girl with a blue wig on her head. The wig is a vibrant shade of blue and has white dots on it. Her eyes are a piercing red. Her eyebrows are a lighter shade of pink. Her lips are a darker pink. She is wearing a white collar with a white shirt underneath. The background is a light gray color. There are black lines on the wall behind her." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!