Instructions to use AiAF/lightsource_0Lightsource_OLS_PonyXL_PonyXL_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/lightsource_0Lightsource_OLS_PonyXL_PonyXL_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AiAF/lightsource_0Lightsource_OLS_PonyXL_PonyXL_lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AiAF/lightsource_0Lightsource_OLS_PonyXL_PonyXL_lora")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]lightsource | @0Lightsource | OLS [PonyXL]
This model was imported from Civitai by Unknown.
Description
Style LoRA based on Lightsource's Style.
Simi-important note: During the image tagging process, I accidentally mispelled Marasaki's name as "Marusaki" and didn't catch the mistake until towards the end of the training process. Unfortunately this means his appearance will only be accurately generated if its spelled "Maru" instead of the correct "Mara". I may correct this via training a new version in the future.
Please let me know your thoughts! Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==Deviantart: https://www.deviantart.com/aiartfactory
Model Details
- Type: lora
- Base Model: Pony
- Version: [PonyXL]
- Upvotes: 149.0
- Downloads: 479
- Size: 442.4 MB
Usage
# This model can be used with Stable Diffusion, ComfyUI, and other compatible frameworks
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("hf_repo_path")
Credits
Original model by: Unknown Civitai: Link
- Downloads last month
- 59