Diffusers
lora
pony
anime
photorealistic
concept
details
enhancement
undetailed
fine details
add more details
intricate design
micro details
civitai
imported
Instructions to use AiAF/Add_Micro_Details_-_Concept_Illustrious__v1.0_Pony_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Add_Micro_Details_-_Concept_Illustrious__v1.0_Pony_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/Add_Micro_Details_-_Concept_Illustrious__v1.0_Pony_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/Add_Micro_Details_-_Concept_Illustrious__v1.0_Pony_lora")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Add Micro Details - Concept (Illustrious | Pony | NoobAI)
This model was imported from Civitai by Unknown.
Description
Recommended settings: Steps: 25-40 CFG scale: 5-7 Strength – Varies (Sometimes it's hard to tell which one looks best) Add Micro Details v3 [Update]
Model Details
- Type: lora
- Base Model: Pony
- Version: v1.0_Pony
- Rating: N/A (0 votes)
- Downloads: 73427
- Size: 0.0 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
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support