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

  • Log In
  • Sign Up

linoyts
/
web_y2k

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

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

  • Libraries
  • Diffusers

    How to use linoyts/web_y2k 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("linoyts/web_y2k")
    
    prompt = "<s0><s1> webpage about Star Wars"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
web_y2k
192 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Linoy Tsaban
Upload ramen.jpeg
e25a0bd over 2 years ago
  • .gitattributes
    1.71 kB
    End of training over 2 years ago
  • README.md
    3.22 kB
    Update README.md over 2 years ago
  • image_0.png
    1.5 MB
    xet
    End of training over 2 years ago
  • image_1.png
    1.56 MB
    xet
    End of training over 2 years ago
  • image_2.png
    1.57 MB
    xet
    End of training over 2 years ago
  • image_3.png
    1.56 MB
    xet
    End of training over 2 years ago
  • pytorch_lora_weights.safetensors
    186 MB
    xet
    End of training over 2 years ago
  • ramen.jpeg
    105 kB
    Upload ramen.jpeg over 2 years ago
  • star wars.jpeg
    85.7 kB
    Upload 3 files over 2 years ago
  • taylor swift.jpeg
    108 kB
    Upload 3 files over 2 years ago
  • web_y2k_emb.safetensors
    8.34 kB
    xet
    Rename embeddings.safetensors to web_y2k_emb.safetensors over 2 years ago