You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction

image/webp

An unofficial V-Prediction version of WAI-NSFW-illustrious-SDXL-V14.0.

Overview

WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction is an anime-themed SDXL model. It is a further fine-tuned version of WAI-NSFW-illustrious-SDXL-V14.0. This refinement transitions the training objective from Epsilon to V-Prediction, incorporating with Zero Terminal Signal-to-Noise Ratio (SNR).

Note that this model was distilled from itself. Therefore, compared to the Epsilon version, it may not exhibit significant advantages in its current state. However, downstream tasks and further training can use this model as a foundation to leverage the benefits of V-Prediction, potentially achieving better results.

Model Details

🧨 Diffusers

import torch
from diffusers import StableDiffusionXLPipeline

pipeline = StableDiffusionXLPipeline.from_pretrained(
    'ShinoharaHare/WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction',
    torch_dtype=torch.half
)
pipeline.to('cuda')

prompt = '1girl, hatsune miku, vocaloid, blue eyes, blue hair, bowl, can, chopsticks, collared shirt, detached sleeves, eating, elbow rest, fish (food), food, holding, holding chopsticks, katsudon (food), long hair, long sleeves, looking at viewer, meal, nail polish, necktie, noodles, onigiri, plate, ramen, sashimi, shirt, shrimp, shrimp tempura, sleeveless, sleeveless shirt, solo, spring onion, tempura, twintails'

image = pipeline(
    prompt,
    width=832,
    height=1216,
    guidance_scale=5.0,
    num_inference_steps=28
).images[0]
image.show()
Downloads last month
21
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ShinoharaHare/WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction

Finetuned
(1871)
this model
Finetunes
1 model

Dataset used to train ShinoharaHare/WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction

Collection including ShinoharaHare/WAI-NSFW-illustrious-SDXL-V14.0-V-Prediction