ginipick's picture

ginipick PRO

ginipick

AI & ML interests

None yet

Recent Activity

liked a Space about 3 hours ago
openfree/pick-spaces
View all activity

Organizations

Tune a video concepts library's profile picture ginigen's profile picture korea forestry's profile picture

ginipick's activity

reacted to their post with ๐Ÿ‘๐Ÿค๐Ÿ˜”๐Ÿคฏ๐Ÿง โž•๐Ÿ˜Ž๐Ÿค—โค๏ธ๐Ÿ‘€๐Ÿš€๐Ÿ”ฅ about 5 hours ago
view post
Post
479
๐ŸŽจ Text2Image 3D Generator v2.0 Update! ๐ŸŽ‰
Hello! The long-awaited v2.0 version is finally here! โœจ
ginipick/text3d
๐Ÿ† We are deeply grateful to be selected as one of Hugging Face's "Top AI 12" at the end of 2024. Thank you for your incredible support!
โœ… Major Updates:

๐Ÿ–ผ๏ธ Added community's best images to the gallery
๐Ÿš€ Faster generation speed
๐ŸŽฏ Enhanced image quality
๐ŸŒˆ Support for diverse styles

๐Ÿ’ซ Features:

๐ŸŽฎ Intuitive interface for everyone
๐Ÿ“ Adjustable image size (256~1152px)
๐ŸŽฒ Reproducible results with seed values
๐Ÿ”ง Advanced settings for fine-tuning

๐Ÿ“ฑ Perfect for:

Creating 3D product prototypes
Game character/item design
Advertising/marketing visuals
Interior design visualization
Social media content creation

๐Ÿ”„ Want to convert your 2D images to 3D?
Try our SORA-3D converter: ginipick/SORA-3D
Join our community for more inspiration! ๐Ÿค
Discord: https://discord.gg/openfreeai
We'll keep improving to serve you better! Thank you! ๐Ÿ™
posted an update about 5 hours ago
view post
Post
479
๐ŸŽจ Text2Image 3D Generator v2.0 Update! ๐ŸŽ‰
Hello! The long-awaited v2.0 version is finally here! โœจ
ginipick/text3d
๐Ÿ† We are deeply grateful to be selected as one of Hugging Face's "Top AI 12" at the end of 2024. Thank you for your incredible support!
โœ… Major Updates:

๐Ÿ–ผ๏ธ Added community's best images to the gallery
๐Ÿš€ Faster generation speed
๐ŸŽฏ Enhanced image quality
๐ŸŒˆ Support for diverse styles

๐Ÿ’ซ Features:

๐ŸŽฎ Intuitive interface for everyone
๐Ÿ“ Adjustable image size (256~1152px)
๐ŸŽฒ Reproducible results with seed values
๐Ÿ”ง Advanced settings for fine-tuning

๐Ÿ“ฑ Perfect for:

Creating 3D product prototypes
Game character/item design
Advertising/marketing visuals
Interior design visualization
Social media content creation

๐Ÿ”„ Want to convert your 2D images to 3D?
Try our SORA-3D converter: ginipick/SORA-3D
Join our community for more inspiration! ๐Ÿค
Discord: https://discord.gg/openfreeai
We'll keep improving to serve you better! Thank you! ๐Ÿ™
reacted to aiqcamp's post with ๐Ÿคฏ๐Ÿค๐Ÿ”ฅ 1 day ago
view post
Post
1466
# ๐ŸŽจ 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
ยท
reacted to openfree's post with โค๏ธ๐Ÿ‘€๐Ÿš€๐Ÿ”ฅ 1 day ago
view post
Post
1325
๐ŸŒŸ 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! ๐ŸŽ‰
  • 1 reply
ยท