Instructions to use DROWHOODIS/picgen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DROWHOODIS/picgen with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DROWHOODIS/picgen", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| license: artistic-2.0 | |
| datasets: | |
| - HuggingFaceFW/fineweb-2 | |
| - fka/awesome-chatgpt-prompts | |
| - gopipasala/fka-awesome-chatgpt-prompts | |
| - O1-OPEN/OpenO1-SFT | |
| - amphora/QwQ-LongCoT-130K | |
| - agibot-world/AgiBotWorld-Alpha | |
| - CohereForAI/Global-MMLU | |
| - foursquare/fsq-os-places | |
| - deepghs/sankaku_full | |
| - argilla/FinePersonas-v0.1 | |
| language: | |
| - en | |
| metrics: | |
| - accuracy | |
| base_model: | |
| - meta-llama/Llama-3.3-70B-Instruct | |
| - deepseek-ai/DeepSeek-V3-Base | |
| - deepseek-ai/DeepSeek-V3 | |
| - tencent/HunyuanVideo | |
| - Datou1111/shou_xin | |
| - black-forest-labs/FLUX.1-dev | |
| - answerdotai/ModernBERT-base | |
| - IamCreateAI/Ruyi-Mini-7B | |
| - Qwen/QwQ-32B-Preview | |
| - Qwen/QVQ-72B-Preview | |
| new_version: meta-llama/Llama-3.3-70B-Instruct | |
| pipeline_tag: unconditional-image-generation | |
| tags: | |
| - art | |
| library_name: diffusers | |