Instructions to use glif/how2draw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif/how2draw 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("glif/how2draw") prompt = "an owl, How3Draw" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
How to Run this Locally
Hi,
Please pardon my ignorance. How do I run this locally? Could you please point me to some step by step instructions. Much appreciated. Thanks.
regards
1+
Hi,
Please pardon my ignorance. How do I run this locally? Could you please point me to some step by step instructions. Much appreciated. Thanks.regards
Hey! Do you have Automatic1111 or ComfyUI installed locally?
Hi,
Please pardon my ignorance. How do I run this locally? Could you please point me to some step by step instructions. Much appreciated. Thanks.regards
Hey! Do you have Automatic1111 or ComfyUI installed locally?
Yes I have comfyui installed. how do I use this with comfyui? thanks.
@rvorias
I have tried putting how2draw safetensors in models directory of comfyui but it didnt work. Could you please share some instructions as what I need to do in comfyui for this how2draw work locally? Thanks.
@rvorias
I have tried putting how2draw safetensors in models directory of comfyui but it didnt work. Could you please share some instructions as what I need to do in comfyui for this how2draw work locally? Thanks.
You should put it in the /loras subfolder and then load it with a LoadLoRA node.
e.g. https://openart.ai/workflows/ailab/flux-lora-simple/gErKNyjsnetZpEgaMTrV