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

  • Log In
  • Sign Up

Osama03
/
Finetuned_diffusion_interiordesign

Text-to-Image
Diffusers
Safetensors
diffusion
stable_diffusion
lora
room_images_generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use Osama03/Finetuned_diffusion_interiordesign with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Osama03/Finetuned_diffusion_interiordesign")
    
    prompt = "Design a modern home office with a large wooden desk facing a window, a comfortable ergonomic chair, and shelves filled with books and decorative items. Include a laptop on the desk, a small indoor plant, and a motivational quote framed on the wall. The color scheme should be calm and professional, with light gray walls and blue accents."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Finetuned_diffusion_interiordesign
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
Osama03's picture
Osama03
Add generated example
e92bcf0 verified over 1 year ago
  • checkpoint-10000
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-5000
    Upload folder using huggingface_hub over 1 year ago
  • images
    Add generated example over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.88 kB
    Add generated example over 1 year ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    Upload folder using huggingface_hub over 1 year ago