Instructions to use Jonjew/NeoPopComicPunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/NeoPopComicPunk 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("Jonjew/NeoPopComicPunk") prompt = "dinppcmcpnk style comic book, retro comic book aesthetics, urban street art, dramatic shading, bold linework, high-contrast colors, vibrant colors, pop-art, multiple panels, expressive poses and intense facial expressions, punk style, edgy, action lines, comic-style typography and graphic shapes in the background, dynamic energy, <lora:Neo-Pop-Comic-Punk v3-17:1>, A young woman stands in a dynamic pose, wielding a sword with confidence. She wears a traditional outfit featuring layered fabrics in shades of gray and blue, accentuated by a striking red belt that wraps around her waist. Her long black hair is elegantly tied back, and her expression is focused and determined. The sword has an ornate handle, showcasing intricate designs, while her stance suggests readiness for action." 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!