Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use lfischbe/m1gr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lfischbe/m1gr 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("lfischbe/m1gr") prompt = "a drawing of a woman's head with many different colored lines in the style of <s0><s1>. The image is a colorful drawing of a person's face. The face is drawn in a cartoon-like style with bright colors and intricate details. The person's eyes are large and expressive, with a red nose and red lips. They are wearing a blue shirt with a pink collar. The background of the drawing is white, and it is filled with various shapes and patterns, including triangles, squares, and rectangles in various colors such as green, yellow, red, and blue. The shapes are arranged in a way that creates a sense of movement and energy, with some overlapping and some standing out. The overall effect is one of chaos and confusion." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!