Instructions to use w2wyfcss-org/german_uniform with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use w2wyfcss-org/german_uniform with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("w2wyfcss-org/german_uniform") prompt = "(8k, RAW photo, best quality, masterpiece:1.2), (realistic, photo-realistic:1.37),\\(ulzzang-6500-v1.1\\),\\(detailed eyes\\), \\(detailed facial features\\), \\(\\(detailed clothes features\\)\\), (upper body),(large breasts),(face focus),extremely detailed CG unity 8k wallpaper, huge filesize, ultra-detailed, highres, absurdres,beautiful eyes,ray tracing, dramatic shadows,fine detail,dramatic angle,high saturation,lens flare,(standing),soft light,Detailed skin texture, detailed clothing texture,looking at viewer," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!