Instructions to use jusiflix/UltraRealisticInfluncer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jusiflix/UltraRealisticInfluncer with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("jusiflix/UltraRealisticInfluncer") prompt = "ASCII\u0000\u0000\u0000{\"prompt\":\"Ultra-realistic close-up mirror selfie of a stylish young Brazilian female influencer, summer outfit (tasteful swimwear or beachwear), face shown clearly with extremely realistic skin texture, natural pores, subtle imperfections, natural daylight, soft realistic lighting, casual authentic vibe, relaxed confident expression, taking the photo herself with an iPhone, mirror reflection visible, tropical beach or resort background, subtle luxury branding, Instagram-ready, photorealistic, sharp focus, natural influencer promo\",\"originalPrompt\":\"Ultra-realistic close-up mirror selfie of a stylish young Brazilian female influencer, summer outfit (tasteful swimwear or beachwear), face shown clearly with extremely realistic skin texture, natural pores, subtle imperfections, natural daylight, soft realistic lighting, casual authentic vibe, relaxed confident expression, taking the photo herself with an iPhone, mirror reflection visible, tropical beach or resort background, subtle luxury branding, Instagram-ready, photorealistic, sharp focus, natural influencer promo\",\"width\":768,\"height\":1365,\"seed\":43,\"model\":\"zimage\",\"enhance\":false,\"negative_prompt\":\"undefined\",\"nofeed\":true,\"safe\":false,\"quality\":\"medium\",\"image\":[],\"transparent\":false,\"audio\":false,\"has_nsfw_concept\":false,\"concept\":[],\"trackingData\":{\"actualModel\":\"zimage\",\"usage\":{\"completionImageTokens\":1,\"totalTokenCount\":1}}}" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K