Instructions to use MarkBW/darkphoenix-pony-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MarkBW/darkphoenix-pony-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MarkBW/darkphoenix-pony-xl") prompt = "score_9, score_8_up, score_7_up,score_6_up, score_5_up, score_4_up , 1girl, solo," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MarkBW/darkphoenix-pony-xl")
prompt = "score_9, score_8_up, score_7_up,score_6_up, score_5_up, score_4_up , 1girl, solo,"
image = pipe(prompt).images[0]darkphoenix-pony-xl

- Prompt
- score_9, score_8_up, score_7_up,score_6_up, score_5_up, score_4_up , 1girl, solo,
- Negative Prompt
- muscular,
Model description
Dark Phoenix (Jean Grey) from the X-Men
By: DeskGrenade
Trigger words
You should use DarkPhoenixDG to trigger the image generation.
You should use long hair to trigger the image generation.
You should use white eyes to trigger the image generation.
You should use red hair to trigger the image generation.
You should use glowing eyes to trigger the image generation.
You should use no pupils to trigger the image generation.
You should use yellow sash to trigger the image generation.
You should use skin tight to trigger the image generation.
You should use multicolored bodysuit to trigger the image generation.
You should use red bodysuit to trigger the image generation.
You should use latex to trigger the image generation.
You should use yellow gloves to trigger the image generation.
You should use aura to trigger the image generation.
You should use magic to trigger the image generation.
You should use fire to trigger the image generation.
You should use fiery hair to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 4
Model tree for MarkBW/darkphoenix-pony-xl
Base model
xinsir/controlnet-union-sdxl-1.0