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

furaidosu
/
sam-and-max

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

Instructions to use furaidosu/sam-and-max with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use furaidosu/sam-and-max 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("furaidosu/sam-and-max")
    
    prompt = "SAMHTR style game background. The camera is positioned at the entrance of the café, offering a clear view of the charming and playful exterior: Café Entrance: The entrance to the café features a bright, welcoming façade with white wooden siding and a red-tiled roof. The back door is adorned with simple, colorful flower pots on either side. The door itself is framed with a cheerful design, including a decorative awning that provides shade and adds a touch of whimsy. Outdoor Seating Area: Directly in front of the entrance, there’s a cozy outdoor seating area. The tables and chairs are designed with playful elements, such as tables shaped like oversized pastries and chairs with coffee mug backrests. The design is simplified to avoid clutter but maintains the café’s cheerful theme. Decorative Elements: The walls around the entrance are adorned with minimal yet vibrant murals depicting coffee cups, cakes, and other café-themed items. There are also a few hanging lanterns or string lights to add a warm and inviting glow. Pathway: The pathway leading to the café entrance is made of colorful cobblestones, but the design is straightforward and not overly intricate. The path is lined with a few decorative plants and shrubs with bright, cartoonish features, but kept simple. Adjacent Features: To the sides of the entrance, you can see parts of the nearby areas, such as the adventure tourism shop and the retro appliance store"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sam-and-max
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Choquin
Add generated example (#1)
6e15aeb verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.88 kB
    Add generated example (#1) over 1 year ago
  • hit_the_road.safetensors
    228 MB
    xet
    Upload hit_the_road.safetensors about 2 years ago