Image-to-Image
Diffusers
Chinese
English
lora
isometric
perspective-transformation
2.5d
Qwen-Image-Edit-2511
FLUX.2-klein-base-9B
Instructions to use zealman/front-right-isometric-view_lora_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zealman/front-right-isometric-view_lora_v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511,black-forest-labs/FLUX.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zealman/front-right-isometric-view_lora_v1") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
📐 Front-Right Isometric View LoRA 右前 45° 的等轴侧视角转换lora
📐 Isometric View Converter LoRA
📖 Model Introduction / 模型介绍
1. 它能做什么? (What does it do?)
主要功能 / Core Function
- 中: 将正视图图像精准转换为 右前 45° 的等轴侧视角。
- EN: Precisely converts front-view images into a 45° front-right isometric perspective.
- 中: 自动重构物体的空间深度,生成具有 2.5D 效果 的视觉素材。
- EN: Automatically reconstructs spatial depth to generate 2.5D visual assets.
2. 它的强项是什么? (What is it good at?)
- 等轴侧一致性 (Isometric Consistency): 保持几何比例一致,消除近大远小的透视畸变。
- 多领域适用 (Versatile Application): 非常适合游戏图标、建筑资产、UI 元素及产品展示设计。
⌨️ How to Use / 使用指南
根据您下载的文件,请查看对应的使用说明:
🔹 Version A: For Qwen-Image-Edit
文件名 / Filename: front-right-isometric-view_qwen2511lora_v1.safetensors
重要提示: 本 LoRA 需要搭配 Qwen-Image-Edit-2511 模型使用。
- 触发词 / Trigger Word:
<zjd>front-right isometric view
🔸 Version B: For Flux2.Klein
文件名 / Filename: front-right-isometric-view_klenilora_v1.safetensors
重要提示: 本 LoRA 需要搭配 Flux2.Klein 9B 模型使用。
- 触发词 / Trigger Word:
<zjd> front-right isometric view
- Downloads last month
- 33
Model tree for zealman/front-right-isometric-view_lora_v1
Base model
Qwen/Qwen-Image-Edit-2511


