RealDif-v1
350
1
—
by
HyHorX
Image Model
OTHER
New
350 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Example coe:pythonpytorch
import torch
from diffusers import StableDiffusionPipeline
user = "A candid portrait of an elderly person with deep wrinkles, silver hair captured in natural sunlight, wearing a highly detailed coarse wool sweater, dust motes dancing in the light, soft natural backlight, realistic shadows, authentic expression, shot on 35mm film, grainy texture, masterpiece, ultra-realistic"
model_id="HyHorX/realistic-diffusion-v1"
neg_prompt="makeup, young, smooth skin, doll, plastic, fake, bad proportions, blurry, high contrast, artificial lighting."
pipe=StableDiffusionPipeline.from_pretrained(model_id,torch_dtype=torch.float16,trust_remote_code=True)
pipe=pipe.to("cuda")
prompt=user
image=pipe(prompt,negative_prompt=neg_prompt).images[0]
imageDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.