Instructions to use rorito/testcheckreal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rorito/testcheckreal with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rorito/testcheckreal") prompt = "UNICODE\u0000\u0000c\u0000l\u0000o\u0000s\u0000e\u0000u\u0000p\u0000 \u0000p\u0000o\u0000r\u0000t\u0000r\u0000a\u0000i\u0000t\u0000 \u0000p\u0000h\u0000o\u0000t\u0000o\u0000 \u0000o\u0000f\u0000 \u0000b\u0000e\u0000a\u0000u\u0000t\u0000i\u0000f\u0000u\u0000l\u0000 \u00002\u00006\u0000 \u0000y\u0000.\u0000o\u0000 \u0000w\u0000o\u0000m\u0000a\u0000n\u0000,\u0000 \u0000m\u0000a\u0000k\u0000e\u0000u\u0000p\u0000,\u0000 \u00008\u0000k\u0000 \u0000u\u0000h\u0000d\u0000,\u0000 \u0000h\u0000i\u0000g\u0000h\u0000 \u0000q\u0000u\u0000a\u0000l\u0000i\u0000t\u0000y\u0000,\u0000 \u0000d\u0000r\u0000a\u0000m\u0000a\u0000t\u0000i\u0000c\u0000,\u0000 \u0000c\u0000i\u0000n\u0000e\u0000m\u0000a\u0000t\u0000i\u0000c\u0000" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
metadata
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: "UNICODE\0\0c\0l\0o\0s\0e\0u\0p\0 \0p\0o\0r\0t\0r\0a\0i\0t\0 \0p\0h\0o\0t\0o\0 \0o\0f\0 \0b\0e\0a\0u\0t\0i\0f\0u\0l\0 \02\06\0 \0y\0.\0o\0 \0w\0o\0m\0a\0n\0,\0 \0m\0a\0k\0e\0u\0p\0,\0 \08\0k\0 \0u\0h\0d\0,\0 \0h\0i\0g\0h\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0d\0r\0a\0m\0a\0t\0i\0c\0,\0 \0c\0i\0n\0e\0m\0a\0t\0i\0c\0"
output:
url: images/00012-3108443162.jpeg
base_model: runwayml/stable-diffusion-v1-5
instance_prompt: null
license: apache-2.0
realv6

- Prompt
- UNICODEcloseup portrait photo of beautiful 26 y.o woman, makeup, 8k uhd, high quality, dramatic, cinematic
Download model
Download them in the Files & versions tab.