HuggingFaceTB/everyday-conversations-llama3.1-2k
Viewer • Updated • 2.38k • 2.05k • 137
How to use BelalShehata/My-Butterfly 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("BelalShehata/My-Butterfly")
prompt = "Photorealistic painting by Ashley wood in Van Gogh's signature style of Ayabela as a beautiful girl , black hair, visible thick brushstrokes, vibrant colors, bright natural lighting on her face. "
image = pipe(prompt).images[0]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("BelalShehata/My-Butterfly")
prompt = "Photorealistic painting by Ashley wood in Van Gogh's signature style of Ayabela as a beautiful girl , black hair, visible thick brushstrokes, vibrant colors, bright natural lighting on her face. "
image = pipe(prompt).images[0]
You should use Ayabela to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab. {'items': {'format': 'uri', 'type': 'string'}, 'title': 'Output', 'type': 'array'}
Base model
black-forest-labs/FLUX.1-dev