view post Post 2477 š 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 ā¢ 151 ā¢ 2
DavidAU/Llama-3.2-8X3B-MOE-Dark-Champion-Instruct-uncensored-abliterated-18.4B Text Generation ā¢ Updated Dec 12, 2024 ā¢ 455 ā¢ 1