Hyperccino/Any-to-PS1-v1.0
Viewer • Updated • 40 • 62
How to use Hyperccino/Qwen-Edit-2511-PS1-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-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 any image subject into a retro PS1 style. I prioritized anime, but photorealism is supported too. Other art styles might work but untested.
Outputs of this model can be given to Qwen-Edit-2511-PS1-to-Untextured-v1.0 to get untextured versions better for 3D conversion.
Use the following prompt: Turn this into retro low poly 3D model style, 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/Any-to-PS1-v1.0
Tips:
Download them in the Files & versions tab.
Base model
Qwen/Qwen-Image-Edit-2511