deepseek-ai/DeepSeek-R1-Distill-Qwen-32B Text Generation โข Updated 18 days ago โข 1.59M โข โข 1.26k
view post Post 2492 ๐ 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
DavidAU/Mistral-MOE-4X7B-Dark-MultiVerse-Uncensored-Enhanced32-24B Text Generation โข Updated Dec 31, 2024 โข 143 โข 3
DavidAU/Llama-3.2-8X3B-MOE-Dark-Champion-Instruct-uncensored-abliterated-18.4B Text Generation โข Updated Dec 12, 2024 โข 334 โข 1