YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

How to use

This is a cleaned up version of the Realistic Vision 5.1 model. Generated fp16 versions and extracted the inpainting model. This can be found under the branch realistic-vision-5_1-inpainting.

from diffusers import StableDiffusionPipeline, StableDiffusionInpaintPipeline

pipeline = StableDiffusionPipeline.from_pretrained(
    "holwech/realistic-vision-optimized", variant="fp16", torch_dtype=torch.float16
)
# OR
pipeline = StableDiffusionInpaintPipeline.from_pretrained(
    "holwech/realistic-vision-optimized", revision="realistic-vision-5_1-inpainting", variant="fp16", torch_dtype=torch.float16
)
Downloads last month
194
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Space using holwech/realistic-vision-5_1-optimized 1