Instructions to use AiAF/Prefectious_XL_NSFW_v1.0_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Prefectious_XL_NSFW_v1.0_checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AiAF/Prefectious_XL_NSFW_v1.0_checkpoint", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("AiAF/Prefectious_XL_NSFW_v1.0_checkpoint", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Prefectious XL NSFW
This model was imported from Civitai by Unknown.
Description
If you like my work, drop a 5 review and hit the heart icon. it's free and keeps me motivated this is a new illustrious merge. still trying to know this base model more. It might have bugs and is definitely not perfect. Free GPU use on Tensor Mage provides Unlimited Generations Patreon account. do check it out I post my upcoming concepts and nsfw lora early on my patreon If you want commission dm me on Discord. Get early access to my upcoming NSFW Lora in my Patreon . Support my work by joining any one of them and get early access to all my upcoming loras and other perks such as fan requests and Discord role.
Suggested settings:
I had CLIP skip 1 on every image
Samplers : Eular A, DPM++ 2M
CFG : 5-6
I had ENSD: 31337 all of them
All of them had highres.fix or img2img at higher resolution.
I don't use restore faces
I use afterdetailer for face details
Tiled diffusion for img2img upscaling and sometimes Noise Inversion for some more extra details.
4x-Ultrasharp upscaler
positive: masterpiece,best quality,absurdres, amazing quality
negative: bad quality,worst quality,worst detail,sketch,censored,watermark, signature, artist name Join my Discord Server
Model Details
- Type: checkpoint
- Base Model: Illustrious
- Version: v1.0
- Rating: N/A (0 votes)
- Downloads: 52837
- 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
- -