Diffusers
Safetensors
How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("songbaijun/qrocde_xl_test_3000", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

qrcode_XL_controlnet训练教程:https://www.bilibili.com/video/BV1qsWYeuEFy/?spm_id_from=333.999.0.0&vd_source=df1017ec6ad3b9c081909354127e882b

controlnet_train_webU github项目链接(可训练sd15\sdxl\hunyuan\controlnet_lite):https://github.com/wusongbai139/controlnet_train_webUI/tree/main

训练好的qrcode_xl模型:https://huggingface.co/songbaijun/qrocde_xl_test_3000

Downloads last month
3
Safetensors
Model size
1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support