Instructions to use artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora") prompt = "baby yoda, ,Crochet, Amigurumi" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora")
prompt = "baby yoda, ,Crochet, Amigurumi"
image = pipe(prompt).images[0]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:
๐ Prompt Hub
Need high-quality prompts for image models and LLMs? Explore findgoodprompt.com.
๐ 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.
- Patreon: Support on Patreon
- Ko-fi: Buy me a Ko-fi
- Buy Me a Coffee: Buy me a Coffee
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
Explore More
Discover more of my models, projects, and practical AI resources:
- AI tools directory: JustGoodAI โ a curated directory of useful AI tools.
- Downloads last month
- 58
Model tree for artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0