Edit model card

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.

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

The model is trained at 26900 steps, resolution of 256

    from diffusers import DiffusionPipeline

    pipe = DiffusionPipeline.from_pretrained("rhfeiyang/SafeArt-256").to("cuda")
    pipe.enable_xformers_memory_efficient_attention()
    images = pipe("Mountainous landscape with scattered trees and a winding road", num_inference_steps=50, guidance_scale=5, height=256, width=256).images
Downloads last month
6
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.