Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Instructions to use Yuheng111/3dprintstyle-snkr-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yuheng111/3dprintstyle-snkr-generator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yuheng111/3dprintstyle-snkr-generator", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "a itgted air jordan 1,((side view)),colourful,optimized structure,Product photography,realistic details,complete single object in the centere,HD" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2 files
#2 opened 4 months ago
by
lmosquro47