Hyperccino/PS1-to-Untextured-v1.0
Viewer • Updated • 32 • 53
How to use Hyperccino/Qwen-Edit-2511-PS1-to-Untextured-v1.0 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", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Hyperccino/Qwen-Edit-2511-PS1-to-Untextured-v1.0")
prompt = "-"
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]The purpose of this LoRA is for converting outputs from my Qwen-Edit-2511-PS1-v1.0 model into untextured versions. Useful for better accuracy when converting an image of a PS1 character to 3D geometry using an image-to-3D model.
Use the following prompt: Turn this into a colorless untextured matcap render, dark gray background
The following generated images were the best of 2 tries each:
Input
|
Generated
|
Input
|
Generated
|
Input
|
Generated
|
Input
|
Generated
|
Dataset used to make this LoRA: https://huggingface.co/datasets/Hyperccino/PS1-to-Untextured-v1.0
Download them in the Files & versions tab.
Base model
Qwen/Qwen-Image-Edit-2511