Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JunkieMonkey69
/
BarbaraPalvin_ZimageTurbo

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use JunkieMonkey69/BarbaraPalvin_ZimageTurbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use JunkieMonkey69/BarbaraPalvin_ZimageTurbo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("JunkieMonkey69/BarbaraPalvin_ZimageTurbo")
    
    prompt = "Barbara palvin, The shot captures a moment of gentle serenity and natural splendor. The woman is lying down, turning her head toward the camera, her expressive gaze with slight thoughtfulness drawing attention. The skin glows with a soft radiance, emphasizing delicate features and fine structure. Abundant black hair is spread out freely, creating a velvety veil with a silky texture. She is wearing a voluminous fur jacket in warm brownish tones with thick fluffy wool, the shades of which are visible in highlights and shadows, creating depth around the figure. Light from the top-left softly defines the contours of the face and the texture of the fur, making the frame three-dimensional and lifelike. The background of light fabric with a barely perceptible structure contrasts with the rich colors and focuses attention on the model. The composition concentrates on deep emotion."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
BarbaraPalvin_ZimageTurbo
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JunkieMonkey69's picture
JunkieMonkey69
Add 4 files
5efbe6b verified 5 months ago
  • images
    Add 4 files 5 months ago
  • .gitattributes
    2.31 kB
    initial commit 5 months ago
  • README.md
    6.36 kB
    initial commit 5 months ago
  • barbaraV2_ZiT.safetensors
    170 MB
    xet
    Add 4 files 5 months ago