Instructions to use Jonjew/Phandigrams with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/Phandigrams 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/Phandigrams") prompt = "By Phandigrams. This image is a digital drawing in a fantasy art style, showcasing a mystical, ethereal warrior figure. The central subject is a humanoid figure with an androgynous appearance, depicted with intricate, detailed wings that resemble those of a butterfly. The wings are translucent with a gradient of colors, shifting from deep red at the base to a soft, glowing yellow at the edges, filled with shimmering, glowing orbs that add a mystical aura. <lora:Phandigrams:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee