artificialguybr's picture
fix: Update sponsorship section with complete information
8e4acb6 verified
metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
  https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
tags:
  - text-to-image
  - stable-diffusion
  - lora
  - diffusers
  - template:sd-lora
  - person
  - photorealistic
  - female
  - style
  - woman
  - cute
  - game character
  - girls
  - male
  - man
  - realistic
  - crocheted
  - amigurami
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: Amigurami
widget:
  - text: baby yoda, ,Crochet, Amigurumi
    output:
      url: 7859340.jpeg
  - text: warrior girl, anime style, red hair, Crochet, Amigurumi
    output:
      url: 7859331.jpeg
  - text: A strong viking warrior, ,Crochet, Amigurumi
    output:
      url: 7859330.jpeg
  - text: Elsa from frozen, Crochet, Amigurumi
    output:
      url: 7859329.jpeg
  - text: Pingu, Crochet, Amigurumi
    output:
      url: 7859328.jpeg
  - text: A dinossaur, Crochet, Amigurumi
    output:
      url: 7859333.jpeg
  - text: Xenomorph, Crochet, Amigurumi
    output:
      url: 7859332.jpeg
  - text: Baby red fox, Crochet, Amigurumi
    output:
      url: 7859335.jpeg
  - text: warrior girl, anime style, red hair, ,Crochet, Amigurumi
    output:
      url: 7859334.jpeg

Amigurami.Redmond - Amigurami Crochet SD XL Lora.

Prompt
baby yoda, ,Crochet, Amigurumi
Prompt
warrior girl, anime style, red hair, Crochet, Amigurumi
Prompt
A strong viking warrior, ,Crochet, Amigurumi
Prompt
Elsa from frozen, Crochet, Amigurumi
Prompt
Pingu, Crochet, Amigurumi
Prompt
A dinossaur, Crochet, Amigurumi
Prompt
Xenomorph, Crochet, Amigurumi
Prompt
Baby red fox, Crochet, Amigurumi
Prompt
warrior girl, anime style, red hair, ,Crochet, Amigurumi

🌐 Website

You can find more of my models, projects, and information on my official website:

πŸ’– Support My Work

If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.

Trigger words

You should use Amigurami, Crochet to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora', weight_name='AmiguramiRedmond-Crochet-Amigurumi.safetensors')
image = pipeline('`Amigurami`, `Crochet`').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers