Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
style
parody
simplistic
ms paint
mspaint
Instructions to use multimodalart/ms-paint-drawing-flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use multimodalart/ms-paint-drawing-flux with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("multimodalart/ms-paint-drawing-flux") prompt = "MSPaint portrait , MSPaint drawing, A low-quality, casual photograph repurposed into a meme. The central focus is a young adult female witch with a dumb smile in front of light blue cabinets, holding a large mushroom towards the camera, making it appear prominently in the foreground. She wears a witch hat and a black and gray striped shirt. The image intensifies the graininess and blurriness to capture an even more spontaneous and candid moment. The photo has a very blurred and grainy texture, indicative of low resolution, with noticeable color aberration and color leakage. The mushroom, with a thick stem and a wide, brown cap, dominates the lower left quadrant of the image. The witch's arm extends forward, gripping the mushroom\\u2019s stem, making it the focal point due to its size and proximity to the lens. Light blue cabinets in the background form a simple and unobtrusive backdrop. At the bottom of the image, bold white text with a black outline reads 'HAVE A FUNGUS,' adding to the meme's setup. The low resolution, enhanced blurriness, color aberration, and color leakage contribute to the image's spontaneous atmosphere, making it seem as though it was captured impulsively, focusing on the action rather than the details. The viewer's perspective remains as part of the event, witnessing the humorous scene unfold in real-time." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!