Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

openskyml
/
soviet-diffusion-xl

Text-to-Image
Diffusers
English
French
Russian
stable-diffusion
soviet-diffusion
soviet-style
lora
template:sd-lora
openskyml
Model card Files Files and versions
xet
Community

Instructions to use openskyml/soviet-diffusion-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use openskyml/soviet-diffusion-xl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("openskyml/soviet-diffusion-xl")
    
    prompt = "Jedi Master Lenin rises lightsaber in space"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
soviet-diffusion-xl
235 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ehristoforu's picture
ehristoforu
Update README.md
2e91552 over 2 years ago
  • images
    Add 4 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • 206390_training_data.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    6.63 MB
    xet
    Add 4 files over 2 years ago
  • README.md
    1.56 kB
    Update README.md over 2 years ago
  • Soviet-poster.safetensors
    228 MB
    xet
    Add 4 files over 2 years ago