Instructions to use goofyai/3d_render_style_xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use goofyai/3d_render_style_xl 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("goofyai/3d_render_style_xl") prompt = "3d style llama" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Hi, I need Help!
#2
by nyle123 - opened
So i am interested in using AI code from hugging faces like this one here and somehow making it into an App for android or PC for my friends and family to use. The thing is I do not know how to code at all, can someone guide me through the process? I would appreciate any help that makes me progress.