Instructions to use deepgenteam/DeepGen-1.0-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use deepgenteam/DeepGen-1.0-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("deepgenteam/DeepGen-1.0-diffusers", 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
- Local Apps
- Draw Things
- DiffusionBee
尺寸固定是512吗?
#4
by AIImageStudio - opened
我写了个简单的comfyui自定义节点,在512x512时能够正常生成,1024x1024就画面崩了。请问这个模型的推荐分辨率是多少?
512x512,1024x1024会在1.5进行支持,尽情期待
512x512,1024x1024会在1.5进行支持,尽情期待
收到。期待更高分辨率版本。另外建议放出diffuser的同时做一个ComfyUI的自定义节点,会更方便社区推广。如果能同步推出lora训练脚本就更好了。
好嘞,我们会尽快支持~