Diffuser model for this SD checkpoint: https://civitai.com/models/25694/epicrealism

emilianJR/epiCRealism is the HuggingFace diffuser that you can use with diffusers.StableDiffusionPipeline().

Examples Examples Examples

🧨 Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

from diffusers import StableDiffusionPipeline
import torch

model_id = "emilianJR/epiCRealism"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "YOUR PROMPT"
image = pipe(prompt).images[0]

image.save("image.png")

License

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: Please read the full license here

Downloads last month
15,969
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for emilianJR/epiCRealism

Adapters
5 models
Finetunes
4 models
Merges
1 model
Quantizations
3 models

Spaces using emilianJR/epiCRealism 100