Text-to-Image
Diffusers
English
stable-diffusion
lora
dalle-3
dalle
deepvision
template:sd-lora
HelpingAI
HelpingAI-PixelCraft
Instructions to use OEvortex/HelpingAI-PixelCraft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OEvortex/HelpingAI-PixelCraft with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fluently/Fluently-XL-Final", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("OEvortex/HelpingAI-PixelCraft") prompt = "a close up of a fire breathing pokemon figure, digital art, trending on polycount, real life charmander, sparks flying, photo-realistic unreal engine, pokemon in the wild" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - dalle-3 | |
| - dalle | |
| - deepvision | |
| - diffusers | |
| - template:sd-lora | |
| - HelpingAI | |
| - HelpingAI-PixelCraft | |
| widget: | |
| - text: >- | |
| a close up of a fire breathing pokemon figure, digital art, trending on | |
| polycount, real life charmander, sparks flying, photo-realistic unreal | |
| engine, pokemon in the wild | |
| output: | |
| url: images/00002441-10291230.jpeg | |
| - text: astronaut riding a llama on Mars | |
| output: | |
| url: images/c96a4147-b14d-4e71-8c08-e04c31c8be18.jpg | |
| - text: >- | |
| cube cutout of an isometric programmer bedroom, 3d art, muted colors, soft | |
| lighting, high detail, concept art, behance, ray tracing | |
| output: | |
| url: images/b7ad0f38-5d2a-48cd-b7d4-b94be1d23c40.jpg | |
| base_model: fluently/Fluently-XL-Final | |
| instance_prompt: <lora:Dall-e_3_0.3-v2-000003> | |
| license: mit | |
| language: | |
| - en | |
| pipeline_tag: text-to-image | |
| library_name: diffusers | |
| # HelpingAI-PixelCraft | |
| --- | |
| # Subscribe to my YouTube channel | |
| [Subscribe](https://youtube.com/@OEvortex) | |
| <Gallery /> |