Instructions to use prathmeshyelne/ImagiX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prathmeshyelne/ImagiX 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("prathmeshyelne/ImagiX") prompt = "A city above clouds, pastel colors, Victorian style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
ImagiX

- Prompt
- A city above clouds, pastel colors, Victorian style

- Prompt
- A pack of wolves howling at a glowing full moon in a snowy forest, their fur illuminated by the moonlight.

- Prompt
- An astronaut floating in space, gazing at a massive galaxy filled with bright stars and nebulae in the background.

- Prompt
- A rare white tiger walking through a dense, misty jungle, its icy blue eyes glowing in the moonlight

- Prompt
- A hidden oasis in the middle of a vast desert, with clear turquoise water, palm trees, and a golden sunset.

- Prompt
- A massive volcano erupting with lava spewing into the sky, creating an intense glow against the dark stormy clouds.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 59
Model tree for prathmeshyelne/ImagiX
Base model
black-forest-labs/FLUX.1-dev