CoolFace
Modelpublic

whatsupmate/TalmendoXL-CLONE

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
1likes434downloads
Model Card

TalmendoXL

This is a clone of the TalmendoXL model, based on Stable Diffusion XL.

Model Details

  • —Base Model: Stable Diffusion XL (SDXL) 1.0
  • —Version: TalmendoXL v1.1 Beta

Usage

This model can be used with the diffusers library:

python
from diffusers import StableDiffusionXLPipeline
import torch

pipeline = StableDiffusionXLPipeline.from_pretrained("USER/TalmendoXL-CLONE", torch_dtype=torch.float16)
pipeline = pipeline.to("cuda")

prompt = "a professional photograph of a mountain landscape, high resolution"
image = pipeline(prompt).images[0]
image.save("talmendo_xl_output.png")

License

This model is available under the CreativeML Open RAIL-M license.