Edit model card

Install Instructions

  1. Download Model into Google Drive > AI > DiscoDiffusion > Models
  2. Add path '/content/drive/MyDrive/AI/DiscoDiffusion/Models/AIDM_130k_v01.pt' to Disco Diffusion Step 2 > Custom Model > Custom Path
  3. In Custom Model Settings add the following code below
  4. Run All

Custom Model Settings

#@markdown ####Custom Model Settings: if diffusion_model == 'custom': model_config.update({ 'attention_resolutions': '32, 16, 8', 'class_cond': False, 'diffusion_steps': 1000, 'rescale_timesteps': True, 'image_size': 512, 'learn_sigma': True, 'noise_schedule': 'linear', 'num_channels': 128, 'num_heads': 4, 'num_res_blocks': 2, 'resblock_updown': True, 'use_checkpoint': use_checkpoint, 'use_fp16': True, 'use_scale_shift_norm': True, })

Downloads last month

-

Downloads are not tracked for this model. How to track
Unable to determine this model's library. Check the docs .