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.

The model is first trained 41400 steps at the resolution of 256, then 62300 steps at the resolution of 512

    from diffusers import DiffusionPipeline

    pipe = DiffusionPipeline.from_pretrained("rhfeiyang/art-free-diffusion").to("cuda")
    images = pipe("The image depicts a picturesque small town by a river, featuring several docked boats. Surrounded by trees, the town is near a large body of water, highlighting its popularity for boating and water activities. The serene composition, with trees and boats, underscores the town's natural beauty and tranquil charm.", 
              num_inference_steps=50, guidance_scale=5,).images
Downloads last month
392
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.