openfree's picture

openfree PRO

openfree

AI & ML interests

None yet

Recent Activity

liked a Space about 7 hours ago
aiqcamp/diagram
View all activity

Organizations

VIDraft's profile picture korea forestry's profile picture

openfree's activity

reacted to aiqcamp's post with 🤯🔥 about 6 hours ago
view post
Post
317
# 🎨 FLUX Diagram Generator - Create Hand-Drawn Style Diagrams

aiqcamp/diagram

Generate beautiful mind maps and diagrams with AI! Using the FLUX.1-schnell model, create natural hand-drawn style diagrams that bring your ideas to life.

## ✨ Key Features

- 💡 Intuitive prompt-based input system
- 🎯 Rich examples including knowledge trees, digital transformation, creative process, and more
- 🛠 Customizable settings for image size, seed values, and more
- 🖼 Support for resolutions up to 2048x2048
- ⚡ Fast generation (4 steps default)

## 🎯 Use Cases

- Educational materials
- Project planning
- Idea structuring
- Presentation visuals
- Business process visualization

Built with Gradio for a user-friendly interface that anyone can use. Start creating your own diagrams now! 🚀

Try it out to transform your ideas into visually appealing diagrams with a unique hand-drawn aesthetic.

#AIart #Diagram #Mindmap #Visualization #HuggingFace
  • 1 reply
·
published a Space about 9 hours ago
reacted to their post with 🤯😔🤝👍🤗😎🧠❤️👀🚀🔥 about 10 hours ago
view post
Post
438
🌟 Creating Presidential Images with FLUX: A Guide 🇰🇷
Model Link: openfree/korea-president-yoon
Service Link: openfree/korea-president-yoon

Hello! Today we'll explore how to generate presidential images using the FLUX model!
📱 Basic Settings

Base Model: black-forest-labs/FLUX.1-dev
LoRA: korea-president-yoon
License: flux-1-dev-non-commercial-license

🎨 How to Use

Always include 'president yoon' in your prompts
Various scenarios available:

In a cafe setting
As a soldier
Participating in a marathon, etc.



💻 Running the Code
pythonCopyfrom diffusers import AutoPipelineForText2Image
import torch

# Load FLUX model
pipeline = AutoPipelineForText2Image.from_pretrained(
'black-forest-labs/FLUX.1-dev',
torch_dtype=torch.bfloat16
).to('cuda')

# Apply LoRA weights
pipeline.load_lora_weights(
'openfree/korea-president-yoon',
weight_name='korea-president-yoon.safetensors'
)

# Generate and save image
image = pipeline('A person in a bustling cafe president yoon').images[0]
image.save("my_image.png")
🔧 Compatible Tools

ComfyUI
AUTOMATIC1111
SD.Next
Invoke AI

✨ Tips and Notes

Available in Safetensors format
Download from Files & versions tab
For non-commercial use only

For more details, please refer to the Hugging Face documentation! Happy image generation! 🎉
posted an update about 10 hours ago
view post
Post
438
🌟 Creating Presidential Images with FLUX: A Guide 🇰🇷
Model Link: openfree/korea-president-yoon
Service Link: openfree/korea-president-yoon

Hello! Today we'll explore how to generate presidential images using the FLUX model!
📱 Basic Settings

Base Model: black-forest-labs/FLUX.1-dev
LoRA: korea-president-yoon
License: flux-1-dev-non-commercial-license

🎨 How to Use

Always include 'president yoon' in your prompts
Various scenarios available:

In a cafe setting
As a soldier
Participating in a marathon, etc.



💻 Running the Code
pythonCopyfrom diffusers import AutoPipelineForText2Image
import torch

# Load FLUX model
pipeline = AutoPipelineForText2Image.from_pretrained(
'black-forest-labs/FLUX.1-dev',
torch_dtype=torch.bfloat16
).to('cuda')

# Apply LoRA weights
pipeline.load_lora_weights(
'openfree/korea-president-yoon',
weight_name='korea-president-yoon.safetensors'
)

# Generate and save image
image = pipeline('A person in a bustling cafe president yoon').images[0]
image.save("my_image.png")
🔧 Compatible Tools

ComfyUI
AUTOMATIC1111
SD.Next
Invoke AI

✨ Tips and Notes

Available in Safetensors format
Download from Files & versions tab
For non-commercial use only

For more details, please refer to the Hugging Face documentation! Happy image generation! 🎉