DavidAU/Llama3.1-MOE-4X8B-Gated-IQ-Multi-Tier-COGITO-Deep-Reasoning-32B-GGUF Text Generation โข Updated 17 days ago โข 1.18k โข 3
lmstudio-community/Llama-3.1-8B-UltraLong-1M-Instruct-GGUF Text Generation โข Updated 25 days ago โข 489 โข 1
mistralai/Mistral-Small-3.1-24B-Instruct-2503 Image-Text-to-Text โข Updated about 1 month ago โข 105k โข โข 1.2k
lmstudio-community/Mistral-Small-3.1-24B-Instruct-2503-GGUF Text Generation โข Updated 7 days ago โข 9.2k โข 37
view post Post 2504 ๐ Creating Presidential Images with FLUX: A Guide ๐ฐ๐ทModel Link: openfree/korea-president-yoonService Link: openfree/korea-president-yoonHello! Today we'll explore how to generate presidential images using the FLUX model!๐ฑ Basic SettingsBase Model: black-forest-labs/FLUX.1-devLoRA: korea-president-yoonLicense: flux-1-dev-non-commercial-license๐จ How to UseAlways include 'president yoon' in your promptsVarious scenarios available:In a cafe settingAs a soldierParticipating in a marathon, etc.๐ป Running the CodepythonCopyfrom diffusers import AutoPipelineForText2Imageimport torch# Load FLUX modelpipeline = AutoPipelineForText2Image.from_pretrained( 'black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')# Apply LoRA weightspipeline.load_lora_weights( 'openfree/korea-president-yoon', weight_name='korea-president-yoon.safetensors')# Generate and save imageimage = pipeline('A person in a bustling cafe president yoon').images[0]image.save("my_image.png")๐ง Compatible ToolsComfyUIAUTOMATIC1111SD.NextInvoke AIโจ Tips and NotesAvailable in Safetensors formatDownload from Files & versions tabFor non-commercial use onlyFor more details, please refer to the Hugging Face documentation! Happy image generation! ๐ See translation 1 reply ยท ๐ฅ 17 17 ๐ 15 15 ๐ 13 13 โค๏ธ 9 9 ๐ค 6 6 ๐ 5 5 โ 4 4 ๐ 4 4 ๐ 4 4 ๐ง 3 3 ๐ค 3 3 ๐คฏ 3 3 + Reply